Sorry for having not been very clear, when I say that everithing works fine from command line I mean launching msp430-gdb from outside the Eclipse platform. When I switch to Eclipse, I close everything else. From command line msp430-gdb with its gdb.ini file works fine; inside the Eclipse Environment msp430-gdb launched with the same gdb.ini file doesn't work. If I make a gdb.ini file with only the command "target remote:3333" Eclipse doesn't complain: I can't obviously debug because I don't give the load command and other directives but I haven't errors: Eclipse switch to debug perspective. If I make a gdb.ini file with only the target sim command, Eclipse gives error; if in the gdb.ini file I put also the other necessary commands suche as load nomefile.elf ... I still have errors.
My launch configuration consist only of the msp430-gdb path and the gdb.ini path. Is there something else that I can control from inside Eclipse? Thanks Frank
