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: error loading:little endian does not match big endian target(m68k???)!


Cliff Tsai wrote:
> 
> Hi:
>     I've build a m68k-coff image,and using
> m68k-coff-gdb(insight+dejagnu20010417) to load this image.
>     But the following error occurs!
> 
>      error loading "cygwindrive/e/m68k/test.coff(Error)
>      little endian does not match big endian target(GDB)
> 
>      How can this be possible,for m68k images,they're always big-endian!!
>      Why!

GDB can do things hardware vendors never thought possible!

More seriously, it looks like something wrong with the object file. I'd
suggest looking at the source and finding the exact test that leads to
this message.

	Andrew


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