iPXE discussion forum

Full Version: Unable to make
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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/a4f8c...img.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
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.
Reference URL's