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

runtime: android/arm build broken #10358

Closed
hyangah opened this issue Apr 6, 2015 · 2 comments
Closed

runtime: android/arm build broken #10358

hyangah opened this issue Apr 6, 2015 · 2 comments
Milestone

Comments

@hyangah
Copy link
Contributor

hyangah commented Apr 6, 2015

missing symbols _rt0_arm_android_lib

https://groups.google.com/forum/#!topic/golang-nuts/OSi2lPlF4O0

/Users/mhawkins/Library/go/pkg/gomobile/android-ndk-r10d/arm/bin/toolexec /Users/mhawkins/src/go/pkg/tool/darwin_amd64/5l -o /var/folders/9s/_chc2vkd5l3d7251t9sflgk5759k1h/T/gomobile-bind-work-343039510/android/src/main/jniLibs/armeabi-v7a/libgojni.so -L $WORK -L /Users/mhawkins/Library/go/pkg/android_arm -extld=/Users/mhawkins/Library/go/pkg/gomobile/android-ndk-r10d/arm/bin/arm-linux-androideabi-gcc -shared $WORK/command-line-arguments.a

command-line-arguments

_rt0_arm_android_lib.ptr: _rt0_arm_android_lib: not defined
_rt0_arm_android_lib.ptr: undefined: _rt0_arm_android_lib
exit status 2

@crawshaw Probably related to https://go-review.googlesource.com/#/c/7692 and friends CLs?

@crawshaw
Copy link
Member

crawshaw commented Apr 6, 2015

Yes, it looks like cl/7692. I believe cl/8457 will eventually fix this, but there are some sticking points in that. I'll try to prepare an intermediate CL to fix the build.

@crawshaw
Copy link
Member

crawshaw commented Apr 6, 2015

(It's also a little distressing that we don't have tests for this, I'll try to get to that soon.)

@crawshaw crawshaw self-assigned this Apr 6, 2015
@mikioh mikioh changed the title mobile: android/arm build broken x/mobile: android/arm build broken Aug 5, 2015
@mikioh mikioh changed the title x/mobile: android/arm build broken runtime: android/arm build broken Aug 5, 2015
@mikioh mikioh added this to the Go1.5 milestone Aug 5, 2015
@golang golang locked and limited conversation to collaborators Aug 5, 2016
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

4 participants