From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12847 invoked by alias); 15 Oct 2002 01:50:01 -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 12830 invoked from network); 15 Oct 2002 01:50:00 -0000 Received: from unknown (HELO mailhost.stack.nl) (131.155.140.140) by sources.redhat.com with SMTP; 15 Oct 2002 01:50:00 -0000 Received: from turtle.stack.nl (turtle.stack.nl [2001:610:1108:5010:202:b3ff:fe17:a070]) by mailhost.stack.nl (Postfix) with ESMTP id 5D76FA3012 for ; Tue, 15 Oct 2002 03:49:59 +0200 (CEST) Received: by turtle.stack.nl (Postfix, from userid 1663) id 3F33B2E; Tue, 15 Oct 2002 03:49:59 +0200 (CEST) Date: Mon, 14 Oct 2002 18:50:00 -0000 From: Michiel Buddingh' To: gcc-help@gcc.gnu.org Subject: Re: Giant executables.. what am I doing wrong? Message-ID: <20021015014958.GA36140@stack.nl> References: <20021014234939.GA35014@stack.nl> <003d01c273de$f0768bb0$0100a8c0@windows9q3yn19> <20021015002144.GA35401@stack.nl> <004d01c273e2$af2f48f0$0100a8c0@windows9q3yn19> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <004d01c273e2$af2f48f0$0100a8c0@windows9q3yn19> User-Agent: Mutt/1.4i X-SW-Source: 2002-10/txt/msg00178.txt.bz2 On Mon, Oct 14, 2002 at 08:34:55PM -0400, Joshua Nye wrote: > Sounds like you might need a smaller C library then. Check out > newlib or some other library and see if that fits your problem. > I'm not that familiar with shrinking the C library. =) Although newlib does look interesting, I doubt the problem lies with the C library. Unless I'm mistaken, system calls should have little to do with the C library, as the program calls the kernel directly. This supports my suspicion that gcc is linking in a lot of stuff I could do without. -- -- Michiel