From mboxrd@z Thu Jan 1 00:00:00 1970 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-reply-to: Your message of "Fri, 20 Sep 2019 06:29:31 +0100." References: <07E8AB88-15C5-4ADB-B22C-311D9A149EF8@quintile.net> <20190919224632.33A4A1570CEA@mail.bitblocks.com> <63A70485-0D01-4D77-9966-3B4CB758F4CC@gmail.com> <293bcab7a51132f9@orthanc.ca> From: Bakul Shah MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <50648.1568959649.1@bitblocks.com> Date: Thu, 19 Sep 2019 23:07:29 -0700 Message-Id: <20190920060736.6B263156E427@mail.bitblocks.com> Subject: Re: [9fans] go under plan9 on the radpberry pi? Topicbox-Message-UUID: 0914849e-eada-11e9-9d60-3106f5b1d025 On Fri, 20 Sep 2019 06:29:31 +0100 Steve Simon wrote: > > my plan was to build and run/debug go on a raspberry pi 4 running plan9, not > to cross compile. If you mean go programs, the compile speed is tolerable provided you are not building very large programs. If you mean the go compiler itself, hopefully the 2GB VM you get on 9p/pi4 is enough to compile the compiler using a cross-compiled bootstrap compiler. If the build does work, it will be slow because sdcards are slow. Root mounted from a decent fileserver may help. Another option worth exploring may be AOE as pi4 has a GbE (I haven't tried this yet).