Altera_Forum
Honored Contributor
19 years agobuildroot does not compile
Hello,
I'm trying to build a new uClinux for several hours now... We are currently using the Microtronix 1.4 Linux. Actually, it works very well, but we need some applications/ tools/ deamons that are not included in this release like SSH(D), an useable editor, a better shell (bash) and some other stuff (sysvinit). There is a buildroot guide in the nios wiki with a fancy script, but this one doesn't work, because the snapshots used there are no longer available (wget 404). So I downloaded the latest buildroot snapshot. It seemed to be easy with make menuconfig, make, ...., but it does not compile:libc/sysdeps/linux/common/access.c: In function `access':
libc/sysdeps/linux/common/access.c:12: error: `errno' undeclared (first use in this function)
libc/sysdeps/linux/common/access.c:12: error: (Each undeclared identifier is reported only once
libc/sysdeps/linux/common/access.c:12: error: for each function it appears in.)
make: *** Error 1
make: Leaving directory `/home/rtptf/nios2/buildroot/toolchain_build_nios2/uClibc'
make: *** Error 2 What am I doing wrong? Thanks a lot!