Re: [go-nuts] Cross-compiled program for Raspberry Pi crashes

2018-08-12 Thread Stephan Mühlstrasser
Am Sonntag, 12. August 2018 19:33:19 UTC+2 schrieb Skip: > > Rpi1 model B requires setting GOARM=5 I believe. > >> Thanks for the suggestion, I indeed have used GOARM=6. But I just verified that the crash still occurs also when I compile with GOARM=5. -- You received this message because you are

Re: [go-nuts] Cross-compiled program for Raspberry Pi crashes

2018-08-12 Thread Skip Tavakkolian
Rpi1 model B requires setting GOARM=5 I believe. On Sun, Aug 12, 2018, 8:29 AM Stephan Mühlstrasser < stephan.muehlstras...@gmail.com> wrote: > Hi, > > I'm developing my first Go program that is supposed to upload files into a > Google Cloud Storage bucket from a Raspberry Pi 1. It uses the > htt