您的位置:首页 > 其它

解决NDK *** note: the mangling of 'va_list' has changed in GCC 4.4

2013-01-30 11:33 716 查看
ndk-build提示:

D:/aDeveloper/ndk/android-ndk-r8b/platforms/android-8/arch-arm/usr/include/jni.h:592:13: note: the mangling of 'va_list' has changed in GCC 4.4

如.........什么note: the mangling of 'va_list' has changed in GCC 4.4

解决办法:

修改 Android.mk, LOCAL_CFLAGS = -Wno-psabi
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐