issue building from rom-o-matic and source.
|
2018-04-02, 20:56
Post: #1
|
|||
|
|||
issue building from rom-o-matic and source.
Here's the link through rom-o-matic which shows the build error...
i get the same error when building with source code as well. https://rom-o-matic.eu/build.fcgi?BINARY...LE_CMD:=1& |
|||
2018-04-03, 17:08
Post: #2
|
|||
|
|||
RE: issue building from rom-o-matic and source.
Relevant build options:
Code: BINARY = ipxe.efi The reason is the same as described in https://github.com/xbgmsharp/ipxe-buildw...-287152307 You can not have PXE_STACK in a EFI build (not sure about PXE_MENU tho) PXE_STACK is PCBIOS only tech, it does not make sense to try and enabled them for EFI builds. What have lead you to try and enable PXE_STACK and PXE_MENU in the first place? Use GitHub Discussions VRAM bin |
|||
2018-04-03, 20:19
Post: #3
|
|||
|
|||
RE: issue building from rom-o-matic and source.
(2018-04-03 17:08)NiKiZe Wrote: Relevant build options: Thanks. That was enough to resolve my issue. I think the comment threw my off.. //#undef PXE_STACK /* PXE stack in iPXE - you want this! */ |
|||
2018-04-03, 21:25
Post: #4
|
|||
|
|||
RE: issue building from rom-o-matic and source.
(2018-04-03 20:19)scorpion1976 Wrote: Thanks. That was enough to resolve my issue. I think the comment threw my off.. Golden rule: don't change anything, unless you know you have to change it; meaning that only change it if you have already tried with the default and that failed. Use GitHub Discussions VRAM bin |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)