程序“”在路径中找不到

时间:2013-11-12 20:14:06

标签: android cygwin cocos2d-x

所以我正在尝试为Android构建cocos2s-x HelloCpp示例,并且遇到了这个问题。 Eclipse正在向我提供路径中找不到的错误 Program“”。是的,报价是空的。我不太清楚程序是指的是什么。如果我忽略错误并尝试通过在Cygwin中运行build_native.sh来构建,则会出现错误:

目前正在使用:C:/ cygwin64 / bin / make

To solve the issue, follow these steps:

1. Ensure that the Cygwin 'make' package is installed.
   NOTE: You will need GNU Make 3.81 or later!

2. Define the GNUMAKE environment variable to point to it, as in:

     export GNUMAKE=/usr/bin/make

3. Call 'ndk-build' again.

这对我来说非常困惑,因为我安装了GNU Make工具

0 个答案:

没有答案