Forum Discussion
Altera_Forum
Honored Contributor
20 years agopostbuild steps in nios IDE?
hello how to make postbuild actions in niosii ide (v5.1). i just want to make ihex after each build. i'm using auto makefile. thank you
Altera_Forum
Honored Contributor
20 years agoTry right-click on the project, select "Properties", then "Builders". Click the "New" button to generate a builder. You can specify an executable, probably a batch file as well. When you build the project Eclipse will launch the "Builders" in sequence.
Hope that helps, Andrew