I've been doing that tonight... no luck... and no spaces. I started from scratch with eclipse.

the  error is now:

Error creating session: /cygdrive/c/eclipse/C:\eclipsework\embedded\msp430\workspace\test/C:\eclipsework\embedded\msp430\workspace\test\Debug\test: No such file or directory.

the "/cygdrive/c/eclipse/"   is the location of eclipse
the "C:\eclipsework\embedded\msp430\workspace\test" is the project directory
the "C:\eclipsework\embedded\msp430\workspace\test\Debug\test" is the absolute filename of the target binary

these are all concatinated with /.

I have not looked at how plugins are done in eclipse... yet. But I'd wonder if the file/path generation might be different. There was some change in IPath between 3.0 and 3.1. I have not looked a migration guides for CDT yet.

jim

work on it again in the AM.




----- Original Message ----- From: "Recoskie, Chris" <crecos...@ti.com>
To: <mspgcc-users@lists.sourceforge.net>
Sent: Friday, September 23, 2005 11:10 PM
Subject: RE: [Mspgcc-users] Mspgcc + eclipse CDT 3.0/Eclipse 3.1


Having taken a quick inspection of the plugins you reference, they
should in theory work just fine with CDT 3.0.  The build plugin is for
the 2.0 version of CDT but old build definitions are still supported, so
it *should* work, and the fact that you can build says that this part is
probably functioning fine.

I have a sneaking suspicion that perhaps it doesn't like the fact that
you have spaces in the path to your executable.  Try putting your
project in a different folder and see if that helps.

___________________________________________

Chris Recoskie
Software Designer
Texas Instruments, Toronto
http://eclipse.org/cdt


-----Original Message-----
From: mspgcc-users-ad...@lists.sourceforge.net [mailto:mspgcc-users-
ad...@lists.sourceforge.net] On Behalf Of jim
Sent: Friday, September 23, 2005 7:04 PM
To: mspgcc-users@lists.sourceforge.net
Subject: [Mspgcc-users] Mspgcc + eclipse CDT 3.0/Eclipse 3.1




I had the mspgcc tools working on an older version of eclipse.  After
 upgrading, I am having problems getting it started again.

 I'm installing this on an XP home edition computer.  I've downloaded
the
 latest windows binaries of mspgcc from sourceforge and the latest(?)
mspgcc
 eclipse plugin from
http://homepage.hispeed.ch/py430/mspgcc/index.html
I
 extracted the plugin into the eclipse directory.

 Eclipse 3.1 obviously doesn't follow the example setup.  But the
compiler
 seems to be working.  I can compile and run its output with
msp430-gdb
and
 it works just like compiling manually with msp430-gcc.  However, I
have
had
 problems getting the debugging working properly.  I get the following
 errors:


Error creating session: /cygdrive/c/Program Files/eclipse/C:\Documents
and
Settings\Owner\workspace\test/C:\Documents and
Settings\Owner\workspace\test\Debug\test: No such file or directory.
 Error creating session: /cygdrive/c/Program
Files/eclipse/C:\Documents
and
 Settings\Owner\workspace\test/C:\Documents and
Settings\Owner\workspace\test\Debug\test: No such file or directory.
Error creating session: /cygdrive/c/Program Files/eclipse/C:\Documents
and
Settings\Owner\workspace\test/C:\Documents and
Settings\Owner\workspace\test\Debug\test: No such file or directory.

Eclipse connects with msp430-gdbproxy and erases memory fine.  Then it
is
terminated unless  I set  the load command in the gdb-target.ini to
have
an
absolute (explicit) file name (complete path).  In this case it will
write
 part of the program before terminating.  It looks like there are
multiple
 internal variables being concatinated to generate the path to the
target
 program.

 Any ideas?   misconfiguration...or is the plugin not compatible with
this
 version?

 Thanks
 jim
 .



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to