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]

arm build: libc_start_file step failed


Hi!
I'm using crosstools-ng 0.19.0 to build cubieboard toolchain.
CT_TARGET=arm-unknown-linux-gnueabi, config is attached.

Unfortunately, the build stop at
libc_start_file:
[ERROR]   >>  Build failed in step 'Installing C library headers & start files'
[ERROR]  >>        called in step '(top-level)'
[ERROR]  >>
[ERROR]  >>  Error happened in:
do_libc_backend[scripts/build/libc/glibc-eglibc.sh-common@108]
[ERROR]  >>        called from:
do_libc_start_files[scripts/build/libc/glibc-eglibc.sh-common@60]
[ERROR]  >>        called from: main[scripts/crosstool-NG.sh@638]

After reading the script, I found that the script failed when calling
multilibs=( $("${CT_TARGET}-gcc" -print-multi-lib 2>/dev/null) )

I can't find arm-unknown-linux-gnueabi-gcc anywhere at that stage.
However, 0.17.0 does build

Sincerely,
王文鑫
Charlie

Attachment: .config
Description: Binary data

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