用arm-eabi-gcc编译hello world程序出错

报错信息如下:
root@ubuntu:~# arm-eabi-gcc a.c
a.c:1:19: fatal error: stdio.h: No such file or directory
compilation terminated.
有朋友遇到过吗 指点一下,我都快被折磨死了

arm-eabi-gcc 编译工具是编译内核的,没有libc标准库,换个arm-linux-gnueabihf-编译工具就好了。