I'm working through Mastering STM32 and a compile error occurred when using CubeMXImporter with a Nucleo-STM32F091. It looks like the make file has an error, however I also noticed that 'system/src/cmsis/vectors_stm32f0xx.c' does not exist within the project.
ran python script again and refreshed (F5) project, which cleared the error and resulted in 5 warnings (similar to manual import of the STM32CubeMX files).
I'm working through Mastering STM32 and a compile error occurred when using CubeMXImporter with a Nucleo-STM32F091. It looks like the make file has an error, however I also noticed that 'system/src/cmsis/vectors_stm32f0xx.c' does not exist within the project.