Hi Chris and list, I finally got eclipse msp430 debugging to work partially, but have some remaining problems.
I have installed this on a Windows XP professional system AMD XP2500+ with 512K ram, and are quite new to Windows XP. I have included the msp430-gdbproxy in my start folder as i want this to be present all the time, at startup i get the following messages: Remote proxy for GDB, v0.7.1, (cut) end (cut) error: msp430: Could not initialize device interface <1> info: msp430: Target device is a 'MSP430F149' <type 7> notice: msp430-gdbproxy.exe: waiting on TCP port 3333 The first time i try to debug with eclipse i get the following messages from gdbproy: notice: msp430-gdbproxy.exe: connected error: msp430: Could not preserve/restore device memory <12> error: msp430: Could not write device memory <7> error: msp430: Could not write device memory <7> error: msp430: Could not read device memory <6> error: msp430: Could not read device memory <6> error: msp430: Could not read device memory <6> error: msp430: Could not read device memory <6> error: msp430: Could not read device memory <6> error: msp430: Could not read device memory <6> error: msp430: Could not run device <to breakpoint> <17> If i terminate the debug session and then try to run again i get the following messages: info: msp430-gdbproxy.exe: debugger has terminated connection info: msp430-gdbproxy.exe: will reopen the connection info: msp430: Target device is a 'MSP430F149' <type 7> notice: msp430-gdbproxy.exe: waiting on TCP port 3333 notice: msp430-gdbproxy.exe: connected and the debugger works. :=) BTW is it possible to install msp430-gdbproxy as a service or at least make it start in a minimized commandline window. How do i get a disassambly window? Best regards Jens. ----- Original Message ----- From: "Chris Liechti" <cliec...@gmx.net> To: <mspgcc-users@lists.sourceforge.net> Sent: Thursday, September 30, 2004 11:54 PM Subject: Re: [Mspgcc-users] MSPGCC + Eclipse.org Jens Andersen wrote: > Hi Chris, > > I am also trying to get Eclipse.org working, i used the installation > instructions from Yvan Castilloux posted on this list sometime ago > and then applied the plugins from your site. > I am able to make the project, but have problems with the debugger. > I have tried to follow the instructions in your getting started tutorial, > but in the Debug window i can't select the "Cygwin GDB Debugger", my only > options are "GDB Server" or "mspgcc GDB Debugger" and i can't get any of > those to work. heh, ok, the images are old. actualy it would probably be best if someone else tries to make/update the tutorial. i kow how to setup and may not see the problems of a newbee to eclipse. > Are there a special installation sequence for getting this to work. uhm. no. - install eclipse 3.0.1 or newer (download the big SDK ZIP from one of the mirrors, extract somewhere, run eclipse.exe or the coresponding file on linux) - select help->update->find and install, add a new site for the CDT (one of the mirrors) - extract the net.sf.mspgcc.cdt.zip to the eclipse folder you seem to have done these steps correctly as you have the "mspgcc GDB Debugger". you have to use this one in eclipse 3.0, the cygwin thing was used in the old 2.0 eclipse releases. to actualy se it you have to select msp430-gdb for the debugger executable (ensure that its found on the PATH, or specify the full path in the text box) then you need to use one of the ini files. these connect to the target or simulator, but you must edit them and change the "load ... " line so that it uses your actual binary. when you start debugging, ensure that you are in the debug view. if it does not switch automaticaly, change the perspective manually. HTH chris > Best regards > > Jens > > > ---- Original Message ----- > From: "Chris Liechti" <cliec...@gmx.net> > To: <mspgcc-users@lists.sourceforge.net> > Sent: Thursday, September 30, 2004 3:12 AM > Subject: Re: [Mspgcc-users] MSPGCC + Eclipse.org > > > Paulo Ricardo wrote: > >>Hi, >> >> >>I'm new in mspgcc world and need help. I'm trying to put >>eclipse.org to work with mspgcc plug-in, but they not work. > > > did you get the latest one from my homepage? the ZIP file should contain > 3 folders/plugins. > > > Anyone can send me a "step-to-step" tutorial? > > there is a "getting started" in the help->help contents->mspgcc manual > of the new plugin > > >>I'm using eclipse 3.0, CDT 2.0 and the last build of mspgcc. >> >> >> >>Thank's >> >>Paulo Ricardo Pabst >>Delfos Tecnologia EletrĂ´nica >>Fone: 55(47) 422-7077 ext. 239 >>Fax: 55(47) 422-7077 ext. 205 >>Cel.: 55(47) 9119-3734 >>www.delfosnet.com ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Mspgcc-users mailing list Mspgcc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mspgcc-users ----- Original Message ----- From: "Chris Liechti" <cliec...@gmx.net> To: <mspgcc-users@lists.sourceforge.net> Sent: Thursday, September 30, 2004 11:54 PM Subject: Re: [Mspgcc-users] MSPGCC + Eclipse.org Jens Andersen wrote: > Hi Chris, > > I am also trying to get Eclipse.org working, i used the installation > instructions from Yvan Castilloux posted on this list sometime ago > and then applied the plugins from your site. > I am able to make the project, but have problems with the debugger. > I have tried to follow the instructions in your getting started tutorial, > but in the Debug window i can't select the "Cygwin GDB Debugger", my only > options are "GDB Server" or "mspgcc GDB Debugger" and i can't get any of > those to work. heh, ok, the images are old. actualy it would probably be best if someone else tries to make/update the tutorial. i kow how to setup and may not see the problems of a newbee to eclipse. > Are there a special installation sequence for getting this to work. uhm. no. - install eclipse 3.0.1 or newer (download the big SDK ZIP from one of the mirrors, extract somewhere, run eclipse.exe or the coresponding file on linux) - select help->update->find and install, add a new site for the CDT (one of the mirrors) - extract the net.sf.mspgcc.cdt.zip to the eclipse folder you seem to have done these steps correctly as you have the "mspgcc GDB Debugger". you have to use this one in eclipse 3.0, the cygwin thing was used in the old 2.0 eclipse releases. to actualy se it you have to select msp430-gdb for the debugger executable (ensure that its found on the PATH, or specify the full path in the text box) then you need to use one of the ini files. these connect to the target or simulator, but you must edit them and change the "load ... " line so that it uses your actual binary. when you start debugging, ensure that you are in the debug view. if it does not switch automaticaly, change the perspective manually. HTH chris > Best regards > > Jens > > > ---- Original Message ----- > From: "Chris Liechti" <cliec...@gmx.net> > To: <mspgcc-users@lists.sourceforge.net> > Sent: Thursday, September 30, 2004 3:12 AM > Subject: Re: [Mspgcc-users] MSPGCC + Eclipse.org > > > Paulo Ricardo wrote: > >>Hi, >> >> >>I'm new in mspgcc world and need help. I'm trying to put >>eclipse.org to work with mspgcc plug-in, but they not work. > > > did you get the latest one from my homepage? the ZIP file should contain > 3 folders/plugins. > > > Anyone can send me a "step-to-step" tutorial? > > there is a "getting started" in the help->help contents->mspgcc manual > of the new plugin > > >>I'm using eclipse 3.0, CDT 2.0 and the last build of mspgcc. >> >> >> >>Thank's >> >>Paulo Ricardo Pabst >>Delfos Tecnologia EletrĂ´nica >>Fone: 55(47) 422-7077 ext. 239 >>Fax: 55(47) 422-7077 ext. 205 >>Cel.: 55(47) 9119-3734 >>www.delfosnet.com ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Mspgcc-users mailing list Mspgcc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mspgcc-users