Unable to build uClibc with _FILE_OFFSET_BITS=64

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu Jan 10 08:29:04 UTC 2013


On 9 January 2013 16:14,  <mail-an-mw123 at gmx.de> 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)?


More information about the uClibc mailing list