Re: [go-nuts] Golang for ARM

2016-12-18 Thread Paulo Coutinho
But i set it, You can see on dockerfile. ENV GO_VERSION=1.7.4 ENV INSTALLED_GOLANG=1.6 ENV GOROOT_BOOTSTRAP=/usr/lib/go-${INSTALLED_GOLANG} ENV GOOS=android ENV GOARCH=arm ENV GOARM=7 ENV CGO_ENABLED=1 Em 18 de dez de 2016 7:25 AM, "Will Newton" escreveu: > On Sun, Dec 18, 2016 at 4:09 AM,

Re: [go-nuts] Golang for ARM

2016-12-18 Thread Will Newton
On Sun, Dec 18, 2016 at 4:09 AM, Paulo Coutinho wrote: > Hi, > > Im making a free repository to show how to compile Golang for ARM v7 > (Android). > > Link: > https://github.com/prsolucoes/golang-for-arm > > Error: > arm-linux-androideabi-gcc: error: unrecognized command line option '-m64' This s

[go-nuts] Golang for ARM

2016-12-17 Thread Paulo Coutinho
Hi, Im making a free repository to show how to compile Golang for ARM v7 (Android). Link: https://github.com/prsolucoes/golang-for-arm Error: arm-linux-androideabi-gcc: error: unrecognized command line option '-m64' Can anyone help me? The Dockerfile is in repository. Thanks. -- You receive