iPXE discussion forum

Full Version: make fails for snponly when CONSOLE_VESAFB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
(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
Reference URL's