Forum Discussion
Altera_Forum
Honored Contributor
16 years agosalut,
thank's it's work better. just i have others problems after i configured the kernel for niosII with MMU when i type make the following messages appears : chmod +x tools/romfs-inst.sh tools/modules-alias.sh tools/build-udev-perms.sh . linux-2.6.x/.config; if [ "$CONFIG_INITRAMFS_SOURCE" != "" ]; then mkdir -p `dirname $CONFIG_INITRAMFS_SOURCE`; touch $CONFIG_INITRAMFS_SOURCE || exit 1; fi rm -f linux-2.6.x/usr/initramfs_data.cpio make ARCH=nios2 CROSS_COMPILE=nios2-linux-gnu- O=/opt/altera9.1sp1/nios2-linux/uClinux-dist/linux-2.6.x -j8 -C ../linux-2.6 || exit 1 make[1]: entrant dans le répertoire « /opt/altera9.1sp1/nios2-linux/linux-2.6 » nios2-linux-gnu-gcc: command not found; perhaps you need to fix your PATH? GEN /opt/altera9.1sp1/nios2-linux/uClinux-dist/linux-2.6.x/Makefile CHK include/linux/version.h CHK include/linux/utsrelease.h SYMLINK include/asm -> include/asm-nios2 Using /opt/altera9.1sp1/nios2-linux/linux-2.6 as source for kernel CC scripts/mod/empty.o nios2-linux-gnu-gcc: command not found; perhaps you need to fix your PATH? make[4]: *** [scripts/mod/empty.o] Erreur 127 make[3]: *** [scripts/mod] Erreur 2 make[2]: *** [scripts] Erreur 2 make[1]: *** [sub-make] Erreur 2 make[1]: quittant le répertoire « /opt/altera9.1sp1/nios2-linux/linux-2.6 » make: *** [linux] Erreur 1 you have some solutions for this errors