Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThis problem occur when dash is your default shell instead of bash
$ ls -l /bin/sh /bin/sh -> dash Solution is to change your default shell to bash OR edit nios2eds/bin/elf2hex, change first line to# !/bin/bash