From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15817 invoked by alias); 6 Oct 2004 11:47:44 -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 15749 invoked from network); 6 Oct 2004 11:47:43 -0000 Received: from unknown (HELO smtp.hispeed.ch) (62.2.95.247) by sourceware.org with SMTP; 6 Oct 2004 11:47:43 -0000 Received: from indel.ch (217-162-27-127.dclient.hispeed.ch [217.162.27.127]) by smtp.hispeed.ch (8.12.6/8.12.6/tornado-1.0) with SMTP id i96Bldeg010752 for ; Wed, 6 Oct 2004 13:47:40 +0200 Received: from fabi.indel.ch [192.168.1.19] by indel.ch [127.0.0.1] with SMTP (MDaemon.v2.7.SP5.R) for ; Wed, 06 Oct 2004 13:30:49 +0200 Message-Id: <5.2.0.9.1.20041006132207.01d43578@NT_SERVER> X-Sender: cenedese@NT_SERVER (Unverified) Date: Wed, 06 Oct 2004 11:50:00 -0000 To: gdb@sources.redhat.com From: Fabian Cenedese Subject: core file not loaded Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-MDaemon-Deliver-To: gdb@sources.redhat.com X-Return-Path: cenedese@indel.ch X-SW-Source: 2004-10/txt/msg00120.txt.bz2 Hi gdb-6.1.1 on cygwin, target=PPC I tried to read a core dump file of our embedded target, but gdb gives me an error: (gdb) core N:/Temp/SAMCLASS/MemDmp00.bin GDB can't read core files on this machine. (gdb) core GDB can't read core files on this machine. I looked for the error message in the sources and found this: /* Find a single core_stratum target in the list of targets and return it. If for some reason there is more than one, return NULL. */ But I couldn't see what's wrong. What is needed to work with a core file? Thanks bye Fabi