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 ago --- Quote Start --- originally posted by hippo@Feb 10 2006, 04:00 PM i dont knw how to do it in ide.
but you can use nios2-elf-objcopy, add to your makefile
nios2-elf-objcopy -o ihex vmlinux vmlinux.hex <div align='right'><{post_snapback}> (index.php?act=findpost&pid=12673)</div> --- Quote End --- i know how to make hex file with nios2-elf-objcopy and elf2hex but we are using a autogenerated make file, thats generated each time priror build by IDE. do you know where makefile's teplates are placed?