Re: [go-nuts] Golang on ARMv5

2020-01-13 Thread Anthony Adams
Ok. Thanks. I’ll play around with it a bit more. If it doesn't work out, there’s always C code! On Mon, Jan 13, 2020 at 2:03 AM Ian Lance Taylor wrote: > On Sun, Jan 12, 2020 at 6:50 PM Anthony Adams > wrote: > > > > Thanks again. That’s very helpful. It sounds like ARMv5 is

Re: [go-nuts] Golang on ARMv5

2020-01-12 Thread Anthony Adams
Thanks again. That’s very helpful. It sounds like ARMv5 is still supported. Now I just need to confirm the minimum kernel version. The system I’m using has a 2.6.39.4 kernel, which I’m unable to upgrade. This document says the minimum kernel version for ARM is v3.1, but I assume this is for the

Re: [go-nuts] Golang on ARMv5

2020-01-12 Thread anthony . adams . 561
Thanks for the reply, Ian. I’ve seen the page you referenced, but the 1.8 release notes say that it will be the last version to support ARMv5. I’ve also come across some posts that mention certain minimum Linux kernel requirements, but nothing that lists them by Golang version. -- You

[go-nuts] Golang on ARMv5

2020-01-12 Thread anthony . adams . 561
Does anyone know where I can find a list of Go versions that includes the architectures supported and minimum kernel version requirements. I’d like to use Go on an ARM926EJ processor (ARMv5tejl), running a 2.6.39.4 Linux kernel. It looks like they stopped supporting ARMv5 awhile ago (v1.8?), so