Date: Sun, 2 Apr 2000 09:26:35 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Bill Eubanks cc: djgpp AT delorie DOT com Subject: Re: running configure for gdb(?) In-Reply-To: <38DD9543.9E841A3A@HiWAAY.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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.