check with the environmental variable for ANDROID_NDK_ROOT and the
path properly.
or else in the host-script.sh file,
change the path for COMPILER_PATTERN.
for example, change
COMPILER_PATTERN=$ANDROID_NDK_ROOT/build/prebuilt/$HOST_TAG/$tc/bin/*-
gcc${EXT}
to
COMPILER_PATTERN=/cygdrive/c/android-ndk-1.5_r1/build/prebuilt/windows/
arm-eabi-4.2.1/bin/*-gcc${EXT}
this might work..
On Sep 7, 9:19 am, chetan <
chetansav...@gmail.com> wrote:
> Hi,
>
> While Installing NDK,
> when I run the host setup script i.e <ndk>/build/host-setup.sh
> I am getting the following error :
>
> "Toolchain : Checking for arm-eabi-4.2.1 prebuilt binaries
> Error: It seems you do not have the correct arm-eabi-4.2.1 toolchain
> binaries. Please go to the official Android NDK website and download
> the appropriate NDK package for your platform (windows).
> seehttp://
developer.android.com/sdk/index.html