Compiling

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
tera4d
Member
Member
Posts: 37
Joined: Sun Apr 26, 2009 11:22 am

Compiling

Post by tera4d »

Hello, guys.

I am new to these forums so i hope to have a good time here =)
But as most newcommers i have a question.
I have found a opensource operating system which i would really like to compile.
But i cannot get it to compile under windows can someone please help me?
I have installed make for windows but then it gives me some strange errors.
And i also do not know which toolset i need to compile it but there are no instructions included with it.
I am talking about this operating system: http://www.rangos.de/

-Thanks in advance
User avatar
imate900
Member
Member
Posts: 80
Joined: Sat Feb 28, 2009 11:43 am

Re: Compiling

Post by imate900 »

tera4d wrote:Hello, guys.

I am new to these forums so i hope to have a good time here =)
But as most newcommers i have a question.
I have found a opensource operating system which i would really like to compile.
But i cannot get it to compile under windows can someone please help me?
I have installed make for windows but then it gives me some strange errors.
And i also do not know which toolset i need to compile it but there are no instructions included with it.
I am talking about this operating system: http://www.rangos.de/

-Thanks in advance
You are going to need something called "Cygwin". Install at the least make, bash, unzip, gcc. Now open a Cygwin shell and do "mkdir lifeos;cd lifeos" (no quotes and exact), extract the archive using "unzip os-archive" (no quotes, os-archive replaced with the path to the OS source code). cd into the directory using cd <directory>, where <directory> is the directory that was extracted. Now do a make.
Last edited by imate900 on Sun Apr 26, 2009 12:30 pm, edited 2 times in total.
Current work on a OS: SauOS (project homepage: http://code.google.com/p/sauos/)
Image
tera4d
Member
Member
Posts: 37
Joined: Sun Apr 26, 2009 11:22 am

Re: Compiling

Post by tera4d »

Thank you very much im going to try it right away.

EDIT:
Well. it worked until i got a error that it could not find shell/font.c after some searching it appears not to be included :shock:
Does someone else has a copy of this open source os which has the file included?
jal
Member
Member
Posts: 1385
Joined: Wed Oct 31, 2007 9:09 am

Re: Compiling

Post by jal »

tera4d wrote:Does someone else has a copy of this open source os which has the file included?
No, but you could try to contact the author, of course. Although he seems a bit of a shady character, hacking into CIA sites.


JAL
Post Reply