小弟按照教程,装上了arm-elf编译环境,又安装了skyeye,并成功的运行了ucos,然后从网上下载了uClinux-dist-20051110.tar.gz,解压后,用make xconfig,配置,只是按照教程将vendor product改为 GDB ,然后保存退出。然后make dep,然后出现如下错误:
linux-jtp5:/media/JUKEBOX/uClinux-dist # make dep
make ARCH= CROSS_COMPILE= -C linux-2.4.x dep
make[1]: Entering directory `/media/JUKEBOX/uClinux-dist/linux-2.4.x'
Makefile:315: arch//Makefile: No such file or directory
make[1]: *** No rule to make target `arch//Makefile'. Stop.
make[1]: Leaving directory `/media/JUKEBOX/uClinux-dist/linux-2.4.x'
make: *** [dep] Error 2