On Sun, Dec 18, 2016 at 4:09 AM, Paulo Coutinho <pa...@prsolucoes.com> 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 suggests you're passing an x86_64 flag to an ARM compiler, for example, CC is set but GOARCH is not. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.