Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2001 09:23:11 +0100 (BST)
From:      Doug Rabson <dfr@nlsystems.com>
To:        Marcel Moolenaar <marcel@xcllnt.net>
Cc:        <ia64@freebsd.org>, <dfr@freebsd.org>
Subject:   Re: Can't build libficl.a
Message-ID:  <20010913092252.M398-100000@salmon.nlsystems.com>
In-Reply-To: <20010912152120.A1294@dhcp01.pn.xcllnt.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010913092252.M398-100000>