Hi,
Now I have put enormous effort in trying to set up the mspgcc toolchain for
my msp430f2112. But I still have difficulties...
 I found out from CVS log entries that this is one of the MCUs which had no
binutil and gdb support until the 430X support patches for binutils-2.18 &
gdb/insight-6.8 were made. Because of this I thought the only way  ( or
surest way ) of getting a working toolchain is to install 430X compatibility
( I installed the toolchain with binutils 2.18 + GCC 3.2.3 + GDB 6.0 without
patches, which didnt compile for my 2112 code - fatal error: unknown mcu )

I followed the instructions from the wiki:
http://sourceforge.net/apps/mediawiki/mspgcc/index.php?title=Building_MSPGCC_from_Source_Code

I built binutils 2.19 with 2.19 patch and built and installed GCC with the
430X changes... 
msp430libc wouldnt compile for me with the 430X update, so I installed it
without them ( all header files were there )

So far this seemed to work as I could compile my example code...

The biggest problems arose when installing GDB 6.8...
I know there are some 430 compatibility patches but the Wiki page didnt
advise me to use them - anybody knows why?
Am I correct to say that they are needed so I applied them?
 patch -p1 < /msp430-gdb-6.8.patch
 patch -p1 < /msp430-gdb-6.8-fix.patch
 patch -p1 < /msp430-gdb-430X.patch
Then I copied the contents from CVS gdb/gdb-current into gdb-6.8 and tryed
to built it - without success
make[3]: Entering directory `/home/gergo/msp430/gdb-6.8/sim/msp430'
gcc-3.4 ../.././sim/msp430/../common/gentmap.c -o gentmap -g -O -I.
-I../.././sim/msp430 -I../common -I../.././sim/msp430/../common
-I../../include -I../.././sim/msp430/../../include -I../../bfd
-I../.././sim/msp430/../../bfd -I../../opcodes
-I../.././sim/msp430/../../opcodes @INCINTL@ 
gcc-3.4: @INCINTL@: No such file or directory
make[3]: *** [gentmap] Error 1 

Can anybody help what I am doing wrong and what I should rather do to get my
highly desired mspgcc toolchain with 2112 support?
I appreciate and thank any help I get in advance.

Gergo
-- 
View this message in context: 
http://www.nabble.com/mspgcc-toolchain-according-to-wiki-%2B-430X-support-%28-if-needed-%29-tp24508554p24508554.html
Sent from the MSP430 gcc - Users mailing list archive at Nabble.com.


Reply via email to