This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Help for the starting of GCC compiler code!
- From: NhÆÌt TÃn NguyÃÌn <ntnguyen dot victory at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 4 Aug 2014 13:24:46 +0700
- Subject: Help for the starting of GCC compiler code!
- Authentication-results: sourceware.org; auth=none
Hi Administrator!
I'm a student and i have a practise about Linux compiler. The title
is: "How to GCC compiler work?" and give to teacher the structure.
By Google searching, i had the structure and executable rules in map
step by step.
Next, i downloaded the GCC source files in your server. But i couldn't
find "where will the code be started first?"
I mean: that is the "Main() function", when GCC is called, the Main()
function will be finded and executed first.
Can you tell me about the folder and files what i need?
I'm waiting for you!
Thank you very much!