From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19719 invoked by alias); 15 Jan 2003 16:48:53 -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 19712 invoked from network); 15 Jan 2003 16:48:52 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by 209.249.29.67 with SMTP; 15 Jan 2003 16:48:52 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h0FGmbT26727; Wed, 15 Jan 2003 10:48:37 -0600 Date: Wed, 15 Jan 2003 16:48:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200301151648.h0FGmbT26727@duracef.shout.net> To: gdb@sources.redhat.com, msarasa@fh-konstanz.de Subject: Re: error building gcc , (simulators and targets...) X-SW-Source: 2003-01/txt/msg00266.txt.bz2 Hi Miguel, What is the configuration command that you used to configure gdb? Make sure that it is something like this: bash% /berman/migchain/source/gdb-5.3/configure --target=m68k-elf And not this: bash% /berman/migchain/source/gdb-5.3/gdb/configure --target=m68k-elf ^^^^^^^^^^^ If there are two 'gdb' names in your configure command, then you are configuring only the 'gdb' subdirectory, and not the whole 'gdb-5.3' package. This results in a problem like the problem you are seeing. Michael C