Re: [go-nuts] offset out of range, different toolchain

2017-02-23 Thread jonathan . gaillard
phew thx, thought I was going crazy there. On Thursday, February 23, 2017 at 5:27:22 PM UTC-8, Ian Lance Taylor wrote: > > On Thu, Feb 23, 2017 at 12:54 PM, > > wrote: > > I am trying to switch from a 32 bit standalone ndk android toolchain to > the > > 64 bit one. The only changes I have mad

Re: [go-nuts] offset out of range, different toolchain

2017-02-23 Thread Ian Lance Taylor
On Thu, Feb 23, 2017 at 12:54 PM, wrote: > I am trying to switch from a 32 bit standalone ndk android toolchain to the > 64 bit one. The only changes I have made are the toolchain and using > GOARCH=arm64 instead of GOARCH=arm when build but I am getting a list of > errors like: > > internal/**/*

[go-nuts] offset out of range, different toolchain

2017-02-23 Thread jonathan . gaillard
I am trying to switch from a 32 bit standalone ndk android toolchain to the 64 bit one. The only changes I have made are the toolchain and using GOARCH=arm64 instead of GOARCH=arm when build but I am getting a list of errors like: internal/**/**.go:715: offset out of range: 782 01448 (/go/src/*