Hi
In my project i use VS Community 2017 and Visualgdb 5.2R9.
After import project from STMCube v4.21.0 during compilation i received an error MSB3073.
Output window:
1>—— Сборка начата: проект: test1, Конфигурация: Debug Win32 ——
1>VisualGDB: Run “cmd.exe /c “C:\SysGCC\arm-eabi\bin\make.exe” CONFIG=Debug” in directory “C:\vp\test1\test1” on local computer
1>C:\vp\test1\test1\Makefile(473): warning : overriding recipe for target `Debug/system_stm32f3xx.o’
1>C:\vp\test1\test1\Makefile(185): warning : ignoring old recipe for target `Debug/system_stm32f3xx.o’
1>make: *** No rule to make target Debug/Program', needed by
Debug/test1.elf’. Stop.
1>————————————————————-
1>Command exited with code 2
1>Executable: cmd.exe
1>Arguments: /c “C:\SysGCC\arm-eabi\bin\make.exe” CONFIG=Debug
1>Directory: C:\vp\test1\test1
1>VisualGDB : error : Command-line action failed
can you help?