-
Notifications
You must be signed in to change notification settings - Fork 135
Description
I am trying to build this project but it is impossible. I am getting long list of errors about 'No such file or directory', 'Cannot open source file' all the time. I set NASM_PREFIX environment variable correctly but nasm cannot execute command
Error MSB3721 The command ""D:\NASM\nasm.exe" -o "D:\VisualUefi\EDK-II\x64\Release\obj\BaseCpuLib\CpuFlushTlb.obj" -fwin64 -g -I"D:\VisualUefi\EDK-II\..\edk2\MdePkg" -I"D:\VisualUefi\EDK-II\..\edk2\MdePkg\Include" -I"D:\VisualUefi\EDK-II\..\edk2\MdePkg\Library\BaseLib\X64" -I"D:\VisualUefi\EDK-II\..\edk2\MdePkg\Include\X64" -P"D:\VisualUefi\EDK-II\BaseLib\vshacks.nasm" "D:\VisualUefi\edk2\MdePkg\Library\BaseCpuLib\x64\CpuFlushTlb.nasm"" exited with code 1. BaseCpuLib D:\VisualUefi\EDK-II\MSBuild\nasm.targets 33
What is the problem? How to resolve it?