- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Please reinstall the nios2gcc, ver 3. It is updated to support compressed flat format.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Thanks a lot, hippo!
I made it when I reinstalled the nios2gcc.