Hello,

I'm having some problems and they seem to be happening to other people.

I installed and configured MSPGCC with Eclipse and CDG as in :
http://msp430.techcontent.net/eclipse.htm
Despite the fact that this page didn't show very well some of the command
line elements, I managed to successfully compile my test file ( which lights
up the LED).
I created the external tools (GiveIo and GDB proxy) and both are working
correctly:
GDB proxy successfully gives me the notice it is waiting on port 3333.
When I try to use the debug (That I configured as per the website) I get an
error that the
symbols table doesn't exist and to use the file command, which is normally
solved using the -g command (which is debugger information). I use the -g3
(higher debug level) and the -g without any luck.

2) When I try and open the elf file to maybe circumvent the first problem,
the msp430 downloader starts. I select the parallel port connection and then
either main or all erase. It starts erasing but then it shows (above the
progress bar) reset and then a dialog box pops up saying that the only
callbacks allowed are from MSPGCC and not from others.
How can I solve this?

3) I am trying to configure the simulator so as to not program the msp430
while doing incremental addition of code. can someone point me in the right
direction? I haven't found any instructions to do that. I tried to play with
the simulator but don't know exactly how to do it.

4) How does insight gets into the picture?

I, and many others, would really appreciate help on this matter so that
perhaps in the future we could contribute to the project.

Thank you
-- 
View this message in context: 
http://www.nabble.com/MSPGCC-and-Eclipse-Common-Problems-tf3934503.html#a11158943
Sent from the MSP430 gcc - Users mailing list archive at Nabble.com.


Reply via email to