Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error blockdev.o build iPXE
2013-04-18, 10:49
Post: #2
RE: Error blockdev.o build iPXE
(2013-04-18 10:45)Maniek Wrote:  I trying make iPXE in Linux (probably Slackware 12). Build stop at:
Code:
[BUILD] bin/blockdev.o
In file included from include/ipxe/uaccess.h:27,
                 from include/ipxe/blockdev.h:14,
                 from core/blockdev.c:24:
./config/ioapi.h:17:32: error: config/local/ioapi.h: No such file or directory
make: *** [bin/blockdev.o] Error 1

That file should be automatically generated (as an empty file) by the Makefile rule:

Code:
config/local/%.h :
        $(Q)touch $@

No idea why your version of make isn't doing this. You could try creating the file manually using

Code:
touch config/local/ioapi.h

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Error blockdev.o build iPXE - Gelip - 2013-04-18, 10:45
RE: Error blockdev.o build iPXE - mcb30 - 2013-04-18 10:49



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