Hi, I've compiled my test.c with:
msp430-gcc test.c -o test.elf -I /cygdrive/c/mspgcc/msp430/include -mmcu=msp430x449 -g
The version of gcc is 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125) I get this message in gdb when I do "load test": "test.elf": not in executable format: File format not recognized msp430-gdbproxy is running ok and is talking to the Olimex. test.elf has the keyword "ELF". Anybody have an idea where the problem is? Thanks, Martin.