So, I create with success mah compiler targeting for mah OS. So I have some questions about it.
1. Now I have to compile my OS using this compiler or still using the i686-elf compiler?
2. How to compile to x86_64? I need to rebuild the compiler? Bcs the compiler I generated all binaries are i686-aetheros-*.
That's it, thx in advance guys!
Questions about Hosted GCC Compiler
Questions about Hosted GCC Compiler
OS Development is awesome!
|AetherOS Project|
|AetherOS Project|
Re: Questions about Hosted GCC Compiler
1. Yes, you now use the hosted compiler (i686-aetheros) to build your OS.AwfulMint wrote:So, I create with success mah compiler targeting for mah OS. So I have some questions about it.
1. Now I have to compile my OS using this compiler or still using the i686-elf compiler?
2. How to compile to x86_64? I need to rebuild the compiler? Bcs the compiler I generated all binaries are i686-aetheros-*.
That's it, thx in advance guys!
2. Yes, you need a separate build for each architecture (and x86_64 is a different architecture).