I'm a Android developer newbie attempting to setup and build the hello-
stl examples from the NDK wrapper -- but am not getting very far. When
I run ./setup.sh, STLPort fails to build; Amongst the errors I also
see a lot of "make: arm-linux-c++: command not found".
Here are my steps:
$ export NDK_DIR=path_to_dev/android-ndk-1.6_r1/
$ export NDK_WRAPPERS_BASE=path_to_dev/ndk-wrappers/
(I have also tried the ln -s build/platforms/android-4/ build/
platforms/android-1.5 trick found in these groups)
$ ./setup.sh (see
http://pastebin.com/m42a4f9d8 for full log)
Additional info:
- Cygwin 1.7
- SDK 1.6
- NDK 1.6
Any help is greatly appreciated!