From owner-freebsd-ia64 Thu Sep 13 1:25: 3 2001 Delivered-To: freebsd-ia64@freebsd.org Received: from anchor-post-33.mail.demon.net (anchor-post-33.mail.demon.net [194.217.242.91]) by hub.freebsd.org (Postfix) with ESMTP id 5A34E37B403; Thu, 13 Sep 2001 01:25:00 -0700 (PDT) Received: from [62.49.251.130] (helo=herring.nlsystems.com) by anchor-post-33.mail.demon.net with esmtp (Exim 2.12 #1) id 15hRnu-00013W-0X; Thu, 13 Sep 2001 09:24:59 +0100 Received: from salmon.nlsystems.com (salmon [10.0.0.3]) by herring.nlsystems.com (8.11.2/8.11.2) with ESMTP id f8D8Nhc83717; Thu, 13 Sep 2001 09:23:43 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Thu, 13 Sep 2001 09:23:11 +0100 (BST) From: Doug Rabson To: Marcel Moolenaar Cc: , Subject: Re: Can't build libficl.a In-Reply-To: <20010912152120.A1294@dhcp01.pn.xcllnt.net> Message-ID: <20010913092252.M398-100000@salmon.nlsystems.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 12 Sep 2001, Marcel Moolenaar wrote: > Does anybody else see this, or do I have an incomplete tmake script: > > dhcp01% tmake > ia64-unknown-linux-gcc -O -D__FreeBSD__ -U__linux__ -O -pipe -I/usr/src/sys/boot/ficl -I/usr/src/sys/boot/ficl/ia64 -I/usr/src/sys/boot/ficl/../common -c /usr/src/sys/boot/ficl/loader.c -o loader.o > In file included from /usr/src/sys/boot/ficl/loader.c:36: > /usr/src/sys/boot/ficl/../common/bootstrap.h:254: parse error before `struct' > /usr/src/sys/boot/ficl/../common/bootstrap.h:254: warning: data definition has no type or storage class > *** Error code 1 > > Stop in /usr/src/sys/boot/ficl. > > dhcp01% cat `which tmake` > #!/bin/sh > > export CC='ia64-unknown-linux-gcc -O -D__FreeBSD__ -U__linux__' > export LD=ia64-unknown-linux-ld > export NM=ia64-unknown-linux-nm > export RANLIB=ia64-unknown-linux-ranlib > export OBJDUMP=ia64-unknown-linux-objdump > export OBJCOPY=ia64-unknown-linux-objcopy > export MACHINE_ARCH=ia64 > make $@ You probably need to freshen the includes in your toolchain. -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message