You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - my build is failing with the following output:
$ make
cd src/chicken-core; git pull
Already up-to-date.
mkdir -p toolchain/android-14 &&
/usr/local/android-ndk-r10e/build/tools/make-standalone-toolchain.sh
--platform=android-14
--system=linux-x86_64
--install-dir=toolchain/android-14
WARNING: The shell running this script isn't bash. Although we try to avoid bashism in scripts, things can happen.
Unable to auto-config arch from toolchain
make: *** [toolchain/android-14/COPYING] Error 1
After a bit of tinkering, I managed to get the build going by adding the option
--toolchain=arm-linux-androideabi-4.9
to the Makefile call to make-standalone-toolchain.sh utility.
Thought I'd pass it on in case Ive missed something obvious, or it helps someone else.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi - my build is failing with the following output:
$ make
cd src/chicken-core; git pull
Already up-to-date.
mkdir -p toolchain/android-14 &&
/usr/local/android-ndk-r10e/build/tools/make-standalone-toolchain.sh
--platform=android-14
--system=linux-x86_64
--install-dir=toolchain/android-14
WARNING: The shell running this script isn't bash. Although we try to avoid bashism in scripts, things can happen.
Unable to auto-config arch from toolchain
make: *** [toolchain/android-14/COPYING] Error 1
After a bit of tinkering, I managed to get the build going by adding the option
--toolchain=arm-linux-androideabi-4.9
to the Makefile call to make-standalone-toolchain.sh utility.
Thought I'd pass it on in case Ive missed something obvious, or it helps someone else.
Thanks.
The text was updated successfully, but these errors were encountered: