Hello All,
I am trying to figure out if Yagarto website will be releasing a new revision with the just new eclipse europa… I know that is alot of effort but just want to know if a new revision will be released soon or not! because it may need some Zylin CDT integration or not!!!
thanks!
I am using Eclipse Europa for some time now and the final release
works out of the box. I use it for hardware debugging for LPC210x and LPC213x with OpenOCD.
alessio
Alessio,
Wow that’s cool!! one extra question, sorry for bother you…
do you mind to explain a little bit more? out of the box, does it mind that I just download Europa + CDT from eclipse.com and I am ready to go? assuming that I already installed the toolchain + OpenOCD.
alejmrm,
yes, I just installed Eclipse Europa with CDT 4.0 and there were no special
tweaks needed to launch debug session, actually quite similar as with
Eclipse 3.2. Try it and come back with question if you are having some problems.
alessio
Hi alessio,
I just downloaded Europa C/C++ and wasn’t really successful
I tried ‘mingw toolchain’ and ‘other toolchain’ but Eclipse didn’t
use my makefile but compiled each source separately by itself.
Also Eclipse forgot my projects settings so I needed to
type in things even more times.
I gave up and heard that in the Eclipse main site C/C++ download
some features are missing for embedded C development.
So I will try some versions from innopract or the like.
Would appreciate a new Yagarto Europa version with all
the needed projects bundled for embedded development.
Greets,
Joerg
Hi again,
I managed it to work, mainly.
I needed to download Eclipse Europa for C++ Developers
and then add CDT update site to the update manager.
Then I was able to download CDT (again?) and
add hardware debugging.
After some trial and error I now can download my application
with openocd and break and continue from main.
But at the moment only one time!
When I try to stop and resume the program hangs.
As I do RAM debugging with the Ethernut3 board (AT91R40008)
I wonder if there is something wrong with the interrupt vectors!
Maybe they are normally set up by the Nut/OS bootloader.
Anyone knows how to deal with that?
Greets