English 中文(简体)
Anders NDK 留意“g/ David/ >。
原标题:Android NDK keeps looking for "g/David/..."

我在Windows上安装了最新版本的Andin NDK(r4),并安装了与所需包裹、最新版本的Anden SDK、Eclipse + Anders 。

每当我试图从圆环(Be it the samples from the NDK, or a custom Project)中打造任何日本国家研究院的法典时,我会:

$ make APP=demo
Android NDK: Building for application  demo 
Compile thumb  : demo_lib <= apps/demo/project/jni/demo.c
cc1: error: /cygdrive/g/David/ndk/build/platforms/以及roid-3/arch-arm/usr/local/i
nclude: not a directory
cc1: error: /cygdrive/g/David/ndk/build/platforms/以及roid-3/arch-arm/usr/include
: not a directory
make: *** [out/apps/demo/armeabi/objs/dmeo_lib/demo.o] Error 1

我的国名不是戴维,我没有全球运动。

如同这条道路一样,这种释放很难编码。 我试图在国库名录中查阅<代码>g/ David。 在许多双版中,见。 档案:

<NDK>uildprebuiltwindowsarm-eabi-4.2.1libgccarm-eabi4.2.1install-toolsmkheaders.conf:

SYSTEM_HEADER_DIR="/cygdrive/g/David/ndk/build/platforms/以及roid-3/arch-arm/usr/include"

以及

<NDK>uildprebuiltwindowsarm-eabi-4.4.0libgccarm-eabi4.4.0install-toolsmkheaders.conf:

SYSTEM_HEADER_DIR="/cygdrive/g/David/ndk/build/platforms/以及roid-3/arch-arm${sysroot_headers_suffix}/usr/include"

我对这两份文件进行了改动,以指明正确的道路,但我完全照搬同样的错误(有原来的路)。

我在cy、孤独或 make方面经验有限。 任何想法?

问题回答

这可能是安装不完整/破碎的NDK的症状。

用户目录总是难以编码其可执行范围内原有的机器人目录,但通常无法找到这些目录,如果系统主管和图书馆另有规定。 他们应该这样做。

您能否尝试从官方地点重新卸下和重新启用国家科索沃警察部队一揽子计划,看看这是否解决问题?

I had the same problem. It s because maybe you have a G: drive for DVDRom or HDD (for me G: was the DVDROM). Problem resolved when i unactivate the G: drive ....

我有一个(不活跃的)G:Windows XP的驱动力(有些为之分配的USB驱动力)。 这使一些人无法利用NDK r4,我无法说明为何有时出现错误。

不管怎么说,这里的工作是:

  1. • 准备其他电离层路径:mkdir c:cygwinccc

  2. • 改变环绕道

  3. • 建立缺失的名录:

mkdir -f /cygdrive/g/ David/ndk/build/platforms/android-3/arch-arm/usr/ local/include

mkdir-p/cygdrive/g/ David/ndk/build/platforms/android-3/arch-arm/usr/include

Now, you can run android-ndk-r4 dk-build





相关问题
cygwin file path tab completion not working

How can I set up Cygwin to have tab completion? Actually, I do have it automatically, but it does not seem to complete paths. How do I set it up to complete paths?

cygwin version of idle has erroneous I/O handling

I am using idle (python 2.5) via cygwin on a windows vista machine and when I try to open an already existing .py file I see the full file path /home/aaron/C:/cygwin/home/aaron/script.py on the ...

Trying to get a terminal to work in Emacs

I ve been having a lot of problems with emacs and trying to get the terminal to work with: M-x term I installed cygwin and I fixed up my .emacs to include the paths: (setenv "PATH" (concat "...

Piping Cygwin into a Python program

As a i m new to the whole Piping thing and Python I had recently encountered a problem trying to pipe Cygwin s stdin & stdout into a python program usin Python s subprocess moudle. for example I ...

Unable to chdir() on Git/Cygwin

I installed Git via Cygwin on Windows Server. It works out very well. However there s a small issue that when I clone a repo use the command as following: $git clone git@myserver:project.git I ...

Linux Development C/C++/bash/python on windows-7

Before resorting to stackoverflow, i have spend a lot of times looking for the solutions. I have been a linux-user/developer for few years, now shifting to windows-7. I am looking for seting-up a ...

Cygwin/Git/Gitosis unable to push new repository

I ve recently set up cygwin, git, and gitosis on my Windows Server 2003 box and am having troubles. I ve followed just about every tutorial I can find to the letter, and have confirmed that my git ...

热门标签