8. Setting up simple GUI:
// Install "jGRASP"
Link: http://www.jgrasp.org
// set a new C compiler (msp430-gcc) with the following settings:
Make: C:\mspgcc\bin\make
Compile: C:\mspgcc\bin\msp430-gcc -mmcu=msp430x1232
-Wall
-o temp.elf %FILE
Run: C:\mspgcc\bin\make download-jtag
Debug: C:\msp430insight\bin\msp430-gdb.exe
---------------------
<snip>
--
View this message in context:
http://www.nabble.com/Getting-started-with-MSP430-GCC-GDB-Insight-tf2746720.html#a7669766
Sent from the MSP430 gcc - Users mailing list archive at Nabble.com.