请问arm-linux-gcc找不到怎么办呀?
我用cygwin,安装了arm-elf-tools-20030314.sh
在make ucosii4skyeye-1.9.3.tar.gz的时候,报告找不到arm-linux-gcc
$ make config
building target platform is on cgywin!
Hint: next, you can "make dep" this project now...
Administrator@cxf /tmp/ucosii4skyeye/samples/ucos_test
$ make next
+ compiling c file with .depend ... :
arm-linux-gcc -c -Wall -Wstrict-prototypes -Wno-trigraphs -g -fno-strict-aliasin
g -fno-common -fno-common -pipe -fno-builtin -mapcs-32 -march=armv4 -mtune=arm7t
dmi -I../../lib/ -I../../kernel/ucos/ -I../../arch/atmel-arch/
make: arm-linux-gcc: Command not found
make: *** Error 1
请问搂主怎么装arm-linux-gcc?我找了半天也没找到……
先谢谢了!:) 设环境变量了没?
你是怎么安装arm-elf-tools的? ln -s /usr/local/bin/arm-elf-gcc /usr/local/bin/arm-linux-gcc
页:
[1]