Loading...
 
Skip to main content

System Workbench for STM32


Compile without eclipse

I want to manually build my project from a command line but I'm having trouble understanding what STM32Workbench actually does when compiling.

1. It magically creates a makefile in the Debug directory out of whatever STMCubeMX produces (how? is there anyway to reproduce that process from a command line?
2. "Make all" from the project directory throws a bunch of errors, where can I check what I need to set in order compile?

Thanks!
Regards