jayduhon / inferno-os

Automatically exported from code.google.com/p/inferno-os
2 stars 0 forks source link

Build fails on x64 Linux #293

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
btw: I'm new to google code, it seems there is no such thing as a pull request, 
how to submit patches? 

Original comment by michael....@rwth-aachen.de on 1 Feb 2013 at 6:33