Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

Configure Kernell *Error*

Altera_Forum
Honored Contributor II
1,217 Views

This is the error: 

 

------------------------------------------------ 

Microtronix Linux Extensions 

Version 1.2, Built Wed Jul 27 3:46pm EST 2004 

------------------------------------------------ 

make: Entering directory `/cygdrive/c/altera/kits/nios2/bin/eclipse/plugins/com. 

microtronix.nios2linux.kernel_0.1.5/linux-2.6.x' 

HOSTCC scripts/basic/fixdep 

/usr/local/bin/ld: cannot open crt0.o: No such file or directory 

 

 

But i can not find de directory on my computer. 

Can someone help me ?
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
479 Views

Hi... try unmounting your /usr/lib directory... 

 

umount /usr/lib 

 

you might have to try 

 

umount -s /usr/lib 

 

in order for it to unmount.
0 Kudos
Altera_Forum
Honored Contributor II
479 Views

It's not working..

0 Kudos
Altera_Forum
Honored Contributor II
479 Views

Is the command for umount not working? Or are you still getting the same error when trying to compile your kernel? 

 

Could you pass me the results of running the mount command from within the Nios II SDK shell? 

 

Should look something like: 

 

C:\altera\quartus42\bin\cygwin\bin on /usr/bin type system (textmode) C:\altera\quartus42\bin\cygwin on / type system (textmode) c: on /cygdrive/c type user (textmode,noumount) d: on /cygdrive/d type user (textmode,noumount) z: on /cygdrive/z type user (textmode,noumount)
0 Kudos
Reply