Skip to main content
Manikandan K
Associate III
October 4, 2019
Question

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

  • October 4, 2019
  • 3 replies
  • 1337 views

..

    This topic has been closed for replies.

    3 replies

    Tesla DeLorean
    Guru
    October 4, 2019

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

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

    Thanks we will do with makefiles.

    Bob S
    Super User
    October 4, 2019

    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.