Hello Bernd, Am Mittwoch, 27. Mai 2009 15:12:53 schrieb Bernd Büttner: > The new Codesourcery toolchain ran into an error while configuring a > library. (uClinux-dist-20080808 with 20090423 patch). > > Here the part of the make output: > [lots of output] > ../pcap-linux.c In file included from > /home/bernd/uClinux-20080808-EWEBTEST/uClibc/include/bits/socket.h:31, from > /home/bernd/uClinux-20080808-EWEBTEST/uClibc/include/sys/socket.h:35, from > ../pcap-linux.c:96: > /home/bernd/uClinux-20080808-EWEBTEST/uClibc/include/limits.h:124:26: > error: limits.h: No such file or directory make[4]: *** [pcap-linux.o] > Fehler 1 > make[4]: Leaving directory > `/home/bernd/uClinux-20080808-EWEBTEST/lib/libpcap/build' make[3]: *** > [all] Fehler 2 > make[3]: Leaving directory > `/home/bernd/uClinux-20080808-EWEBTEST/lib/libpcap' make[2]: *** [libpcap] > Fehler 2 > make[2]: Leaving directory `/home/bernd/uClinux-20080808-EWEBTEST/lib' > make[1]: *** [all] Fehler 2 > make[1]: Leaving directory `/home/bernd/uClinux-20080808-EWEBTEST/lib' > make: *** [subdirs] Fehler 1 > > > Reading the referenced documentation, there seems to be a problem in the > configure script. But I don't know anything about autoconf. > > So I'm still not able to generate a running system. :-(
I had a similar problem about a missing limits.h file. In my opinion its a problem with the toolchain. I fixed it with a symlink. Inside the directory $(PATH_TO_TOOLCHAIN)/lib/gcc/m68k-uclinux/4.3.2/include create a symlink to ../include-fixed/limits.h HTH Alexander _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
