This is the mail archive of the gdb@sourceware.org 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]
Other format: [Raw text]

gdb darwin target on Linux host?


Hi

I try to compile a darwin-target gdb running on a Linux host:

./configure --prefix=/usr/local/gdb --target=x86_64-darwin

this works up to the end of configure & make however does NOT generate a
gdb binary! After make install the bin directory is empty and NO gdb
binary has been linked at all.

if I do:

./configure --prefix=/usr/local/gdb --target=i386-darwin

this creates a gdb binary however it cannot read 64bit binaries from
darwin. Any idea what is wrong?

Thanks.



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