-
Notifications
You must be signed in to change notification settings - Fork 18k
x/mobile/cmd/gomobile: init fails on 32-bit Windows #17376
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
Comments
Go itself supports XP and newer. This error is coming from the Android NDK that gomobile uses. What Windows are you on? XP 32-bit? |
This is unfortunate but we cannot support a version of windows unless the NDK toolchain is supported on it. |
@crawshaw: From the error message I was wondering if what actually happened is we incorrectly downloaded the 64-bit NDK on a 32-bit arch. |
I've got 32-bit Vista. |
What is actually happening gomobile downloads gomobile-ndk-r12b-windows-x86.tar.gz wich contains both 32-bit (clang_32.exe) and 64-bit (clang.exe) versions of clang:
But gomobile always copy clang.exe to be used on both 32-bit and 64-bit versions of windows. Alex |
CL https://golang.org/cl/31110 mentions this issue. |
@techtonik does this change https://go-review.googlesource.com/#/c/31110/ fixes your problem? Thank you. Alex |
@alexbrainman init passed ok. Problem fixed. |
Thanks! =) |
Fixes golang/go#16823 Fixes golang/go#17376 Change-Id: Ia9c15242cce66eca1d36a5e1dc6106b3549c251d Reviewed-on: https://go-review.googlesource.com/31110 Reviewed-by: Elias Naur <elias.naur@gmail.com>
Fixes golang/go#16823 Fixes golang/go#17376 Change-Id: Ia9c15242cce66eca1d36a5e1dc6106b3549c251d Reviewed-on: https://go-review.googlesource.com/31110 Reviewed-by: Elias Naur <elias.naur@gmail.com>
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?What did you do?
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: