Forum Discussion
Altera_Forum
Honored Contributor
16 years agoPost-build Step not working
In NIOS EDS 9.0SP2 I have defined a Post-build Step command to perform a final conversion of the generated .elf file. However, nothing seems to happen. No message in the console, no visible ac...
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Found it! 1) close the IDE 2) edit lines defining BUILD_PRE_PROCESS and BUILD_POST_PROCESS in the Makefile 3) reopen and use the IDE -> it does not seem to throw away the changes 4) corollary : do not forget to put the Makefile under version control... P9 --- Quote End --- example: BUILD_POST_PROCESS := sh script_file0.sh BUILD_POST_PROCESS += sh script_file1.sh