This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Porting
- To: deepakc at zxmail dot com
- Subject: Re: Porting
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Thu, 6 Jul 2000 21:14:11 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <FF2E85D46133D3119868006008AC26483A56CE@MAIL1>
> At the risk of sounding stupid....
It doesn't sound stupid, it sounds off-topic. This is a list where
people report bugs, not one where the ask for help.
> I am trying to port the compiler to a new arch..
Is there any chance that you are doing it for a course project? You
wouldn't be the first one this week...
> Where could I find some help and resources regarding
> porting (other than the GCC manuals).Preferably something
> which gives a deep technical insight into GCC data structures
> and working.
The manual *is* the place where such information is documented. Which
specific information did you expect to find but didn't?
> A description of the source tree would also help.
What directory or file is not clear to you? To my knowledge, such
description does not exist, so you'll have to ask specific questions,
or figure it out yourself.
Regards,
Martin