Re: [Q for GCC] : how to porting gcc to new target?

fjh@cs.mu.OZ.AU (Fergus Henderson)
16 Aug 2001 23:50:08 -0400

          From comp.compilers

Related articles
[Q for GCC] : how to porting gcc to new target? tasi@emc.com.tw (tasi@emc) (2001-08-15)
Re: [Q for GCC] : how to porting gcc to new target? dosreis@cmla.ens-cachan.fr (Gabriel Dos Reis) (2001-08-16)
Re: [Q for GCC] : how to porting gcc to new target? loewis@informatik.hu-berlin.de (Martin von Loewis) (2001-08-16)
Re: [Q for GCC] : how to porting gcc to new target? fjh@cs.mu.OZ.AU (2001-08-16)
Re: [Q for GCC] : how to porting gcc to new target? beroset@mindspring.com (2001-08-16)
| List of all articles for this month |

From: fjh@cs.mu.OZ.AU (Fergus Henderson)
Newsgroups: comp.compilers
Date: 16 Aug 2001 23:50:08 -0400
Organization: Computer Science, University of Melbourne
References: 01-08-066
Keywords: GCC
Posted-Date: 16 Aug 2001 23:50:08 EDT

"tasi@emc" <tasi@emc.com.tw> writes:


>I am new user for gcc and I wonder how to porting the gcc to another target.
>For example,
>If I want a ARM gcc, where to get the first document? and what's my second?
>Actually, I wish to understand where can get the related document to porting
>gcc quickly!


Probably you're looking for "Porting GCC for dunces",
which is linked to from <http://gcc.gnu.org/readings.html>.


The GCC manual "Using and Porting GCC"
<http://gcc.gnu.org/onlinedocs/gcc.html>, also has a lot of useful
information, in particular the following sections:


RTL Representation
Machine Descriptions
Target Description Macros
The Configuration File
Makefile Fragments


Finally, make sure you read the links under the "Development" section of
<http://gcc.gnu.org>.
--
Fergus Henderson <fjh@cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.