From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8876 invoked by alias); 14 Nov 2001 09:00:45 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 8738 invoked from network); 14 Nov 2001 09:00:28 -0000 Received: from unknown (HELO tele-post-20.mail.demon.net) (194.217.242.20) by sourceware.cygnus.com with SMTP; 14 Nov 2001 09:00:28 -0000 Received: from mailgate.softwire.co.uk ([62.49.203.138] helo=polarbear) by tele-post-20.mail.demon.net with esmtp (Exim 2.12 #2) id 163vuC-000NJn-0K; Wed, 14 Nov 2001 09:00:24 +0000 From: "Rupert Wood" To: "'Dr. Russ Duren'" Cc: Subject: RE: Porting Gcc to New Processors Date: Sat, 03 Nov 2001 12:37:00 -0000 Message-ID: <616BE6A276E3714788D2AC35C40CD18D11FD2B@whale.softwire.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <5.1.0.14.0.20011113120159.02b57f90@monterey.nps.navy.mil> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-SW-Source: 2001-11/txt/msg00029.txt.bz2 Dr. Russ Duren wrote: > After spending a hour looking through the online documentation, > "Using and Porting the GNU Compiler Collection (GCC)," I am left > with the following questions: : > 2. Does anyone know of a more user-friendly porting document? At the top of http://gcc.gnu.org/readings.html there's Hans-Peter Nilsson's "Porting GCC for Dunces" - based, I think, on an old thesis about porting GCC to the CRIS processor. I looked at this a while ago and my impression was that it gave a good overview with a few sketch details. You'll find yourself referring back to the GCC manual before long, though. Hope that helps, Rup.