µVision Version 5.36.0.0
I am trying to be independent of the automatically installed Keil packs and want only use the CMSIS/DFP versions, which are placed direct inside my project’s repository. The project’s root directory looks in a minimal example like that
ST/STM32CubeXY/Va.b.c/Drivers/CMSIS/Core/IncludeST/STM32CubeXY/Va.b.c/Drivers/CMSIS/Device/ST/STM32XYxx/IncludeMy_source/keil_project.uvprox
My Include paths in the target options are accordingly
ST/STM32CubeXY/Va.b.c/Drivers/CMSIS/Core/IncludeST/STM32CubeXY/Va.b.c/Drivers/CMSIS/Device/ST/STM32XYxx/IncludeMy_source/
I removed all packs from the Target’s “Select Software Pack for Target” dialog:
The project compiles fine.
But there seems to be two issues: