Forum Discussion
Altera_Forum
Honored Contributor
20 years agoInstallation and configuration problems
Hi All I've downloaded and installed the uClinux ver 1.4 on my machine. I have Quartus 5.0 with SP1 and Nios 5.0 installed. Towards the end of the installation I received a message saying t...
Altera_Forum
Honored Contributor
20 years agoNir,
Let's skip the ones in your project directories. For your uClinux development work, you should only need 2 of them. A crt0.o in your /usr/lib directory for any binaries needed by your host platform to do the kernel build, and one located in your /......../**uClibc_1.4.0/lib directory for your Nios II Linux exacutables. A crt0.o file should be found in your Altera installed cygwin environment. From the shell, you should find one in the /usr/lib directory (actual path is something like: /cygdrive/c/altera/quartus50/bin/cygwin/usr/lib). Do you have one in any of your Quartus cygwin directories? In the shell do: cd / find . -name crt0.o Based on your previous post. It looks like you have the one in your uClibc directory. Doug