>>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


Reply via email to