Skip to main content
LThal
Associate III
January 24, 2019
Question

How to add multiple post-build steps?

  • January 24, 2019
  • 2 replies
  • 1008 views

I'd like to know if there's a way to either add multiple lines for post-build processing. I've worked in other IDE's where you get multiple lines for entering post-build commands, and I've run into a situation where it would come in handy. Thanks.

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
January 24, 2019

What IDE, I don't see you specify any one specifically and this looks to be in the general forum.

Keil provides for several steps, I think you can run batch files, and you can definitely run your own multi-function applications.

GNU/GCC you could presumably add things to the makefile file or use scripts.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
LThal
LThalAuthor
Associate III
January 24, 2019

Oops, my mistake. I'm using True Studio. When I ran into the same situation on Atmel Studio it had the option to enter multiple lines for post-build commands.