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++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

what is this problem?

Altera_Forum
Honored Contributor II
1,191 Views

Hi, everyone, I met some problems when I compiled the uClinux-dist-20060803,  

 

make menuconfig 

make vendor_hwselect SYSPTF=nios_0.ptf 

make romfs(errors, ignored) 

make 

 

request.o(.text+0x994): In function `process_header_end': 

/home/liaoliang/uClinux-dist/user/boa/src/request.c:560: warning: the use of `tmpnam' is dangerous, 

better use `mkstemp' 

Can't run cmd gzip -f -9 >> boa 

collect2: ld returned 4 exit status 

make[4]: *** [boa] Error 1 

make[4]: Leaving directory `/home/liaoliang/uClinux-dist/user/boa/src' 

make[3]: *** [all] Error 2 

make[3]: Leaving directory `/home/liaoliang/uClinux-dist/user/boa' 

make[2]: *** [boa] Error 2 

make[2]: Leaving directory `/home/liaoliang/uClinux-dist/user' 

make[1]: *** [all] Error 2 

make[1]: Leaving directory `/home/liaoliang/uClinux-dist/user' 

make: *** [subdirs] Error 1 

 

I searched this problem, some guys said this was a compile error, could be ignored, but when I downloaded the zImage to the DE2 board, there was kernel panic.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
509 Views

Please reinstall the nios2gcc, ver 3. It is updated to support compressed flat format.

0 Kudos
Altera_Forum
Honored Contributor II
509 Views

Thanks a lot, hippo! 

I made it when I reinstalled the nios2gcc.
0 Kudos
Reply