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.
This error occurred. How should I handle it?
STM32F7xx_HAL_Driver This file contains an Inc file and a Src file. The header file related to stm32 is contained in the Inc file, and the .c file is contained in the Src file.
예은박 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.