-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugging with Eclipse on Linux #153
Comments
Hi,
While I would like to say yes... I can only say no. I never used Eclipse with at91bootstrap, actually last time I used Eclipse was around 2011 I think... I will ask around if someone tried it, but don't get your hopes up. Eugen |
Thanks! I have installed Eclipse only for this... So I if you have a different tool I am more then open for alternatives! |
With all respect and knowing how non-critical this is, may I ask you if there is any news in the maintainer circle about this? |
No news. |
@lnksz, Hi, The toolchain first should be updated to a newer version, though not necessarily the latest. The SEGGER J-Link GDB Server may be updated to the latest J-Link Software Pack. As an alternative to Eclipse, one may give a try to Visual Studio Code with the gnu-debugger extension. |
Hi @nirvann , Thank you for the aid! With the JLinkGDBServer settings and the linked toolchain's gdb I could establish a debugging session. Following the instructions in the Segger Wiki for the GDB CLI I can enjoy the familiar GDB experience. After this adding a different front-end is secondary for me. |
Hi there!
I am trying to get more elaborate debugging experience to contribute to the at91bootstrap project.
I found a tutorial on Linux4SAM on how to configure Eclipse CDT and a JTAG debugger to be able to set use GDB features.
But following the tutorial I noticed, that it is quite dated and some links don't work, or the Zylin plug-in fails to be installed.
(Using latest Eclipse 2022-03)
I also found the jlink-plugin which is relying on the cPack manager.
After some try-and-error I got the setup working so far that I can connect to my SAMA5A3Xplained board by clicking on Debug and the download of the built binary is successful.
But after the reset is issued the CPU starts running and the registers cannot be read out.
Anyway.. it may be a of a more general interest as well to have an updated version of the Linux4SAM tutorial to enable easier contribution to the project.
Can any of the maintainers help out? You surely have a working set-up at hand, right?
The text was updated successfully, but these errors were encountered: