It looks as if you're issuing the "build/host-setup.sh" command from a
DOS window, instead of a Cygwin BASH window. If so, this is definitely
a no-no... use the BASH shell to run the script, and before running
it, "cd /cygdrive/c/android-ndk-1.6_r1".

On Mar 5, 12:58 pm, Abhi <abhishek.r.sha...@gmail.com> wrote:
> Hi Michael,
>
> I installed cygwin again selecting the required packages. This is what
> results when I try to do build/host-setup.sh:
>
> $ build/host-setup.sh
> cygwin warning:
>   MS-DOS style path detected: C:\cygwin\cygdrive\c\android-ndk-1.6_r1
>   Preferred POSIX equivalent is: /cygdrive/c/android-ndk-1.6_r1
>   CYGWIN environment variable option "nodosfilewarning" turns off this
> warning.
>   Consult the user's guide for more details about POSIX paths:
>    http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
> Checking host development environment.
> NDK Root   : C:\cygwin\cygdrive\c\android-ndk-1.6_r1
> GNU Make   : make (version 3.81)
> Awk        : awk
> Platform   : windows
> Generate   : out/host/config.mk
> Toolchain  : Checking for arm-eabi-4.2.1 prebuilt binaries
>
> ERROR: Toolchain compiler not found
> It seems you do not have the correct arm-eabi-4.2.1 toolchain
> binaries.
> This may be the result of incorrect unzipping of the NDK archive.
> Please go to the official Android NDK web site and download the
> appropriate NDK package for your platform (windows).
> Seehttp://developer.android.com/sdk/index.html
>
> ABORTING.
>
> Abhi
> On Mar 5, 10:42 am, Michael MacDonald <googlec...@antlersoft.com>
> wrote:
>
> > On 03/05/10 10:06, Abhi wrote:> Hi,
>
> > > I am trying to install and run Android NDK on my windows xp machine. I
> > > am new to NDK and looking for some help in understanding the
> > > installation process. I have downloaded cygwin and GNU Make 3.81 but
> > > running the build host-setup.sh command results in a 'Could not find a
> > > valid GNU Make executable'.
>
> > > What could be the problem?
>
> > > Thanks,
>
> > > Abhi
>
> > Haven't done this myself, but it sounds like you don't have all the
> > required packages.  The default cygwin installation doesn't include all
> > the packages necessary for the NDK.  Please make sure you add the g++
> > and gnu make packages, and the cross-compiler packages in the cygwin
> > installer.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to