From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32504 invoked by alias); 9 Dec 2004 08:38:12 -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 32267 invoked from network); 9 Dec 2004 08:38:00 -0000 Received: from unknown (HELO mail.itemax.de) (213.164.140.3) by sourceware.org with SMTP; 9 Dec 2004 08:38:00 -0000 Received: (qmail 14729 invoked from network); 9 Dec 2004 08:37:59 -0000 Received: from unknown (HELO backhaus) (w.backhaus@newage-avkseg.com@62.206.238.162) by mail.itemax.de with SMTP; 9 Dec 2004 08:37:59 -0000 From: "Backhaus Willy" To: Subject: error when building gdb? Date: Thu, 09 Dec 2004 08:38:00 -0000 Message-ID: <000901c4ddca$63be6190$f30210ac@backhaus> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-12/txt/msg00063.txt.bz2 hello, I'm trying to build Insight for arm-elf. I use the CVS version. following error message comes: rm -f gdb.exe /bin/gcc -g -O2 -Wl,--subsystem,console \ -o gdb.exe gdb.o libgdb.a \ rdi-share/libangsd.a ../sim/arm/libsim.a ../bfd/libbfd.a ../readline/libreadline.a ../opcodes/libopcodes.a ../libiberty/libiberty.a ../libgui/src/libgui.a -L/home/backhaus/itcl/itcl -litcl32 -L/home/backhaus/ itcl/itk -litk32 -L/home/backhaus/tk/win -ltk84 -L/home/backhaus/tcl/win -lt cl84 -lgdi32 -lcomdlg32 -limm32 -lcomctl32 -lshell32 -ltermcap -lm -licon v ../libiberty/libiberty.a -luser32 -lshell32 -lgdi32 -lcomdlg32 -ladvapi32 libgdb.a(f-lang.o)(.rdata+0x460): In function `f_create_fundamental_type': /ecos-c/gnutools/src/insight_cvs/src/gdb/f-lang.c:258: undefined reference to `_f_parse' [and a bunch more] any ideas? I'm using cygwin and Win2000. thanks in advance. regards, Willy