Mail Archives: djgpp/2000/04/02/11:21:58
On Sun, 26 Mar 2000, Bill Eubanks wrote:
> I just downloaded the source for gdb418 so that I could rebuild gdb to
> use with a remote 68000 target. I cannot find a "configure" program, and
> the Makefile looks like it is hardcoded for an intel architecture.
>
> How do I create a configuration for a 68K remote target? Perhaps I am
> overlooking something?
You are overlooking the file README.DJGPP and the djconfig.sh script.
Also, please note that the DJGPP distribution of GDB sources is not
complete: it only includes files required to build GDB as a native
DJGPP debugger. For configuring GDB for remote debugging of 68k
targets, it's quite possible you will need additional files from the
official GDB distribution (which you can find on GNU ftp sites).
Finally, the DJGPP configuration script djconfig.sh was not tested for
general-purpose configuring for remote debugging, so it might need
some tweaking to DTRT in your case.
- Raw text -