Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unable to make
2019-07-19, 23:03
Post: #1
Unable to make
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
Find all posts by this user
Quote this message in a reply
2019-07-22, 17:31
Post: #2
RE: Unable to make
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

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
2019-07-22, 21:52
Post: #3
RE: Unable to make
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.
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)