Hi I'm trying to compile uTasker with VS 2017 for the Kinetis KL03.
But I get the following error:
Severity Code Description Project File Line Suppression State
Error MSB3073 The command "cd ..\GNU_Kinetis
Build_Kinetis.bat
:VCEnd" exited with code 1. uTaskerKinetis C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets 133
I tried to launch Build_Kinetis.bat manually and I get the error: MSVCR100D.dll not found.
I gave a look on the internet and the MSVCR100D.dll is a debug library, and I apparently: "You definitely should not need the debug version of the CRT if you're compiling in "release" mode."
However, at the end the simulation works fine, but I can't create the FLASH version because I get the same error.