From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 16132 invoked from network); 14 Mar 2022 00:26:57 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 14 Mar 2022 00:26:57 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 4ess; Sun Mar 13 19:59:57 -0400 2022 Received: from abbatoir.myfiosgateway.com (pool-74-108-56-225.nycmny.fios.verizon.net [74.108.56.225]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id b99f9998 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Sun, 13 Mar 2022 16:59:32 -0700 (PDT) Message-ID: <572D50328BF67CF5FBD305CD8BD0E25B@eigenstate.org> To: 9front@9front.org Date: Sun, 13 Mar 2022 19:59:30 -0400 From: ori@eigenstate.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit List-ID: <9front.9front.org> List-Help: X-Glyph: āžˆ X-Bullshit: distributed information content-driven element-aware session reduce/map interface Subject: Re: [9front] Go: "exec header invalid" Reply-To: 9front@9front.org Precedence: bulk Quoth sml : > Hi, > > I tried to build Go according to the instructions on https://9lab.org/plan9/go/ . > > Iā€™m running the pi3 image of 9front on a Raspberry 4 and try to bootstrap the Go source 1.17.8 with the binary "Go 1.17.6 on plan9/arm (ARMv7)ā€œ from 9legacy.org . > > When I try to run: > > ./make.rc > > I get this message: > > Building Go cmd/dist using /tmp/go-plan9-arm-bootstrap > /tmp/go-plan9-arm-bootstrap/bin/go: exec header invalid > > Does anyone have any idea what I'm doing wrong? > At a guess, you're trying to run a 32 bit arm binary on a 64 bit 9front. Go currently doesn't support arm64. I expect that it won't be a huge effort to change that, but nobody has done the work yet.