Related articles |
---|
Compiler bootstrapping and the standard header files codevisio@gmail.com (2020-03-19) |
Re: Compiler bootstrapping and the standard header files DrDiettrich1@netscape.net (Hans-Peter Diettrich) (2020-03-20) |
Re: Compiler bootstrapping and the standard header files auriocus@gmx.de (Christian Gollwitzer) (2020-03-20) |
Re: Compiler bootstrapping and the standard header files christopher.f.clark@compiler-resources.com (Christopher F Clark) (2020-03-20) |
Re: Compiler bootstrapping and the standard header files codevisio@gmail.com (cvo) (2020-03-20) |
Re: Compiler bootstrapping and the standard header files gah4@u.washington.edu (2020-03-21) |
Re: Compiler bootstrapping and the standard header files DrDiettrich1@netscape.net (Hans-Peter Diettrich) (2020-03-22) |
[2 later articles] |
From: | codevisio@gmail.com |
Newsgroups: | comp.compilers |
Date: | Thu, 19 Mar 2020 05:40:47 -0700 (PDT) |
Organization: | Compilers Central |
Injection-Info: | gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="94501"; mail-complaints-to="abuse@iecc.com" |
Keywords: | practice, question |
Posted-Date: | 19 Mar 2020 17:45:14 EDT |
Hi,
newbie here.
I've been going through come compiler sources available online and study
them, in particular C compilers.
Since all of them implement the C standards headers, my assumption was that
during the development of the compiler I cannot use the the standard headers
coming from the host environment & C compiler, but instead I have to use my
own standard headers I created for my compiler.
However, this does not seem to be case while I look at the makefile of those
online compiler sources.
Am I wrong? Some explanation about that it is much appreciated.
Thanks
Return to the
comp.compilers page.
Search the
comp.compilers archives again.