Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- This 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 --- Quote End --- I experienced same issue on Ubuntu 12.04.1. The 2nd fix above worked in my situation; Thanks StijnLast!