the most important thing is the known bug in gdb, when it cannot load
symbols from the image, where is no data section exists. the led example
does not :)

so, if you put in this test something like

int dummy = 1;

before main, that will solve most problems...

2007/6/17, msp430user <[email protected]>:


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.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mspgcc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mspgcc-users




--
_____________
Oleg V. Kobrin

Reply via email to