Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2001 15:21:20 -0700
From:      Marcel Moolenaar <marcel@xcllnt.net>
To:        ia64@freebsd.org
Cc:        dfr@freebsd.org
Subject:   Can't build libficl.a
Message-ID:  <20010912152120.A1294@dhcp01.pn.xcllnt.net>

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

-- 
 Marcel Moolenaar	  USPA: A-39004		 marcel@xcllnt.net

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?20010912152120.A1294>