Hi all, I want use Insight (gdb GUI) with msp430F1611 (running TinyOS or Contiki). msp430-gdb is working fine but I have no idea how to do this with Insight (also tried DDD but it didn't like my cygwin environment). In particular, I would like to know whether there is a specific parameter used to tell Insight that I'm using msp430-gdb instead of the standard gdb (what I do in DDD is "ddd --debugger msp430-gdb myfile.exe").
What I did to run msp430-gdb is as follows: 1. run msp430-gdbproxy 2. call $msp430-gdb myfile.exe 3. (gdb) monitor erase 4. (gdb) load myfile.exe Any ideas how to run Insight for msp430 in Unix/Cygwin? Thank you very much. Regards, Krisakorn Rerkrai