Altera_Forum
Honored Contributor
16 years agoproblem developing zImage (uClinux)
I followed steps followed in
http://www.nioswiki.com/operatingsystems/uclinux/uclinuxdist (http://www.nioswiki.com/operatingsystems/uclinux/uclinuxdist) everything goes well untill make vendor_hwselect SYSPTF=/path_to_your_hardware_project/your_system.ptf But when I use the make command it gives an error [root@localhost uClinux-dist]# NON_SMP_BUILD=1 make make -C tools/ucfront make[1]: Entering directory `/root/Desktop/uClinux-dist/tools/ucfront' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/root/Desktop/uClinux-dist/tools/ucfront' ln -sf /root/Desktop/uClinux-dist/tools/ucfront/ucfront tools/ucfront-gcc ln -sf /root/Desktop/uClinux-dist/tools/ucfront/ucfront tools/ucfront-g++ ln -sf /root/Desktop/uClinux-dist/tools/ucfront/ucfront-ld tools/ucfront-ld chmod +x tools/romfs-inst.sh tools/modules-alias.sh . linux-2.6.x/.config; if [ "$CONFIG_INITRAMFS_SOURCE" != "" ]; then mkdir -p `dirname $CONFIG_INITRAMFS_SOURCE`; touch $CONFIG_INITRAMFS_SOURCE || exit 1; fi dirname: extra operand `../vendors/Altera/nios2nommu/romfs_list' Try `dirname --help' for more information. mkdir: missing operand Try `mkdir --help' for more information. touch: cannot touch `../vendors/Altera/nios2nommu/romfs_list': No such file or directory make: *** [linux] Error 1 can any1 help me in removing this error.. Thanx a lot !!!