红联Linux门户
Linux帮助

求助(请教C语言编译问题)

发布时间:2006-04-02 10:15:55来源:红联作者:cytlrx
请大家帮我看看是怎么回事:
我在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
请各位高手帮帮我,谢啦!
文章评论

共有 3 条评论

  1. Subbo 于 2006-04-03 21:02:56发表:

    make脚本没写对。

  2. cytlrx 于 2006-04-03 16:16:21发表:

    那请问我要怎么办呢?谢谢

  3. Subbo 于 2006-04-02 18:48:14发表:

    提示说没有找到armv41-unknown-linux-gcc这条命令。