cancel
Showing results for 
Search instead for 
Did you mean: 

How to compile the STM32 code in Jenkin? Is there any tool for that ?

Manikandan K
Associate III
 
3 REPLIES 3

Compilers and linkers can be run from the command line or makefiles, like any others.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Manikandan K
Associate III

Thanks we will do with makefiles.

Bob S
Principal

Most Eclipse-based installations (on Windows) also provide a "headless-build.bat" file. For SystemWorkbench it is in the root install directory. This was mentioned in some other posts on this forum. Forum search function is currently hosed (for me at least, getting some message about publicly cached data error). But makefiles do provide you more control over the compile/link process.