This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Can you point me in the right direction


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 <sigh>

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]