lifting-bits / remill

Library for lifting machine code to LLVM bitcode
Apache License 2.0
1.22k stars 141 forks source link

windows下构建的问题 #573

Open ghost opened 2 years ago

ghost commented 2 years ago

因为我在构建中出现了很大的问题 clang-cl : error : no such file or directory: '/external:W0' [G:\mcsema\remill_build\CMakeFiles\3.22.1\CompilerIdC\CompilerIdC.vcxproj] 我在互联网上找不到解决方法

pgoodman commented 2 years ago

Can you show us what cmake command you're running to configure remill?

ghost commented 2 years ago

cmake -G "Visual Studio 16 2019" -T llvm -A x64 -DCMAKE_BUILD_TYPE=Release -DCXX_COMMON_REPOSITORY_ROOT=C:\Projects\tob_libraries -DCMAKE_INSTALL_PREFIX=C:\ ..\remill -DUSE_SYSTEM_DEPENDENCIES=ON

pgoodman commented 2 years ago

I'm not sure what's going on here. Have you had any luck on solving this?