Altera_Forum
Honored Contributor
20 years agoAutomatically create SREC file after build
I want to automatically create a SREC file from the elf file after the build. I know the command to use is as follows:
nios2-elf-objcopy -O srec MyProg.elf MyProg.srec The thing that I do not know how to do is get the IDE (NIOS II V1.1.0 Build 137) to automatically do that after each build. Any help would be appreciated. thanx