What steps will reproduce the problem?
clone inferno-os, run makemk.sh, add Linux/386/bin to path, run mk all.
I identified 3 Problems:
first:
mk won't build. In order to fix it just add to lines 22 and 23 of makemk.sh a
"-m32" as argument for gcc for a proper mk build.
second:
iyacc and limbo are build, but not installed. Hotfix: cd to utils/limbo and
utils/iyacc and run mk install. I don't know if this happens on purpose, or if
a mk all should do that.
third:
The c-Macro KERNDATE is not set. Hotfix: change line emu/Linux/emu.c:90 to
"ulong kerndate = 0;"
Original issue reported on code.google.com by michael....@rwth-aachen.de on 1 Feb 2013 at 6:29
Original issue reported on code.google.com by
michael....@rwth-aachen.de
on 1 Feb 2013 at 6:29