Associate II
December 14, 2017
Question
[bug] STM32CubeMX generated GPDSC file does not contain all necesery information for build
- December 14, 2017
- 1 reply
- 789 views
Posted on December 14, 2017 at 13:25
In the generated GPDSC file, information about preprocesor definitions and include paths are missing. This needs further manual processing of the build proces generated from GPDSC.
What is missing, e.g. for attached .ioc file
- List of include directories need to build the project
Inc
Drivers/STM32F0xx_HAL_Driver/Inc
Drivers/CMSIS/Device/ST/STM32F0xx/Include
Drivers/CMSIS/Include
- Preprocesor deffinitions to correctly build the project
- USE_FULL_LL_DRIVER
- STM32F030xC
In other project types, all these informations are available.
MCU: STM32F030F4Px
PC OS: Linux
CubeMX version: 4.23.0
Firmware package: STM32Cube FW_F0 V1.9.0
#gpdsc #stm32cubemx #bug