STM32 makefile project?

Comments

2 comments

  • Avatar
    Wolfgang Hill

    Hi Jan,

    You are correct that CrossWorks doesn't support makefiles per se. Depending on what it is that you want to do, you could try looking at "Combining" Projects. We use these to run a pre-build step that calls make. There is also the "User Build Step Options" in the Project optons (we use these to call make as a Post-Link step).

    Cheers and Good Luck,

    Wolfgang

    0
    Comment actions Permalink
  • Avatar
    Icull

    Thanks! "User Build Step Options" is I think exactly what I needed to run an external "pre-compile" program 

    0
    Comment actions Permalink

Please sign in to leave a comment.