Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Embedded Debugging for Motorola 68332 with gdb-5.3 + bdm
Embedded Debugging for Motorola 68332 with gdb-5.3 + bdm [message #101283] Fri, 30 April 2004 18:12
Henning Riedel is currently offline Henning RiedelFriend
Messages: 310
Registered: July 2009
Senior Member
I'm trying to get the gdb-5.3 running from Eclipse
3.0/CDT2.0.0_200404160300. My gcc-compiler generates coff-files for the
Motorola 68332/376.

I have the gdb running on the console, where I need to call a defined
init-routine 'initminpac' to initialize the uP.

I call it like:
C:\cygwin\m68k-gdb5\m68k-bdm-elf-gdb --command=gdb.ini main.coff
(gdb) initminipac
(gdb)
Then I can do an
(gdb) b main.c
(gdb) run main.coff

which will download the file and run it up to main entry.

How would I start the process in CDT Debug Session?
I tried the 'Cygwin GDB Debugger' with the gdb path set as above and the
command file set to gdb.ini. It will take a while until an error message
comes up saying that the target does not respond. Btw., 'GDB Server'
would just return an broken pipe error in the .log and afterwards the
same about no response.

!ENTRY org.eclipse.cdt.debug.core 4 1000 Apr 30, 2004 17:26:56.592
!MESSAGE Internal error logged from CDI Debug:
!STACK 0
org.eclipse.cdt.debug.mi.core.cdi.MI2CDIException:
!src.MISession.Target_not_responding!
Previous Topic:Problem creating new project
Next Topic:Newbie: Managed build: Problem when project directory separated from source directory...
Goto Forum:
  


Current Time: Thu Jul 18 09:14:07 GMT 2024

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

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

Back to the top