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]
Other format: [Raw text]

Problems running GDB-5.1.


I built, w/o any problems, GDB-5.1 on a Tru64 Unix 4.0F XP900 EV6 system.

When I try and look at a core file using:

	gdb -core core

I recieve the following warning message:
	
	warning: big endian file does not match little endian target.

I am running this on a little endian architecture and I have 

	set endian auto (currently set to little endian).

In fact, AUTO seems to be the only valid setting for ENDIAN as I am not able
to set it to big or little exclusively.

I do not know if this warning message will cause the debugging information
to be unreliable as I do not know the exact meaning of this message.

Any info on this would be greatly appreciated.

						Thanks in Advance,
						Bert Trant
						bert.trant@csoconline.com


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