请大家帮我看看是怎么回事:
我在Linux下编写C语言程序,名为pthread.c和Makefile
但是make之后产生不了可执行的文件,如下:
[root@localhost 02_pthread]# ls
Makefile pthread.c
[root@localhost 02_pthread]# make clean
rm -f ../bin/pthread ./pthread *.elf *.gdb *.o
[root@localhost 02_pthread]# make
armv41-unknown-linux-gcc -c -o pthread.o pthread.c
make: armv41-unknown-linux-gcc: Command not found
make: *** [pthread.o] Error 127
[root@localhost 02_pthread]# ls
Makefile pthread.c
请各位高手帮帮我,谢啦!
Subbo 于 2006-04-03 21:02:56发表:
make脚本没写对。
cytlrx 于 2006-04-03 16:16:21发表:
那请问我要怎么办呢?谢谢
Subbo 于 2006-04-02 18:48:14发表:
提示说没有找到armv41-unknown-linux-gcc这条命令。