构建 GCC Android x86 时出错 - cpu-features.h 未找到
Error when building GCC Android x86 - cpu-features.h not found
我正在使用 Cocos2d-X 2.2.6 和 Marmalade SDK 7.8.0 创建手机游戏,但是当我尝试使用 GCC x86 Android 配置构建我的项目时(在调试和在发布模式下),我收到以下错误:
Error 458 error : cpu-features.h: No such file or directory (col 26) \third_party\cocos2d-x-2.2.6\cocos2dx\platform\third_party\marmalade\libwebp\dsp\cpu.c 17 1 IgualOuDiferente_vc11
我可以成功构建用于 x86 调试和发布以及 GCC ARM 调试和发布的项目。我做错了什么?
我正在使用 Cocos2d-X 2.2.6 和 Marmalade SDK 7.8.0 创建手机游戏,但是当我尝试使用 GCC x86 Android 配置构建我的项目时(在调试和在发布模式下),我收到以下错误:
Error 458 error : cpu-features.h: No such file or directory (col 26) \third_party\cocos2d-x-2.2.6\cocos2dx\platform\third_party\marmalade\libwebp\dsp\cpu.c 17 1 IgualOuDiferente_vc11
我可以成功构建用于 x86 调试和发布以及 GCC ARM 调试和发布的项目。我做错了什么?