To: [email protected]
From: H.J.Dix <[email protected]>
Date: Wed, 1 Dec 2004 09:42:44 +0000 (UTC)
Subject: [Mspgcc-users] Re: No connection to gdbproxy
Reply-To: [email protected]
Hello everyone, especially Claude, Steve and Mario
thank you for your advices. Using the command "source gdb.ini" inside gdb
fixed
my connection problem.
I have another question. I read about a gui called insight in the mspgcc
manual.
Did anyone install this tool with Windows98 and what is your experience?
Where can I get this tool?
Thanks in advance,
Hans-Juergen
Hello Hans,
I run MSP430-Insight on WindowsXP (never tryed on Windows98).
Here is a link to download a prebuilt version of MSP430 Insight (Win32):
http://prdownloads.sourceforge.net/mspgcc/msp430-insight-win32-20021222.exe?download
Remark: Use a different directory that the one used for mspgcc to install
this version of MSP430 Insight.
Using Insight is more easy that GDB, but is a little bit treaky. But if you
display the Insight console (View->Console), you have the best of both
worlds (GDB and Insight); all the power of GDB and the ease of a Graphic
User Interface.
Regards,
Claude.