Error Compiling #297
ranganath36
started this conversation in
General
Replies: 1 comment 4 replies
-
|
I wasn't even aware that we have MSVS projects in the repository. When I'm running MSVS2022 on my Win machine I just open the iotivity-lite root folder and it uses the CMake it finds there. Won't that work for you? @jkralik do we want to keep this folder - https://github.com/iotivity/iotivity-lite/tree/master/port/windows/vs2015 ? I guess we must for now, because the SWIG stuff hasn't been ported to CMake yet. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to compile the Iotivity Windows code using MS VS 17. I am getting the following errors and I have no clue how to resolve this. Request advice on the below errors.
Error MSB3073 The command "if not exist "..\deps\mbedtls\patched.txt" C:\Iotivity..\patch-mbedtls.bat
:VCEnd" exited with code 9009. IoTivity-lite C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets 203
Error MSB3073 The command "if exist ...\x64\Debug\onboarding_tool_creds rmdir C:\Iotivity\x64\Debug\onboarding_tool_creds /s /q
if exist C:\Iotivity\x64\Debug\pki_certs rmdir C:\Iotivity\x64\Debug\pki_certs /s /q
xcopy /s /y /d C:\Iotivity......\apps\pki_certs\rootca*.pem C:\Iotivity\x64\Debug\pki_certs
:VCEnd" exited with code 4. onboarding_tool C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets 123
Thanks and Regards.
Beta Was this translation helpful? Give feedback.
All reactions