I just noticed that the latest revisions include setting for msp430 compiler, but they are different from what mspgcc toolchain expects. For instance, selecting a target device in the compiler settings adds -mcpu=target to the command line when mspgcc expects -mmcu=target. Is there any other gcc port for the msp430 mcus for which this settings are intended?
I also noticed that the program executable for the debugger is msp430-insight.exe instead of msp430-gdb.exe, but all references I found for that debugger seem outdated.
regards,
Juan