[ipxe-devel] Build fail on FreeBSD
Michael Brown
mbrown at fensystems.co.uk
Tue Nov 23 11:19:50 UTC 2010
On Wednesday 17 Nov 2010 20:12:27 Jedrzej Kalinowski wrote:
> I checked this once more today (git pull today) and needed to make
> these changes (diff attached) to get ipxe built.
Thanks. I'm puzzled by two of the changes:
-CC := $(CROSS_COMPILE)gcc
+CC := $(CROSS_COMPILE)gcc44
Is there really no way to call just "gcc", rather than a specific gcc version?
- cp -p $f $dir/$g
+ cp $f $dir/$g
According the the cp(1) manpage for FreeBSD (http://www.ipnom.com/FreeBSD-Man-
Pages/cp.1.html), the "-p" option ought to be supported. What failure do you
see if "-p" is present?
Thanks,
Michael
More information about the ipxe-devel
mailing list