-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Using cygwin terminal, I run the make-standalone-toolchain script:
This is tha command I write:
$ sh make-standalone-toolchain.sh --ndk-dir=$NDK --platform=android-9 \
--install-dir=$ANDROID_SDK/android-toolchain
This is the output for the script:
Auto-config: --toolchain=arm-linux-androideabi-4.4.3
Copying prebuilt binaries...
Copying sysroot headers and libraries...
Copying libstdc++ headers and libraries...
mkdir: cannot create directory
`/tmp/ndk-ayesh/tmp/build-5788/standalone/arm-linux-androideabi-4.4.3/arm-linux-
androideabi': Permission denied
ERROR: Cannot copy to directory:
/tmp/ndk-ayesh/tmp/build-5788/standalone/arm-linux-androideabi-4.4.3/arm-linux-a
ndroideabi/include/c++/4.4.3
What version of the product are you using? On what operating system?
windows-7-x64, ndk-r7b, and cygwin.
Additional information:
I'm using cygwin on windows-7-x64, and the most important question is, am I
waiting my time and should give up on windows with cygwin and use linux instead?
Original issue reported on code.google.com by ayeshqum...@gmail.com on 27 May 2012 at 1:43
Reactions are currently unavailable