Brettleger - 2009-07-01

I tried to build to build the whole msp430 toolchain following the manual in the wiki (http://sourceforge.net/apps/mediawiki/mspgcc/index.php?title=Building_MSPGCC_from_Source_Code).

Unfortunately, gdb fails to build. The error-message is:

make[3]: Entering directory `/home/moritz/src/BareMetal/msp430-toolchain/build-gdb/sim/msp430'
gcc ../../../gdb-6.8/sim/msp430/../common/gentmap.c -o gentmap -g -O -I. -I../../../gdb-6.8/sim/msp430 -I../common -I../../../gdb-6.8/sim/msp430/../common -I../../include -I../../../gdb-6.8/sim/msp430/../../include -I../../bfd -I../../../gdb-6.8/sim/msp430/../../bfd -I../../opcodes -I../../../gdb-6.8/sim/msp430/../../opcodes @INCINTL@
gcc: @INCINTL@: File or directory not found
make[3]: *** [gentmap] Failure 1

Any help appreciated.