isarc 发表于 2006-10-28 21:26:33

找不到arm-elf-gcc

我已经安装arm交叉编译工具arm-elf-tools-20030314.sh ,但是编译ucosii4skyeye时,出现下面问题:
make: Entering directory `/usr/src/ucosii4skyeye/samples/simple_test'
+ making dep file ... : .depend
/usr/local/bin/arm-elf-gcc: not found
Hint: next, you can "make" this project now...
Help: you can use use "make dep" to create .depend
make: Leaving directory `/usr/src/ucosii4skyeye/samples/simple_test'
make: Entering directory `/usr/src/ucosii4skyeye/samples/ucos_test'
+ making dep file ... : .depend
/usr/local/bin/arm-elf-gcc: not found
Hint: next, you can "make" this project now...
Help: you can use use "make dep" to create .depe

请教斑竹怎么解决。谢谢了

halun2000 发表于 2006-11-7 14:32:57

你试试看arm-elf然后按tab,看能否识别出来,如果不行,就把arm-elf-gcc的路径加入
/etc/profile,然后重新登陆以下
页: [1]
查看完整版本: 找不到arm-elf-gcc