iPXE discussion forum
Unable to make - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: Unable to make (/showthread.php?tid=18747)



Unable to make - cspxe - 2019-07-19 23:03

Hello! Downloaded the latest git commit and tried to compile. I have all of the dependencies installed but the make dies out here.

Code:
[BIN] bin/ipxe.dsk.bin
[ZINFO] bin/ipxe.dsk.zinfo
[ZBIN] bin/ipxe.dsk.zbin
[FINISH] bin/ipxe.dsk
Could not resize bin/ipxe.dsk: Operation not supported
make: *** [bin/ipxe.dsk] Error 95
make: *** Deleting file `bin/ipxe.dsk'
rm bin/ipxe.dsk.bin bin/ipxe.dsk.zinfo bin/ipxe.dsk.zbin

Not sure where to go from here.

Thanks in advance!

CS


RE: Unable to make - NiKiZe - 2019-07-22 17:31

could you try:
make V=1 to see what is going on?

OS might be relevant here,
the error seems to come from: https://git.ipxe.org/ipxe.git/blob/a4f8c6e31f6c62522cfc633bbbffa81b22f9d6f3:/src/util/padimg.pl#l40

What is it that you are trying to build? as in which binary do you want? as a work around you might be able to build that specifically, unless you really want just ipxe.dsk or one that depends on it.

for targets, see https://ipxe.org/appnote/buildtargets


RE: Unable to make - cspxe - 2019-07-22 21:52

Looks like it was because I was trying to build on a mounted CIFS share. I copied the source to a local directory and it built without errors.