From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14130 invoked by alias); 24 May 2005 15:37:35 -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 14113 invoked by uid 22791); 24 May 2005 15:37:29 -0000 Received: from qnxmail.qnx.com (HELO nimbus.ott.qnx.com) (209.226.137.76) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 24 May 2005 15:37:29 +0000 Received: from [10.42.102.103] (MOJOJOJO [10.42.102.103]) by nimbus.ott.qnx.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id LFXZF4FB; Tue, 24 May 2005 11:37:22 -0400 Message-ID: <42934A82.6090906@qnx.com> Date: Tue, 24 May 2005 15:37:00 -0000 From: Kris Warkentin User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) MIME-Version: 1.0 To: Daniel Jacobowitz CC: =?ISO-8859-1?Q?Ion_Gazta=F1aga?= , gdb@sources.redhat.com Subject: Re: Error building qnx cross-gdb 6.3 References: <20050523155353.GA3642@nevyn.them.org> In-Reply-To: <20050523155353.GA3642@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2005-05/txt/msg00303.txt.bz2 Daniel Jacobowitz wrote: >On Mon, May 23, 2005 at 05:50:19PM +0200, Ion GaztaƱaga wrote: > > >>Hello to all, >> >>When trying to build a cross-gdb (gdb 6.3) host=cygwin >>target=i386-pc-nto-qnx6.3.0 I've got some problems. I have gcc 3.4.3 >> >> >and > > >>binutils 2.15 cross-compiled in /tools/i386-pc-nto-qnx6.3.0 working >> >> >fine > > >>and /tools/i386-pc-nto-qnx6.3.0/bin has i386-pc-nto-qnx6.3.0-* >> >> >executables > > >>and this directory is in my PATH in the last position. >> >>I unzip gdb-6.3 sources in /src, I make a objdir directory >>(/src/gdb-6.3/objdir), I cd to it and I type: >> >>$ >>../configure --target=i386-pc-nto-qnx6.3.0 >>--prefix=/tools/i386-pc-nto-qnx6.3.0 >> >>All fine >> >>$ make >> >>After some compilations, I get: >> >>$ No rule to make target `remote-nto.o', needed by `libgdb.a' >> >>and remote-nto is not in the gdb source tree. If I remove remote-nto.o >> >> >from > > >>objdir/gdb Makefile in the following lines: >> >> > >Kris? This could never have worked. > Argh...my bad. That works on my box (because I have the remote files in my sandbox) but not on anyone elses. The file gdb/config/i386/nto.mt accidentally got checked in with "remote-nto.o" in it even though I haven't checked remote-nto.c into your cvs. If you remove that line, it should be fine. I'll fix that right away. cheers, Kris