读书人

解决NDK * note: the mangling of amp;#3

发布时间: 2013-02-15 15:46:56 作者: rapoo

解决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


读书人网 >移动开发

热点推荐