Forum Discussion
Altera_Forum
Honored Contributor
14 years agoIt might be possible to replace the 'elf2hex' binary seen by the script (eg put it earlier in $PATH) to an executable shell script that contians:
#!/bin/sh
exec /full_path/elf2hex --record=4 "$@"where 'full_path' is the real location of the program.