Olaf Peters wrote:
Hi everybody,
slightly off-topic, but just in case somebody is interested:
that's not off toppic it's right on point!
Wondering why insight is no longer part of the SF mspgcc 'distribution' I
set up an insight-6.1 patch based on the current gdb SF-CVS state:
it isn't part of the win32 installer beacause it trew errors when i
tried to compile it...
but that might change again with your patch :-)
i'll try it out later
http://elserv.ffm.fgan.de/~opeters/insight-6.1-msp430.patch.gz
QUICKINSTALL (to be adopted to environment):
- Get ftp://sources.redhat.com/pub/gdb/releases/insight-6.1.tar.bz2
- untar it
- cd insight-6.1/
- gzip -cd ../insight-6.1-msp430.patch.gz | patch -p1
- ./configure --prefix=/usr/local/msp430 --target=msp430
- make
- make install
It compiles (and runs ;) fine with linux (i.e. RH9), but there seems to
exist some readline/sgtty.h trouble with mingw, so use the proposed
cygwin environment for Window$.
Enjoy (though YMMV),
Olaf