ubuntu 下编译android 2.3 报错stubs-32.h找不到
各位大侠:
我是用的64位10.04的ubuntu android版本是MTK6573 2.3
改装的环境都装了,android.mk里的配置也是-m64
我的usr/include/gnu/下stubs-32.h stubs-64.h 这两个头文件都有
stubs.h 文件内容如下
#include <bits/wordsize.h>
#if __WORDSIZE == 32
# include <gnu/stubs-32.h>
#elif __WORDSIZE == 64
# include <gnu/stubs-64.h>
#else
# error "unexpected value for __WORDSIZE macro"
#endif
将# include <gnu/stubs-32.h>这句改为# include <gnu/stubs-64.h> 也报usr/include/gnu/stubs-32.h 找不到
无语了
网上相关的修改方法都试过了 基本上是安装apt-get install libc6-dev-i386 我都装过了没用 希望各位大侠能帮助小弟解决此问题
[解决办法]
你的GCC是不是升级过??