gcc编译hello.c出现问题.我是新手
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这个了