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]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]