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

make-standalone-toolchain.sh doesn't work with Cygwin #41

Closed
azharudd opened this issue Mar 23, 2016 · 2 comments
Closed

make-standalone-toolchain.sh doesn't work with Cygwin #41

azharudd opened this issue Mar 23, 2016 · 2 comments
Assignees
Milestone

Comments

@azharudd
Copy link

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 ?

@DanAlbert
Copy link
Member

I'll add a check for cygwin and rewrite to windows, that way you won't need --system anyway.

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.

@DanAlbert DanAlbert self-assigned this Mar 23, 2016
@DanAlbert DanAlbert added this to the r12 milestone Mar 23, 2016
@DanAlbert
Copy link
Member

Fix looks trivial. Give it a shot and let me know: https://android-review.googlesource.com/209970

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

2 participants