Skip to content

Instantly share code, notes, and snippets.

@mschlenker
Created September 19, 2014 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mschlenker/3851bf425810bcdeab95 to your computer and use it in GitHub Desktop.
Save mschlenker/3851bf425810bcdeab95 to your computer and use it in GitHub Desktop.
fix install of gnu-efi 3.0w
make install
mkdir -p /usr/include/efi/protocol
mkdir -p /usr/include/efi/x86_64
install -m 0644 ./inc/efi_nii.h /usr/include/efi/
install -m 0644 ./inc/protocol/piflash64.h /usr/include/efi/protocol/
install -m 0644 ./inc/x86_64/pe.h /usr/include/efi/x86_64/
install -m 0644 ./gnuefi/elf_x86_64_efi.lds /usr/lib64/
install -m 0644 ./gnuefi/crt0-efi-x86_64.o /usr/lib64/
install -m 0644 ./gnuefi/libgnuefi.a /usr/lib
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment