cnoviello / CubeMXImporter

This tool can be used to import projects generated by STM32CubeMX tool inside an Eclipse project created with the GNU ARM Eclipse plugin
102 stars 28 forks source link

ERROR: make: *** No rule to make target 'system/src/cmsis/vectors_stm32f0xx.o', needed by 'helloCubeMX.elf'. #11

Closed diond31 closed 7 years ago

diond31 commented 7 years ago

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.

diond31 commented 7 years ago

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).