On 9 January 2013 16:14, <[email protected]> wrote: > Now I set UCLIBC_EXTRA_CFLAGS="-EB" in .config file and used the mipsel > compiler: > > $ make CROSS_COMPILE=mipsel-linux- ARCH=mipsel > > The compilation is not finished completely (please see attached log file). > The file opendir.c is compiled so I could check that _FILE_OFFSET_BITS is > also not defined during compilation of opendir.c although LFS is defined in > .config file.
the LFS functions live in the 64.o files, see e.g. readdir64.o Regarding the ethers compilation error, what kernel-headers do you use (grep KERNEL .config)? _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
