From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: comeau@comeaucomputing.com, 9fans@9fans.net From: Lucio De Re Date: Mon, 11 Apr 2011 11:53:45 +0200 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Additional compilers under 9vx.OSX Topicbox-Message-UUID: cefc20f8-ead6-11e9-9d60-3106f5b1d025 >>the way to do this is >> cd /sys/src; objtype=arm mk && mk clean > > Just getting to play with this... had to do some copying of some of > the files first among other setbacks... ok, plain mk asks what to make, > and so I tried 'mk all' which is saying 5c does not exist, but > that's one of the things I want it to build. There's a post by Geoff Collyer a while back, when the SheevaPlug was first introduced to Plan 9 that explains how to build the arm toolchain before trying to build the entire system. Along these lines: cd /sys/src/cmd for (d in 5?) @{cd $d && mk install} I'm not going to try that now... ++L