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