From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Mon, 11 Apr 2011 06:44:54 -0400 To: comeau@comeaucomputing.com, 9fans@9fans.net Message-ID: <79954ee310a992b263eb6e7c7d6c0dce@ladd.quanstro.net> In-Reply-To: References: <784be5fe9a0079d80a76434d252dd074@coraid.com> 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: cf0e3428-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. bad instructions. sorry. that should have been cd /sys/src/cmd; mk 5^(a l c)^.install cd /sys/src; objtype=arm mk install && mk clean - erik