From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: GDB , Stephen Smith Subject: Re: Can you point me in the right direction Date: Fri, 13 Jul 2001 13:29:00 -0000 Message-id: <1010713202901.ZM20537@ocotillo.lan> References: <20010713102605.A32410@nevyn.them.org> <1010713192049.ZM20362@ocotillo.lan> <3B4F4CC1.1A9076AB@home.com> <1010713195425.ZM20451@ocotillo.lan> <3B4F5516.124365FE@home.com> X-SW-Source: 2001-07/msg00142.html On Jul 13, 1:07pm, Stephen Smith wrote: > 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 You shouldn't need a *.mh file. You might try using config/i386/embed.mt and config/i386/tm-embed.h. I.e, just add i[3456]86-*-pe*) gdb_target=embed ;; to configure.tgt and see where that gets you. Kevin