当前位置: 技术问答>linux和unix
gcc编译hello.c出现问题.我是新手
来源: 互联网 发布时间:2016-04-12
本文导语: root@linux:/usr/local/arm/arm-linux/bin# gcc -o hello hello.c /tmp/ccqOcYnh.o: In function `main': hello.c:(.text+0x19): undefined reference to `print' collect2: ld 返回 1 root@linux:/usr/local/arm/arm-linux/bin# 实在搞不明白怎么回事..好郁闷.. 已经安装...
root@linux:/usr/local/arm/arm-linux/bin# gcc -o hello hello.c
/tmp/ccqOcYnh.o: In function `main':
hello.c:(.text+0x19): undefined reference to `print'
collect2: ld 返回 1
root@linux:/usr/local/arm/arm-linux/bin#
实在搞不明白怎么回事..好郁闷..
已经安装过build-essential这个了
/tmp/ccqOcYnh.o: In function `main':
hello.c:(.text+0x19): undefined reference to `print'
collect2: ld 返回 1
root@linux:/usr/local/arm/arm-linux/bin#
实在搞不明白怎么回事..好郁闷..
已经安装过build-essential这个了
|
print改成printf啊.