tags:

views:

65

answers:

2

hello all,

I am building new android system on Ubuntu 10.4 64bits, while building I got this error:

This command caused the error, prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -mthumb-interwork -Ibionic/libc/private -o out/target/product/generic/obj/lib/crtbegin_dynamic.o -c bionic/libc/arch-arm/bionic/crtbegin_dynamic.S

error message: arm-eabi-gcc: Internal error: Segmentation fault (program cc1)

It seems gcc has some errors, never see gcc segfault before.

Any help will be truly appreciated.

A: 

Sorry, should be arm-eabi-4.3.1/bin/...

Jimmy
A: 

Actually it is the issue of toolchain itself, the new one is not stable. After I switch to older version, the issue is gone.

Jimmy