Generated Makefile does not compile.
- October 14, 2019
- 2 replies
- 969 views
Hi, I'm evaluating this function pack for the STM32WB family, and it contains projects for various IDEs including STM32CubeIDE project & STM32CubeMX config file.
I am using STM32CubeIDE version 1.0.2 on a Windows 10 host.
Also using STM32CubeMX version 5.3.0.
It loads ok, despite showing an error in the STM32_WPAN Configuration (CFG_DEBUG_BLE_TRACE and CFG_DEBUG_APP_TRACE are both enabled).
In the Project Manager I select Makefile to be able to compile the project with GCC.
The problem is that the generated Makefile does not compile and required some fixing.
I have attached the original Makefile, the fixed version and the diff file for those who prefer this format.
Is this the right way to generate the Makefile?
Is there an issue with the CubeMX or the function pack provided?
Thanks