I get this error while trying to compile Hello World for STM32F476 Discovery.
Please suggest.
These are paths in file devenv.cmd :
set Toolchain_Path=C:\STM32\gcc-arm-none-eabi
set STM32Cube_Path=C:\STM32\STM32Cube_FW_F7
set ST-LINK_Utility_Path=C:\STM32\STLink\ST-LINK Utility
set STLINK_EXT_FLASH_LOADER=%ST-LINK_Utility_Path%/ExternalLoader/N25Q128A_STM32F746G-DISCO.stldr
This is my installation:
Compiling ../../Source/main.c
process_begin: CreateProcess(NULL, arm-none-eabi-gcc -c -O2 -Wall -mcpu=cortex-m7 -mlittle-endian -mthumb -mthumb-interwork -mfpu=fpv5-sp-d16 -mfloat-abi=hard -DSTM32F746xx -DUSE_STM32746G_DISCO -DEW_MAX_SURFACE_CACHE_SIZE=0x200000 -DEW_MAX_GLYPH_SURFACE_WIDTH=256 -DEW_MAX_GLYPH_SURFACE_HEIGHT=256 -DEW_FRAME_BUFFER_COLOR_FORMAT=EW_FRAME_BUFFER_COLOR_FORMAT_RGB565 -DEW_USE_DOUBLE_BUFFER=1 -DEW_SURFACE_ROTATION=0 -DEW_CPU_LOAD_MEASURING=1 -DEW_USE_FREE_RTOS=0 -DEW_USE_QSPI_FLASH=1 -I../../Source -I../../../Misc -I../../../TargetSpecific -I../../GeneratedCode -I../../../PlatformPackage/RTE -I../../../PlatformPackage/RGB565 -IC:\STM32\STM32Cube_FW_F7/Drivers/CMSIS/Device/ST/STM32F7xx/Include -IC:\STM32\STM32Cube_FW_F7/Drivers/CMSIS/Include -IC:\STM32\STM32Cube_FW_F7/Drivers/STM32F7xx_HAL_Driver/Inc -IC:\STM32\STM32Cube_FW_F7/Drivers/BSP/STM32746G-Discovery -IC:\STM32\STM32Cube_FW_F7/Drivers/BSP/Components/Common -IC:\STM32\STM32Cube_FW_F7/Drivers/BSP/Components/ft5336 -o Obj/main.o ../../Source/main.c, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [Obj/main.o] Error 2