Build Surelog on Windows and encounter C:\Users\Brandon Huang\Desktop\Surelog\build\third_party\UHDM\GenerateCode.vcxproj 9009 error #1092
Unanswered
brandot4life
asked this question in
Q&A
Replies: 1 comment
-
Visual Studio project generation is not a supported workflow. We recommend using CMake support for VS. Just open the folder in VS and the dev environment will automatically configure your project, ready to build. |
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
-
Dear all,
I'm trying to install, build and use Surelog on windows, but when I try to build it by cmake
cmake .. -G "Visual Studio 17 2022" -A x64
cmake --build . --config Release
it comes out that
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(254,5): error MSB8066: 'C:\Users\Brandon Huang\Desktop\Surelog\build\CMakeFile
s\09664403dd9f0afc4c40ecaf8d0fc72c\UHDM.capnp.h.rule;C:\Users\Brandon Huang\Desktop\Surelog\build\CMakeFiles\82992fbb4833a276fe96b6dab66bdf84\GenerateCode.rule' 的自訂建置已結束,代碼為 9009。 [C:\User
s\Brandon Huang\Desktop\Surelog\build\third_party\UHDM\GenerateCode.vcxproj]
And I don't know why? Can you please give me some advice for that?
Thanks in advanced!!!
Beta Was this translation helpful? Give feedback.
All reactions