Eclipse gave me an error saying it couldn’t find the file.. How can I resolve it?
18:08:58 **** Incremental Build of configuration Release for project LED ****
make all
Building file: ../src/lib/STM32F7xx_HAL_Driver/Src/Legacy/stm32f7xx_hal_can.c
Invoking: GNU Arm Cross C Compiler
arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -g -std=gnu11 -MMD -MP -MF”src/lib/STM32F7xx_HAL_Driver/Src/Legacy/stm32f7xx_hal_can.d” -MT”src/lib/STM32F7xx_HAL_Driver/Src/Legacy/stm32f7xx_hal_can.o” -c -o “src/lib/STM32F7xx_HAL_Driver/Src/Legacy/stm32f7xx_hal_can.o” “../src/lib/STM32F7xx_HAL_Driver/Src/Legacy/stm32f7xx_hal_can.c”
../src/lib/STM32F7xx_HAL_Driver/Src/Legacy/stm32f7xx_hal_can.c:114:27: fatal error: stm32f7xx_hal.h: No such file or directory
compilation terminated.
make: *** [src/lib/STM32F7xx_HAL_Driver/Src/Legacy/subdir.mk:20: src/lib/STM32F7xx_HAL_Driver/Src/Legacy/stm32f7xx_hal_can.o] Error 1
“make all” terminated with exit code 2. Build might be incomplete.