Re: [go-nuts] OpenWRT-friendly golang hardware

2016-10-09 Thread xiaowp
ate: Sat, Oct 1, 2016 09:42 PM To: "golang-nuts"<golang-nuts@googlegroups.com>; Subject: [go-nuts] OpenWRT-friendly golang hardware Just wondering: Which OpenWRT-based hardware you'd pick? My idea would be to write a few middleware code for an existing router platform. Most Ope

Re: [go-nuts] OpenWRT-friendly golang hardware

2016-10-02 Thread Simon Larcher
>From what I understood, MIPS32 support for Golang has been in the pipeline for some time already so it might appear at some point. MIPS64 is there since 1.6 and fully supported in 1.7. Sadly, very few OpenWRT hardware uses MIPS64, only the higher grade products do. You will have to use gccgo

[go-nuts] OpenWRT-friendly golang hardware

2016-10-01 Thread Sokolov Yura
Some uses gccgo for mips hardware. -- 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

[go-nuts] OpenWRT-friendly golang hardware

2016-10-01 Thread Aldrin Leal
Just wondering: Which OpenWRT-based hardware you'd pick? My idea would be to write a few middleware code for an existing router platform. Most OpenWRT are based on MIPS SoCs, so this is a problem and ARM would be preferred. Plus, space is a concern as well Any ideas? Thank you -- -- Aldrin