Hallo,
ich hab ein Problem mit Eclipse und dem MSPGCC4.
Ich hab den Artikel hier genau abgearbeitet. 
http://www.mikrocontroller.net/articles/MSP430_eclipse_helios_mspgcc4_gdb-proxy
Wenn ich jetzt das Beispielprogramm Debuge bricht er mir ab, mit 
folgendem Text.
| 1 | **** Build of configuration Debug for project Test ****
 | 
| 2 | 
 | 
| 3 | **** Internal Builder is used for build               ****
 | 
| 4 | msp430-gcc -mmcu=msp430x149 -oTest.elf hall.o
 | 
| 5 | c:/mspgcc4/bin/../lib/gcc/msp430/4.4.3/msp2\libgcc.a(__jump_to_main.o): In function `__jump_to_main':
 | 
| 6 | (.init9+0x2): undefined reference to `main'
 | 
| 7 | collect2: ld returned 1 exit status
 | 
| 8 | Build error occurred, build is stopped
 | 
| 9 | Time consumed: 156  ms.
 | 
Hat einer ne ahnung ich kenn mich damit nicht gut aus, deshalb kann ich 
mir das nicht erklären.
mfg eimer