> 
> B - tried to create mspgcc:
>   Could not find "core" gcc for version 3.2.3, so used:
>   "/releases/gcc-3.2.3/gcc-3.2.3.tar.bz2"

> Got the following error------------------:
> checking whether the C compiler (/root/msp430/gcc-3.2.3/gcc/xgcc
> -B/root/msp430/gcc-3.2.3/gcc/ -B/usr/local/msp430/msp430/bin/
> -B/usr/local/msp430/msp430/lib/ -isystem
> /usr/local/msp430/msp430/include -O2 -g -O2 ) works... no
> configure: error: installation or configuration problem: C compiler
> cannot create executables.
> make: *** [configure-target-libiberty] Error 1
> 
> Any recommendations?
> 


I can actually be helpful here! I had this exact problem when
building gcc a few weeks ago, and it had me stumped for a long
time. You MUST use the "core" version of GCC.

The problem is that the "core" file is not linked from the index.html
page that is in the GCC mirror "/releases/" directory. As the manual
points out in a somewhat subtle manner, you should go to the
"/releases/gcc-X.Y.Z/gcc-core-X.Y.Z.tar.bz2" file on the mirror.

e.g.,

http://www.binarycode.org/gcc/releases/gcc-3.3.3/gcc-core-3.3.3.tar.bz2

Regards,
Adam


Reply via email to