Replies: 1 comment 1 reply
-
Could you please verify that all required dependencies are installed? To help diagnose the issue, please follow these steps. Once we have this information, we can determine whether it's a compilation error, configuration issue, or file permissions problem. This will help provide more targeted assistance.
sudo apt update
sudo apt install build-essential uuid-dev iasl git gcc nasm python3-distutils
make -C BaseTools
source edksetup.sh
make -C BaseTools
build -a X64 -t GCC5 -p MdeModulePkg/MdeModulePkg.dsc
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings, I've been trying to build the edk2 from source in a Kali 2023.3 VM, followed every step from the linux guide, but I got a few error messages just like the one in the title for some files like "MnpDxe.dll" each time I run the "build" command.
"Make -C BaseTools" works just fine btw, the GCC version is 13.1, python 3.11 and the config is "TARGET_ARCH=X64, TOOL_CHAIN_TAG=GCC5, ACTIVE_PLATFORM=MdeModulePkg/MdeModulePkg.dsc". Also tried the "EmulatorPkg" platform, no luck (I'm specifically after the emulator to use alongside QEMU).
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions