Replies: 2 comments
-
Hi, please use the latest version of nasm. 2.14 is too old. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I ran into the same problem, in my case I upgraded ubuntu to version 22, so the nasm package was newer, and it fixed the problem. try to checkout to older stable branch of EDK2 like also checkout my project, that tries to make sense of edk's build system. repo link: edk2_project_template |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Im a beginner in it and faced some problems when I tried to build the environment.
My config:
And I followed this flow:
git clone https://github.com/tianocore/edk2.git
cd edk2
git submodule update --init
make -C BaseTools
export EDK_TOOLS_PATH=$HOME/src/edk2/BaseTools
. edksetup.sh BaseTools
I also modified 2 places in ~/src/edk2/Conf/target.txt:
Then I tried to run 'build' but I occured errors below:
`uild.py...
: error 7000: Failed to execute command
make tbuild [/home/uefibc/src/edk2/Build/MdeModule/DEBUG_GCC5/IA32/MdePkg/Library/BaseLib/BaseLib]
build.py...
: error F002: Failed to build module
/home/uefibc/src/edk2/MdePkg/Library/BaseLib/BaseLib.inf [IA32, GCC5, DEBUG]
`
Any ideas? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions