标签: android c
完成Android的交叉编译时出现以下错误。
read()
答案 0 :(得分:1)
函数infinite()是C99的一部分。将LOCAL_CFLAGS += -std=c99添加到您的Android.mk。请参阅问题How to set standard c99 for compile android NDK project
infinite()
LOCAL_CFLAGS += -std=c99