Chris Liechti wrote: > while insight compiles fine under cygwin, it does not open the GUI... > i'm not sure what's the problem. it runs in the console no matter if i > run "msp430-gdb -w" or without parameters. > the 5.x versions did have an separate insight binary if i remember > correctly, which isnt there anymore.
In fact, Makefiles seem to get a little screwed up... Quick workaround: cd gdb make insight.exe make install-gdbtk results in an 'msp430-insight.exe' executable for me... > as an other showstopper, it also says in the README: > """ > host- or target-specific problems > > o Windows is hosed. Tk8.3 in sources.redhat.com is not stable > on windows. Wanna help? > """ insight-6.1 comes bundled with tcl/tk 8.4.1 (Which does not alter the fact that Window$ is 'hosed', though...) > :-( HTH =:-) Olaf