Android 安卓mips:‘=’‘’‘’‘;asm&x2019;或‘__属性’;在‘之前;nlink#t’;

Android 安卓mips:‘=’‘’‘’‘;asm&x2019;或‘__属性’;在‘之前;nlink#t’;,android,mips,Android,Mips,在为android for mips编译库时,我遇到了 In file included from /Volumes/Projects/api9-mips/sysroot/usr/include/strings.h:42, from /Volumes/Projects/api9-mips/sysroot/usr/include/stdlib.h:42, from runtime/api.c:2: /Volumes/Project

在为android for mips编译库时,我遇到了

In file included from /Volumes/Projects/api9-mips/sysroot/usr/include/strings.h:42,
                 from /Volumes/Projects/api9-mips/sysroot/usr/include/stdlib.h:42,
                 from runtime/api.c:2:
/Volumes/Projects/api9-mips/sysroot/usr/include/sys/types.h:64: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘nlink_t’
sys/types.h本身具有

typedef __kernel_key_t       key_t;
typedef __kernel_mode_t      mode_t;
typedef __kernel_nlink_t     nlink_t; <-------- 64
#ifndef _OFF_T_DEFINED_
#define _OFF_T_DEFINED_
typedef uu内核u密钥u t密钥u t;
typedef uu内核u模式u t模式u t;

类型定义内核链接;我太靠近了;找到解决办法了吗?