STM32CubeIDE: using linked folders.
- * This should be in MCU, Sorry * * :thinking_face:
I'm trying to use a linked folder. We have several software bases that we want to use the same includes (they are all on the same hardware). On AC6 I did this by creating a linked folder. The folder only existed in 1 of the projects but was accessed by all projects.
In STM32CubeIDE I can create the link without issue, and the editor uses the link to locate and display files. But the makefile ignores it. So all the makes fail. I could hand-modify the makefile, but since it's generated I don't want to do that. I could also add an include in the tool settings of the 'C Build' properties.
What do you suggest? :man: