Skip to main content



      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 09:08
Eclipse UserFriend
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: Sun Jun 22 02:30:01 EDT 2025

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

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

Back to the top