[SOLVED] Build Problems --defsym:2: undefined symbol `obj_ipxecustom008'
|
2019-01-22, 17:44
(This post was last modified: 2019-01-22 18:15 by James_Epp.)
Post: #1
|
|||
|
|||
[SOLVED] Build Problems --defsym:2: undefined symbol `obj_ipxecustom008'
Hey, folks. I hardly ever compile stuff from source. I'd appreciate any advice. Compiling on Parabola GNU/Linux-libre
src/config/general.h is untouched from the git clone Versions: gcc = 8.2.1 20181127 binutils = 2.31.1-4 make = 4.2.1 perl = 5.28.1 xz utils = 5.2.4 liblzma = 5.2.4 mtools = 4.0.23 mkisofs (genisotools) = 1.1.11 syslinux = 6.03 Code: [root@pxe000 src]# pwd |
|||
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: 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 |
|||
2019-01-22, 18:13
Post: #3
|
|||
|
|||
RE: Build Problems --defsym:2: undefined symbol `obj_ipxecustom008' referenced in express
You can find valid buildtargets at http://ipxe.org/appnote/buildtargets
There was a good response on IRC for you: Quote:23:22 < James_Epp> Hey, channel. I hardly ever compile stuff from source. Can I get some advice for this? https://bpaste.net/show/0986b91b6f06 Why are you using make bin/ipxecustom008.usb ? Maybe what you want is make bin/ipxe.usb EMBED=script.ipxe Use GitHub Discussions VRAM bin |
|||
2019-01-22, 18:14
(This post was last modified: 2019-01-22 18:16 by James_Epp.)
Post: #4
|
|||
|
|||
RE: Build Problems --defsym:2: undefined symbol `obj_ipxecustom008' referenced in express
Thanks, Michael. That's a simple mistake. I made the false assumption that I could rename the target file so that I wouldn't overwrite the stock .usb creation. Thanks for the clarrification!
(2019-01-22 18:13)NiKiZe Wrote: You can find valid buildtargets at http://ipxe.org/appnote/buildtargets Thanks for the IRC log. I really need to setup a tmux'd irssi server somewhere.... |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)