Fails to build with GCC 9.3.0
Closed this issue · 3 comments
andypoo commented
The compatibility attempted to be introduced in ea66c58 does not work as the symbol for _efi_set_variable_mode, etc are now after the VERSION.
CalamariAce commented
I have the same problem. Using gcc 7.5.0
playday3008 commented
Try to include efivar headers using
extern "C" {
#include <efivar/efivar.h>
}
frozencemetery commented
Fixed in c08bb89