Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Start GDB with "target extended-remote"(Eclipse debugging with GDB and OpenOCD)
Start GDB with "target extended-remote" [message #1855482] Mon, 17 October 2022 13:08
David Smith is currently offline David SmithFriend
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.
Previous Topic:Cant compile even hello world
Next Topic:"No rule to make file" after moving a directory
Goto Forum:
  


Current Time: Mon Jan 20 03:41:42 GMT 2025

Powered by FUDForum. Page generated in 0.03732 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top