Cannot compile simplest project
Hi ! I create simplest project:
C-project for Ac6 STM32 MCU GCC
Series: STM32F4
Board: STM32F407G-DISC1
No firmware (to simplify, when I select StdPeriph or Cube HAL, result the same)
Path to SystemWorkbench is standart: C:\Ac6\SystemWorkbench\
Path to workspace: C:\Projects
Project name: test
I.e. all paths not contains whitespaces or other odd symbols.
When I try to build, see in console:
=====
14:57:37 **** Build of configuration Debug for project test ****
make all
process_begin: CreateProcess(NULL, echo “Building file: ../startup/startup_stm32.s”, ...) failed.
make (e=2): Не удается найти указанный файл.
make: *** startup/startup_stm32.o Error 2
14:57:37 Build Finished (took 197ms)
=====
I already saw talk about the same error - http://www.openstm32.org/forumthread241
But there error was with project path, includes whitespaces. All my paths does not includes whitespaces. But I have the same error.
Can somebody help ?
Regards
Eugene