I want compile HelloWorld example on the STM32F746-Discovery file and then i will compile the project i get this ERROR:
process_begin: CreateProcess(NULL, arm-none-eabi-gcc -mcpu=cortex-m7 -mlittle-en
dian -mthumb -mthumb-interwork -mfpu=fpv4-sp-d16 -mfloat-abi=hard ../../BoardCon
fig/startup_stm32f746xx.s ./obj/main.o ./obj/Core.o ./obj/Effects.o ./obj/Graphi
cs.o ./obj/Resources.o ./obj/Views.o ./obj/Application.o ./obj/ewextrte.o ./obj/
ewextgfx.o ./obj/ew_bsp_system.o ./obj/ew_bsp_clock.o ./obj/ew_bsp_event.o ./obj
/ew_bsp_display.o ./obj/ew_bsp_touch.o ./obj/ew_bsp_serial.o ./obj/ew_bsp_inout.
o ./obj/dma2d.o ./obj/stm32f7xx_it.o ./obj/system_stm32f7xx.o ./obj/stm32f7xx_ha
l.o ./obj/stm32f7xx_hal_rcc.o ./obj/stm32f7xx_hal_rcc_ex.o ./obj/stm32f7xx_hal_c
ortex.o ./obj/stm32f7xx_hal_gpio.o ./obj/stm32f7xx_hal_sdram.o ./obj/stm32f7xx_h
al_dma.o ./obj/stm32f7xx_hal_ltdc.o ./obj/stm32f7xx_hal_dma2d.o ./obj/stm32f7xx_
hal_i2c.o ./obj/stm32f7xx_hal_spi.o ./obj/stm32f7xx_ll_fmc.o ./obj/stm32f7xx_hal
_uart.o ./obj/stm32f7xx_hal_pwr_ex.o ./obj/stm32f7xx_hal_tim.o ./obj/stm32f7xx_h
al_tim_ex.o ./obj/stm32f7xx_hal_rtc.o ./obj/stm32f7xx_hal_rtc_ex.o ./obj/ft5336.
o ./obj/stm32746g_discovery.o ./obj/stm32746g_discovery_lcd.o ./obj/stm32746g_di
scovery_sdram.o ./obj/stm32746g_discovery_ts.o ./obj/tlsf.o ./obj/xprintf.o -L..
/../PlatformPackage/RTE -L../../PlatformPackage/RGB565/GFX -lc -lnosys -lm -lewr
te -lewgfx-eval -T ../../BoardConfig/stm32f7_flash.ld -o ./bin/HelloWorld.elf, .
..) failed.
make (e=2): The system cannot find the file specified.
make: *** [HelloWorld] Error 2
how can i solve this ERROR?
Thanks.