This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Hi Partha, It seems that it want to search limits.h of gcc, so please find your build gcc folder for "gcc/include/limits.h". If exists then please check your configuration parameter of glibc like "prefix","with-headers", etc. The following two links may help you. http://www.parisc-linux.org/toolchain/index.html http://www.ailis.de/~k/archives/19-ARM-cross-compiling-howto.html Best Of luck !! regards Sanjib Chatterjee On Thu, May 15, 2008 at 12:09 PM, Acharya Partha <partha_acharya@yahoo.com> wrote: > Hi > I am building a toolchain for arm target as linux-i386 > host with the following : > binutils-2.18 , gcc-4.3 , glibc-2.7 , > linux-kernel-2.6.24. > > Getting following error while cross-compiling glibc : > > /opt/arm-none-linux-gnueabi/include/limits.h:125:26: > error: no include path in which to search for limits.h > In file included from ../include/limits.h:125, > from > ../sysdeps/unix/sysv/linux/bits/socket.h:32, > from ../socket/sys/socket.h:36, > from ../include/sys/socket.h:2, > from ../inet/netinet/in.h:25, > from ../include/netinet/in.h:3, > from ../resolv/resolv.h:57, > from ../include/resolv.h:12, > from ../nptl/descr.h:39, > from > ../ports/sysdeps/arm/nptl/tls.h:63, > from ../include/tls.h:6, > from ../include/link.h:45, > from ../include/dlfcn.h:3, > from > ../sysdeps/generic/ldsodefs.h:32, > from > ../ports/sysdeps/arm/ldsodefs.h:39, > from > ../sysdeps/unix/sysv/linux/ldsodefs.h:25, > from <stdin>:2: > /opt/arm-none-linux-gnueabi/include/limits.h:125:26: > error: no include path in which to search for limits.h > make[3]: *** > [/root/Desktop/toolchain/build/glibc-build/rtld-global-offsets.h] > Error 1 > make[3]: Leaving directory > `/root/Desktop/toolchain/build/glibc-2.7/csu' > make[2]: *** [csu/subdir_lib] Error 2 > > Can anybody suggests some ideas regarding this error. > > Thanks in advance. > > Partha > > > > > > -- > For unsubscribe information see http://sourceware.org/lists.html#faq > > -- For unsubscribe information see http://sourceware.org/lists.html#faq
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |