Open GoogleCodeExporter opened 8 years ago
OK, it seems does not support sudo, It works on windows Administrative users
permissions, so running cygwin as an administrator solves the problem.
Original comment by ayeshqum...@gmail.com
on 27 May 2012 at 3:19
echo "Create new NDK toolchain..."
#if this line cast the error:mkdir: cannot create directory `/tmp/ndk-...;
#you must add this line "none /cygdrive cygdrive binary,user,noacl,posix=0 0 0"
to /etc/fstab file
$NDK_ROOT/build/tools/make-standalone-toolchain.sh --platform=$PLATFORM
--install-dir=$TOP_FFMPEG_DIR/android-toolchain
Original comment by Jibing.Z...@gmail.com
on 31 May 2012 at 9:00
it's because wherever you're running the script is read-only (check ls -l).
in the worst case chmod 777 -R the whole ndk dir, it will work.
Original comment by esx...@gmail.com
on 27 Feb 2013 at 10:07
Original issue reported on code.google.com by
ayeshqum...@gmail.com
on 27 May 2012 at 1:43