From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28156 invoked by alias); 14 May 2008 11:42:41 -0000 Received: (qmail 28148 invoked by uid 22791); 14 May 2008 11:42:41 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 14 May 2008 11:42:20 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 43F85983FA; Wed, 14 May 2008 11:42:19 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 274DC983F9; Wed, 14 May 2008 11:42:19 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JwFNC-0001aC-CJ; Wed, 14 May 2008 07:42:18 -0400 Date: Wed, 14 May 2008 11:42:00 -0000 From: Daniel Jacobowitz To: Davide Viti Cc: gdb@sourceware.org Subject: Re: error cross-compiling gdbserver Message-ID: <20080514114218.GB5721@caradoc.them.org> Mail-Followup-To: Davide Viti , gdb@sourceware.org References: <20080514111812.GA19455@slurpy> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080514111812.GA19455@slurpy> User-Agent: Mutt/1.5.17 (2008-05-05) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-05/txt/msg00108.txt.bz2 On Wed, May 14, 2008 at 01:18:12PM +0200, Davide Viti wrote: > libtool: compile: arm-wrs-linux-gnueabi-arm-glibc_full-gcc -DHAVE_CONFIG_H -I. -I../../../gdb-6.8/bfd -I. -I. -I../../../gdb-6.8/bfd -I../../../gdb-6.8/bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -mlittle-endian -mcpu=arm926ej-s -mthumb -c -DDEFAULT_VECTOR=bfd_elf32_littlearm_vec "-DSELECT_VECS=&bfd_elf32_littlearm_vec,&bfd_elf32_bigarm_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_arm_arch" -DHAVE_bfd_elf32_littlearm_vec -DHAVE_bfd_elf32_bigarm_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ../../../gdb-6.8/bfd/archures.c -o archures.o > arm-wrs-linux-gnueabi-gcc.exe: no input files > > 'bfd_elf32_littlearm_vec' is not recognized as an internal or external command, You have some sort of mismatch between your build tools and your shell. Possibly the version of shell being used by the current version of make. I know that the compiler you reference is a native Windows application rather than a Cygwin one; if something else involved is native Windows it may be handling the quotes and ampersand differently than expected. Fortunately this is not a problem. Run gdb/gdbserver/configure instead of the top level configure script if all you need for the target is gdbserver. -- Daniel Jacobowitz CodeSourcery