[ipxe-devel] [OpenBSD] compilation error: net/80211/wpa.c:424: warning: format '%d' expects type '
Michael Brown
mbrown at fensystems.co.uk
Fri Dec 6 17:05:23 UTC 2013
On 02/12/13 14:59, Jiri B wrote:
> # gmake bin/undionly.kpxe
> [BIN] bin/undionly.kpxe.bin
> [ZINFO] bin/undionly.kpxe.zinfo
> [ZBIN] bin/undionly.kpxe.zbin
> Add at 0x787 outside output buffer
> Makefile.housekeeping:1052: recipe for target 'bin/undionly.kpxe.zbin' failed
> gmake: *** [bin/undionly.kpxe.zbin] Error 1
> gmake: *** Deleting file 'bin/undionly.kpxe.zbin'
> rm bin/undionly.kpxe.zinfo bin/undionly.kpxe.bin
>
> # cat -n Makefile.housekeeping | sed -n '1049,1054p'
> 1049 # Compress raw binary file
> 1050 #
> 1051 $(BIN)/%.zbin : $(BIN)/%.bin $(BIN)/%.zinfo $(ZBIN)
> 1052 $(QM)$(ECHO) " [ZBIN] $@"
> 1053 $(Q)$(ZBIN) $(BIN)/$*.bin $(BIN)/$*.zinfo> $@
> 1054
> -%-
>
> Any idea? Old GNU ld on OpenBSD, any workaround?
For reference, this should be fixed as of commit
http://git.ipxe.org/ipxe.git/commitdiff/1403bda
Michael
More information about the ipxe-devel
mailing list