From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Smith To: Kevin Buettner , GDB Subject: Re: Can you point me in the right direction Date: Fri, 13 Jul 2001 13:07:00 -0000 Message-id: <3B4F5516.124365FE@home.com> References: <20010713102605.A32410@nevyn.them.org> <1010713192049.ZM20362@ocotillo.lan> <3B4F4CC1.1A9076AB@home.com> <1010713195425.ZM20451@ocotillo.lan> X-SW-Source: 2001-07/msg00140.html Well, I had missed the configure.tgt file, I had figured out the *.mt *.mh *-pe.h files and was down to link errors. I guess I just quit to soon sps Kevin Buettner wrote: > On Jul 13, 12:32pm, Stephen Smith wrote: > > > I don't know if you have been following my question about a linux > > hosted x86-pe targeted gdb. I have posted to this mailing list and > > didn't receive a response. > > > > Should I be posting to another group or should I assume that the > > thing is not doable? > > You have the right group. I would assume that no one has responded > because either they're too busy or simply do not know the answer. > (I'm busy and I didn't know the answer.) > > Anyway, I took a quick look in configure.tgt and i386-*-pe* is > missing. So for starters, you'll have to add one. Then you'll have > to add a couple of files to config/i386. You'll need a pe.mt and > tm-pe.h. (I think.) Once you have those set up, do a build and see > what's missing (link errors). You may need to add an i386-pe-tdep.c > file to describe your ABI... (But you can see if one of the existing > ones will work for you first.) > > Fortunately, it looks like there's an entry for bfd, so you won't > have much work to do there. > > Kevin