Associate III
March 7, 2019
Question
STM32CubeMX project generation and Makefile issues
- March 7, 2019
- 2 replies
- 1305 views
If Makefile is set as output Toolchain/IDE on STM32L1 (specifically STM32L100C-Discovery board, STM32L100RCT6 onboard), CubeMX generates invalid (unparsable) Makefile.
In my case, this were project settings:
Generated Makefile has a missing '\' (and duplicated entry) at the line 122 :
# C includes
C_INCLUDES = \
-ICore/Inc \
-IDrivers/STM32L1xx_HAL_Driver/Inc \
-IDrivers/STM32L1xx_HAL_Driver/Inc/Legacy \
-IDrivers/CMSIS/Device/ST/STM32L1xx/Include \
-IDrivers/CMSIS/Include # missing '\'
-IDrivers/CMSIS/IncludeCan someone please check what is going on? Thank you!
