Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHello,
for all who are experiencing the "cannot open crt0.o: No such file or directory" problem, open up a Nios II SDK shell window and run "mount" This will display your Cygwin's mount table. When you initially install Quartus II (and its included Cygwin), one of the mount entries is:C:\altera\quartus42\bin\cygwin\lib on /usr/lib type system (textmode) The Nios II Linux install process should remove this entry. If for some reason this mount entry still exists, you will experience the crt0.o problem. To remove this entry, simply unmount /usr/lib by running this command in a Nios II SDK shell window: umount /usr/lib I hope this helps.