custom uClibc problems
Hi people
I have followed the tutorial from microtronixs on how to build a custom uClibc library. After I have run the menuconfig I then begin the make from the toplevel makefile. It compiles for some time and then it comes to a halt with 2 errors. Has this happend for any of you guys and how did you fix it???
I have just taken the last lines from the command prompt so you can see the errors.
[CODE]In file included from ../../include/asm/page.h:27,
from ../../include/asm/user.h:28,
from ../../include/linux/user.h:1,
from ../../include/sys/user.h:1,
from ../../include/sys/procfs.h:31,
from ../linuxthreads_db/proc_service.h:20,
from ../linuxthreads_db/thread_dbP.h:9,
from internals.h:30,
from attr.c:26:
../../include/linux/config.h:4:28: linux/autoconf.h: No such file or directory
make[2]: *** [attr.o] Error 1
make[2]: Leaving directory `/cygdrive/c/altera/kits/nios2/bin/eclipse/plugins/co
m.microtronix.nios2linux.uClibc_0.1.0/uClibc/libpthread/linuxthreads'
make[1]: *** [_dir_linuxthreads] Error 2
make[1]: Leaving directory `/cygdrive/c/altera/kits/nios2/bin/eclipse/plugins/co
m.microtronix.nios2linux.uClibc_0.1.0/uClibc/libpthread'
make: *** [_dir_libpthread] Error 2[/[CODE]
Regards