Open Zclarkwilliams opened 5 years ago
I don't know: we have never seen that. If these are the same VS, etc. versions as on Appveyor, I'm not sure why you would hit this while Appveyor works fine.
I would suggest using Ninja anyway: does it work with Ninja?
I have successfully configuring the build files but failed when building DynamoRIO from command like. I following the steps found on https://github.com/DynamoRIO/dynamorio/wiki/How-To-Build.
As can be seen below it seems that there are multiple errors referencing "more than one input file" to the nasm commands but when checked in DynamoRIO\build\ext\drwrap\generate_drwrap_asm_x86.asm.vcxproj, the nasm call is:
C:\NASM\nasm.exe /nologo /Zi /Zd /safeseh /c /Fo C:/edk2_ws/DynamoRIO/build/ext/drwrap/drwrap_asm_x86.asm.obj C:/edk2_ws/DynamoRIO/build/ext/drwrap/drwrap_asm_x86.asm.s