From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16180 invoked by alias); 24 Mar 2006 02:37:14 -0000 Received: (qmail 16170 invoked by uid 22791); 24 Mar 2006 02:37:13 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 24 Mar 2006 02:37:12 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FMcAm-0000is-9A; Thu, 23 Mar 2006 21:37:08 -0500 Date: Fri, 24 Mar 2006 20:15:00 -0000 From: Daniel Jacobowitz To: Ashray Prasad Cc: gdb@sourceware.org Subject: Re: Help needed with Cross/Remote GDB Message-ID: <20060324023708.GA2703@nevyn.them.org> Mail-Followup-To: Ashray Prasad , gdb@sourceware.org References: <1143166053.c6fcd73cS2107737@student.rmit.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1143166053.c6fcd73cS2107737@student.rmit.edu.au> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00171.txt.bz2 On Fri, Mar 24, 2006 at 01:07:33PM +1100, Ashray Prasad wrote: > Hi, My lab partner and I have to build a cross-debugger for an > A.S.I.C. known as the SE3208, and we're having some troubles doing so > (he's working on i686-Linux & I'm working on the MinGW port). > > We are *BOTH* getting this error in the following two functions: > libsim.a(sim-load.o)(.text+0x58): In function `LSSEXT32': > ../../../gdb-5.3/sim/common/sim-n-bits.h:182: undefined reference to `sim_io_er > or' Sorry, we probably can't help you. It sounds like you're working on a custom port, and your port is trying to build a simulator, but the simulator has not been properly ported. Also, this is a very old version of GDB. Your message says sim_io_eror; there's a sim_io_error in sim-io.c. -- Daniel Jacobowitz CodeSourcery