首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

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

2013-02-15 
解决NDK *** note: the mangling of va_list has changed in GCC 4.4ndk-build提示:D:/aDeveloper/ndk/and

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

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


热点排行