[CT_NG] Bug about uclibc's vendor string prolbem with crosstool-ng 1.1.2

leemgs leemgs@gmail.com
Fri Jun 6 10:26:00 GMT 2008


In my case, I used below method.

./config's info is
CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"

When I  typed CT_TARGET_VENDOR="v6nfple"   without
CT_TARGET_VENDOR="unknown" for target vendor info in .config confile
and, I modified  uclibc's exact directory name to solve this problem
in  ./lib/ct-ng-1.1.2/scripts/functions script file like belows.

For example, IF I use "v6nfple" string for cross-target-vedor name,.....

At first, Before compile uclibc source ,
Make Symbolic link.
ln -s /opt/ct-ng112/lib/ct-ng-1.1.2/samples/arm-unknown-linux-uclibcgnueabi
/opt/ct-ng112/lib/ct-ng-1.1.2/samples/arm-v6nfple-linux-uclibcgnueabi

After compile uclibc source.
Delete Symbolic link
rm -f /opt/ct-ng112/lib/ct-ng-1.1.2/samples/arm-v6nfple-linux-uclibcgnueabi

--
For unsubscribe information see http://sourceware.org/lists.html#faq



More information about the crossgcc mailing list