Toolchain not relocatable
Richard Weinberger
richard.weinberger@gmail.com
Fri Oct 25 09:02:00 GMT 2013
Hi!
Toolchains created by crosstool-ng seem to be not relocatable.
I tried both 1.18.0 and 1.19.0. My .config is attached.
$ ./toolchain/bin/arm-ryo-linux-gnueabi-gcc -o hw hw.c
^^^^ works fine.
$ mv toolchain/ toolchainX
$ ./toolchainX/bin/arm-ryo-linux-gnueabi-gcc -o hw hw.c
hw.c:1:19: fatal error: stdio.h: No such file or directory
compilation terminated.
^^^^^ broken
Or am I doing something very wrong?
--
Thanks,
//richard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ctng.config
Type: application/x-config
Size: 12064 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/crossgcc/attachments/20131025/229f89c1/attachment.bin>
-------------- next part --------------
--
For unsubscribe information see http://sourceware.org/lists.html#faq
More information about the crossgcc
mailing list