-
Notifications
You must be signed in to change notification settings - Fork 258
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
make-standalone-toolchain.sh doesn't work with Cygwin #41
Milestone
Comments
I'll add a check for cygwin and rewrite to windows, that way you won't need I don't have the ability to test this easily, so when I have a patch I'll post it here. It would be really helpful if you could test it for me. |
Fix looks trivial. Give it a shot and let me know: https://android-review.googlesource.com/209970 |
miodragdinic
pushed a commit
to MIPS/ndk
that referenced
this issue
Jan 12, 2017
We have the catch for cygwin-x86, but were missing one for cygwin-x86_64. Bug: android/ndk#41 Change-Id: I9af457b4854ee7aebc33618a99f6294441da0f14
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The variable SYSTEM gets computed from "$HOST_OS-$HOST_ARCH" as "cygwin-x86_64" or cygwin-x86" and no such dir exists in toolchains/arm-linux-androideabi-4.9/prebuilt/ (obviously, windows or windows-x86_64 will be present)
Earlier, this script supported the option "--system=", which could be set to select the host and this wasn't an issue. This option is now removed causing it to error out.
Any pointers on this ?
The text was updated successfully, but these errors were encountered: