Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Unable to auto-config arch from toolchain #6

Open
absrnd opened this issue Mar 5, 2016 · 0 comments
Open

ERROR: Unable to auto-config arch from toolchain #6

absrnd opened this issue Mar 5, 2016 · 0 comments

Comments

@absrnd
Copy link

absrnd commented Mar 5, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant