From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20687 invoked by alias); 6 Nov 2002 19:55:41 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 20680 invoked from network); 6 Nov 2002 19:55:40 -0000 Received: from unknown (HELO csoc-fire1.csoconline.com) (140.169.2.142) by sources.redhat.com with SMTP; 6 Nov 2002 19:55:40 -0000 Received: from csoc-mail-imc.csoconline.com by csoc-fire1.csoconline.com via smtpd (for sources.redhat.com [209.249.29.67]) with SMTP; 6 Nov 2002 19:55:39 UT Received: by csoc-mail-imc.csoconline.com with Internet Mail Service (5.5.2656.59) id ; Wed, 6 Nov 2002 13:52:09 -0600 Message-ID: <72222DC86846D411ABD300A0C9EB08A1030613B4@csoc-mail-box.csoconline.com> From: "Trant, Bert" To: "'gdb@sources.redhat.com'" Subject: Problems running GDB-5.1. Date: Wed, 06 Nov 2002 11:55:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2002-11/txt/msg00061.txt.bz2 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