Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Fourm

Hi all,

 I am using eclipse Juno for embedded coding. I am using separate make-file for building the projects. But for debugging i am using GDB plugin in eclipse.

I am able to debug the code with some debugger commands. The problem is like after giving some reset signal i am getting a error like.

No source available for "exception handler"

I think after the reset command the GDB not knows where the control goes.

Any flags we need to add for this.

Can any one help me in this issue.....

I am using Cortex-m0+ controller..

Back to the top