OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 8:38 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Questions about Hosted GCC Compiler
PostPosted: Tue Nov 21, 2017 11:55 am 
Offline
Member
Member

Joined: Wed Nov 01, 2017 7:41 pm
Posts: 35
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! :D :D :D

_________________
OS Development is awesome!

|AetherOS Project|


Top
 Profile  
 
 Post subject: Re: Questions about Hosted GCC Compiler
PostPosted: Wed Nov 22, 2017 6:14 pm 
Offline
Member
Member

Joined: Sat Oct 16, 2010 3:38 pm
Posts: 587
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! :D :D :D


1. Yes, you now use the hosted compiler (i686-aetheros) to build your OS.
2. Yes, you need a separate build for each architecture (and x86_64 is a different architecture).


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: Bing [Bot] and 62 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group