From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13727 invoked by alias); 17 Jun 2002 08:57:40 -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 13665 invoked from network); 17 Jun 2002 08:57:37 -0000 Received: from unknown (HELO executor.cambridge.redhat.com) (195.224.55.237) by sources.redhat.com with SMTP; 17 Jun 2002 08:57:37 -0000 Received: from cuddles.cambridge.redhat.com (vpn50-1.rdu.redhat.com [172.16.50.1]) by executor.cambridge.redhat.com (Postfix) with ESMTP id 1B650ABB7D; Mon, 17 Jun 2002 09:57:35 +0100 (BST) Received: (from aph@localhost) by cuddles.cambridge.redhat.com (8.11.6/8.11.0) id g5H8vXN02629; Mon, 17 Jun 2002 09:57:33 +0100 X-Authentication-Warning: cuddles.cambridge.redhat.com: aph set sender to aph@cambridge.redhat.com using -f From: Andrew Haley MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15629.42109.739113.912962@cuddles.cambridge.redhat.com> Date: Mon, 17 Jun 2002 01:57:00 -0000 To: Mark Butcher Cc: gcc-help , gcc Subject: Tutorial 3 In-Reply-To: <200206161840_MC3-1-294-7AE@compuserve.com> References: <200206161840_MC3-1-294-7AE@compuserve.com> X-SW-Source: 2002-06/txt/msg00140.txt.bz2 Mark Butcher writes: > Hi All > > Here an update of my weary journey from innocent and gullable PC user to > hardened, grey-haired GCC cross-compiler guru. Actually the journey > probably has not yet reached further than the end of the garden path and I > must still be making some kind of beginners errors - but its hope that > drives me on. > > [The error is because the linker doesn't find "crt0.o"] > > > > So maybe some path is not set up correctly ? It looks to me like you don't have a C library. gcc is just a compiler. There's a C library at http://sources.redhat.com/newlib/. Andrew.