Forum Discussion
Altera_Forum
Honored Contributor
14 years agoError building a Nios2 project HEX file/On chip RAM
Dear all, I started a couple of day ago working on the tutorial SOPC builder with VHDL. The mini code as many of you know it already is: # define Switches (volatile char *) 0x0003000# de...
Altera_Forum
Honored Contributor
14 years agoProblem Solved!
It seems that there is a problem with everyone using Ubuntu newer versions. What I understood that this issue is related to the Linux shell. These two commands can make it work: sudo rm /bin/sh (to delete the old entry of linux shell) sudo ln -s /bin/bash /bin/sh (link to the actual one which is bash)