Search code examples
uefi

How to compile UEFI Applications with GNU-UEFI in Windows?


I've read this but I believe the setup cannot be used in Windows. Is there anyway I can build UEFI apps in WIndows?


Solution

  • gnu-efi was created to make it easy to build UEFI applications/drivers from a unix-like operating system.

    If you are on Windows, the traditional way would be to use Visual Studio (community edition is fine) and the open source TianoCore EDK2 project. Instructions can be found in the TianoCore wiki.