This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG 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]

Toolchain not relocatable


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

Attachment: ctng.config
Description: application/config

--
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]