Skip to main content



      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 14:12
Eclipse UserFriend
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: Mon Jul 07 11:14:30 EDT 2025

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

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

Back to the top