Hello,
I need to generate a cross-compiler for MSP with C++ support (I don't
need libstdc++). When I try to configure gcc with --enable-languages=c,c++
I get the following make error:
checking whether the C compiler (/home/ppgcc/lucas/gcc-3.2.3/gcc/xgcc
-B/home/ppgcc/lucas/gcc-3.2.3/gcc/
-B/home/ppgcc/lucas/cross-msp//msp430/bin/
-B/home/ppgcc/lucas/cross-msp//msp430/lib/ -isystem
/home/ppgcc/lucas/cross-msp//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 ideas on how to work around this error? Has anyone been able to
successfully generate msp-gcc with C++ support (no need for libstdc++)?
Any help on how to do this would be much appreciated.
Thanks,
Lucas Wanner