Associate
March 15, 2023
Question
No builders added when creating a stm32 project from an existing stm32cubemx configuration file (.ioc)
- March 15, 2023
- 2 replies
- 1002 views
Hi I'm trying to create a new project from an .ioc file and I get 2 errors, first the "code generation could not be done most probably because the neccessary firmware package is missing, not able to complete stm32Cube project creation" then as suggested I use the "project>Generate Code" tool to complete the code generation. The files looks fine but I cant build the project, when I see the project propieties I notice that there are no buidlers added. When I create a new blank project using the same MCU part the builders are added with no trouble and the project can be build. the project from where I get the .ioc file is in this repo. What am I doing wrong? could it be a linux related error since I'm using Ubuntu 22?