I have a hunch that probably it's trying to load your program twice, once via the command line parameters to GDB and once via your .ini file. Check your launch configuration inside of Eclipse. Since your ini file is telling GDB what to load, it shouldn't be passing the .elf file in both places. The load via the command line parameters probably fails because the lines in your .ini file won't get parsed until after the load completes, when in fact they need to happen beforehand. Chris
________________________________ From: [email protected] on behalf of f_magrinnews Sent: Thu 10/6/2005 10:11 AM To: mspgcc-users Subject: RE: [Mspgcc-users] Eclipse and mspg430-gdb simulator Eclipse give me the following messages: first of all a dialog windows says: unable to set temporary breakpointin main. Reason: Target request failed: No program loaded. Continue ? If I answer yes another window appears: execution suspended because of error and in the details of this window: the program is not being run. It seems to me that Eclipse is not able to manage msp430-gdb if the target sim commnad is sent. Maybe it expects a particular answer from msp430-gdb after sending the target command; so if I create a gdb.ini file with target remote:3333 and connect to gdbproxy everything works fine; If I create a gdb.ini file with the command target sim Eclipse fails. Thanks Frank ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Mspgcc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mspgcc-users
<<winmail.dat>>
