My imported project build fails, how to fix it?
I have imported an STM32 project, created and debugged in the past using STM32CubeIDE. When I try to build this project in VSCode I see:
Executing task: Build
build task started....
"C:\Program Files\CMake\bin\cmake.EXE" --build "D:/DataRoot/Projects/IO Technologies/IHP Controller/build/debug/build"
The parameter is incorrect
CMake Error: Generator: execution of make failed. Make command was: &&
build finished with error(s).
No changes were made to the imported project.
Please advise how to proceed.
Sid