Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] Build Problems --defsym:2: undefined symbol `obj_ipxecustom008'
2019-01-22, 18:07
Post: #2
RE: Build Problems --defsym:2: undefined symbol `obj_ipxecustom008' referenced in express
(2019-01-22 17:44)James_Epp Wrote:  
Code:
[root@pxe000 src]# make bin/ipxecustom008.usb EMBED=script.ipxe

That is not a valid build target; there is no "ipxecustom008" driver. It looks as though you're trying to build an all-drivers image, in which case you want:

Code:
make bin/ipxe.usb EMBED=script.ipxe

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


Messages In This Thread
RE: Build Problems --defsym:2: undefined symbol `obj_ipxecustom008' referenced in express - mcb30 - 2019-01-22 18:07



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