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++
12600 Discussions

Uclinux-unrecognized instruction initda

Altera_Forum
Honored Contributor II
999 Views

Hi everyone, 

 

I'm trying to build Uclinux on kit Cylone II DE II. I followed the instructions from this http://www.alterawiki.com/wiki/installnios2linux 

I almost finish this; however, when I execute the "make" command 

 

cd uClinux-distmake menuconfig*make vendor_hwselect SYSPTF=<path to your system ptf>makeI'm stucked at this error: 

 

{standard input}: Assembler messages: 

{standard input}:365: Error: unrecognised instruction initda 

make[3]: *** [arch/nios2/mm/memory.o] Error 1 

make[2]: *** [arch/nios2/mm] Error 2 

make[1]: *** [sub-make] Error 2 

make[1]: Leaving directory `/root/nios2-linux/linux-2.6' 

make: *** [linux] Error 1 

 

I've been battling this for several days, anyone know the answer ?. Thank you so much. 

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
305 Views

Hi, 

 

 

--- Quote Start ---  

 

{standard input}: Assembler messages: 

{standard input}:365: Error: unrecognised instruction initda 

make[3]: *** [arch/nios2/mm/memory.o] Error 1 

make[2]: *** [arch/nios2/mm] Error 2 

make[1]: *** [sub-make] Error 2 

make[1]: Leaving directory `/root/nios2-linux/linux-2.6' 

make: *** [linux] Error 1 

 

--- Quote End ---  

 

 

Maybe, your compiler does not support the instruction 'initda'. Can you rewrite it by 'initd' ? 

 

Kazu
0 Kudos
Reply