Closed w1bsb closed 6 years ago
The test build fails to compile due to a missing header file:
root@mmdvm:/usr/src/MMDVM> make -f Makefile.CMSIS arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -I/opt/STM32Cube_FW_F1_V1.4.0/Drivers/CMSIS/Include -I/opt/STM32Cube_FW_F1_V1.4.0/Drivers/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c DMRSlotRX.cpp -o obj/DMRSlotRX.o In file included from DMRSlotRX.cpp:20:0: Globals.h:27:23: fatal error: stm32f1xx.h: No such file or directory compilation terminated. Makefile.CMSIS:129: recipe for target 'obj/DMRSlotRX.o' failed make: *** [obj/DMRSlotRX.o] Error 1
Disregard, it appears the system was missing a command.
The test build fails to compile due to a missing header file:
root@mmdvm:/usr/src/MMDVM> make -f Makefile.CMSIS arm-none-eabi-g++ -MMD -mthumb -mlittle-endian -mcpu=cortex-m3 -Wall -I. -I/opt/STM32Cube_FW_F1_V1.4.0/Drivers/CMSIS/Include -I/opt/STM32Cube_FW_F1_V1.4.0/Drivers/CMSIS/Device/ST/STM32F1xx/Include -Isystem_stm32f1xx -DSTM32F105xC -Os -flto -ffunction-sections -fdata-sections -g -nostdlib -fno-exceptions -fno-rtti -c DMRSlotRX.cpp -o obj/DMRSlotRX.o In file included from DMRSlotRX.cpp:20:0: Globals.h:27:23: fatal error: stm32f1xx.h: No such file or directory compilation terminated. Makefile.CMSIS:129: recipe for target 'obj/DMRSlotRX.o' failed make: *** [obj/DMRSlotRX.o] Error 1