Start GDB with "target extended-remote" [message #1855482] |
Mon, 17 October 2022 13:08 |
David Smith Messages: 1 Registered: October 2022 |
Junior Member |
|
|
Hello,
I'm trying to debug my Atmel SAME54 board using GDB and OpenOCD.
When I launch a debug session, all my breakboints are ignored with the message:
Break at address "0x420" with no debug information available, or outside of program code.
The debug break point address is absolutely valid, the binary is compiled with -O0 -g3
The OpenOCD debug output tells me the following:
Warn : Prefer GDB command "target extended-remote :3333" instead of "target remote :3333"
When I run GDB manually with the extended-remote command, it correctly halts on main().
Is it possible to edit the target remote:3333 command to target extended-remote :3333 so I can debug within Eclipse?
Help is appreciated.
|
|
|
Powered by
FUDForum. Page generated in 0.03732 seconds