Hi,
Thank you for CONFIG_BUILD_NLS in .config.
Entware-ng make (on OS X) now bumps over the toolchain/uClibc/headers (which in fact is
uClibc-ng-1.0.16) section:
...
make[3] -C toolchain/kernel-headers install
make[3] -C toolchain/uClibc/headers prepare
make[3] -C toolchain/uClibc/headers compile
make[3] -C toolchain/uClibc/headers install
make[3] -C toolchain/gcc/initial prepare
...
I still would like to learn.
Where is the hook (read: correct location) to insert an additional include
(-I../../include) property for the "toolchain/uClibc/headers install” phase?
And/or where does the for
make -C extra/locale locale_headers gcc
../../extra/locale/gen_locale.c -o ../..//extra/locale/gen_locale
added
-I../..//extra/locale
derives from?
--
kind regards,
~Ceriel
Op 21 nov. 2016, om 14:43 heeft Waldemar Brodkorb <wbx(a)uclibc-ng.org> het volgende
geschreven:
Okay, I see. It is an modified OpenWrt. Disable
CONFIG_BUILD_NLS in
your .config.
best regards
Waldemar