Hi, I'm just started to use MSP430 and the Gnu tool chain on a W2K machine. I downloaded "MSPGCC windows installer" and "Insight for MSPGCC, windows installer" from http://www.mikrocontroller.net/mspgcc.en.htm. A MSP-FET430x110 Kickstart set from TI is available. A MSP430F1121 is assembled into the FET. For testing I used the test program test1.c also available on the download page for the windows tools.
I followed the instructions and compiled the program with msp430-gcc test1.c -mmcu=msp430x1121 -g -O -o test1.elf Generated a assembler listing and a hex-file using msp430-objdump -DS test1.elf > test1.lst msp430-objcopy -O ihex test1.elf test1.hex Started msp430-rproxy which connected successfully to the FET, started Insight and connected to msp430-rproxy. After opening test1.elf the download worked fine and I could start the program. Then I tried to debug the program. Unfortunately I couldn't see the c-source files in Insight. The only way to see the C-source is to use the MIXED mode of the source window. So I'm only able to debug on assembly instruction level. Is there a way to get debugging on C-source level to work? Am I missing something? I also tried to replace the -g option with -ggdb. But no changes. Roman -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!
