x/mobile: 'gomobile bind -x' fails due to unused '-mno-thumb' argument passed to clang #30457
Milestone
Comments
Possibly related to #30415? |
I can't reproduce this on my macOS 10.14.1. Do you have NDK version r19b installed as well as run |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
exec : gomobile bind -x
error: clang: error: argument unused during compilation: '-mno-thumb' [-Werror,-Wunused-command-line-argument]
What did you expect to see?
exec : gomobile bind -x
error: clang: error: argument unused during compilation: '-mno-thumb' [-Werror,-Wunused-command-line-argument]
What did you see instead?
exec : gomobile bind -x
error: clang: error: argument unused during compilation: '-mno-thumb' [-Werror,-Wunused-command-line-argument]
The text was updated successfully, but these errors were encountered: