iPXE discussion forum
make fails for snponly when CONSOLE_VESAFB - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: make fails for snponly when CONSOLE_VESAFB (/showthread.php?tid=7513)



make fails for snponly when CONSOLE_VESAFB - copart - 2014-10-30 19:31

Hi,

[LD] bin-x86_64-efi/snponly.efi.tmp
ld: bin-x86_64-efi/snponly.efi.tmp: hidden symbol `obj_vesafb' isn't defined
make: *** [bin-x86_64-efi/snponly.efi.tmp] Error 1

When I have the following in config/local/console.h
#define CONSOLE_VESAFB /* VESA framebuffer console */

undionly.kpxe and ipxe.lkrn still compile, so must be something related to 64bit.


RE: make fails for snponly when CONSOLE_VESAFB - mcb30 - 2014-11-07 19:02

(2014-10-30 19:31)copart Wrote:  [LD] bin-x86_64-efi/snponly.efi.tmp
ld: bin-x86_64-efi/snponly.efi.tmp: hidden symbol `obj_vesafb' isn't defined
make: *** [bin-x86_64-efi/snponly.efi.tmp] Error 1

When I have the following in config/local/console.h
#define CONSOLE_VESAFB /* VESA framebuffer console */

The VESA framebuffer support is currently for BIOS only.

Michael