Page 1 of 1

Cannot Compile

Posted: Wed Jul 23, 2014 7:38 am
by EgeO
Hello, I was curious about compiling a kernel. But I didn't have any idea about Assesmbly language. Yesterday I saw they were coded already on the wiki then I decided to try it out. However it seems I can't even pass first stage. I don't know how to compile gcc for cross-platform. I'm using Arch Linux, I already have GCC installed on my system but I can't find commands given in bare bones page. Thanks All !

Re: Cannot Compile

Posted: Wed Jul 23, 2014 7:56 am
by Combuster
I don't know how to compile gcc for cross-platform.
There's a link, or rather, four of them on that page. Click it :wink:

Re: Cannot Compile

Posted: Wed Jul 23, 2014 8:14 am
by iansjack
Hello, I was curious about compiling a kernel. But I didn't have any idea about Assesmbly language.
I think we have to be realistic here. If you have no idea about assembly language then you are bound for disappointment. I would advise that you correct that first; learn how to write simple assembler programs and read and try and understand the basics of the x86 architecture from the Intel Programmer's Manuals. Until you do that I see little point in trying to write and compile a kernel, even a simple one.

Re: Cannot Compile

Posted: Wed Jul 23, 2014 8:16 am
by EgeO
Okay thanks anyways. I'll try to learn it a bit.