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

x/mobile: Unable to build basic sample with stripped NDK #16261

Closed
nikolay-turpitko opened this issue Jul 4, 2016 · 1 comment
Closed

x/mobile: Unable to build basic sample with stripped NDK #16261

nikolay-turpitko opened this issue Jul 4, 2016 · 1 comment

Comments

@nikolay-turpitko
Copy link

Please answer these questions before submitting your issue. Thanks!

  1. What version of Go are you using (go version)?

    go version go1.6.2 linux/amd64
    
  2. What operating system and processor architecture are you using (go env)?

    GOARCH="amd64"
    GOBIN=""
    GOEXE=""
    GOHOSTARCH="amd64"
    GOHOSTOS="linux"
    GOOS="linux"
    GOPATH="/home/nick/go"
    GORACE=""
    GOROOT="/home/nick/.local/share/umake/go/go-lang"
    GOTOOLDIR="/home/nick/.local/share/umake/go/go-lang/pkg/tool/linux_amd64"
    GO15VENDOREXPERIMENT="1"
    CC="gcc"
    GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0"
    CXX="g++"
    CGO_ENABLED="1"
    
    Ubuntu 16.04 LTS
    4.4.0-24-generic #43-Ubuntu SMP Wed Jun 8 19:27:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
    
  3. What did you do?
    If possible, provide a recipe for reproducing the error.
    A complete runnable program is good.
    A link on play.golang.org is best.

    $ go get golang.org/x/mobile/cmd/gomobile
    $ gomobile init
    $ go get -d golang.org/x/mobile/example/basic
    $ gomobile build -target=android golang.org/x/mobile/example/basic
    
  4. What did you expect to see?

Build should complete without error messages.

  1. What did you see instead?

    gomobile: /home/nick/go/pkg/gomobile/android-ndk-r12/x86/bin/i686-linux-android-nm /tmp/gomobile-work-840948909/lib/x86/libbasic.so: fork/exec /home/nick/go/pkg/gomobile/android-ndk-r12/x86/bin/i686-linux-android-nm: no such file or directory
    

Comment: there is no such a file indeed. But when I changed mobile/cmd/gomobile/init.go line 31 (var useStrippedNDK = true) to var useStrippedNDK = false, re-compiled, re-init and re-build sample, it was able to build it. And indeed i686-linux-android-nm is now in place.

@nikolay-turpitko nikolay-turpitko changed the title x/mobile: x/mobile: Unable to build basic sample with stripped NDK Jul 4, 2016
@hyangah
Copy link
Contributor

hyangah commented Jul 7, 2016

duplicate of #16268

@hyangah hyangah closed this as completed Jul 7, 2016
@golang golang locked and limited conversation to collaborators Jul 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants