Linux编译程序时加-I指定头文件位置

Linux下编译出现以下错误,错误的原因是在/usr/local/arm/arm-2009q3/bin/../arm-none-linux-gnueabi/libc/usr/include/freetype/config/下找不到ftheader.h,而我到该目录下看,发现路径是这样的root@ubuntu:/usr/local/arm/arm-2009q3/arm-none-linux-gnueabi/libc/usr/include/freetype2/freetype/config# ,中间多了个freetype2,有两种解决办法:

      一种是把freetype2目录下的freetype拷贝到和freetype2同一目录下,那么就刚好是我们程序编译的时候编译器去找的那个位置;

     还有一种方法就是在编译的时候加上-I指定路径,例如:arm-none-linux-gnueabi-gcc -o example1 example1.c -I /usr/local/arm/arm-2009q3/arm-none-linux-gnueabi/libc/usr/include/freetype2,我们指定了编译器到 /usr/local/arm/arm-2009q3/arm-none-linux-gnueabi/libc/usr/include/freetype2里去找需要的头文件,以上两种办法都能解决问题。

root@ubuntu:/home/linuxsystemcode/01th# arm-none-linux-gnueabi-gcc -o example1 example1.c
In file included from example1.c:12:
/usr/local/arm/arm-2009q3/bin/../arm-none-linux-gnueabi/libc/usr/include/ft2build.h:56: fatal error: freetype/config/ftheader.h: No such file or directory
compilation terminated.

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值