This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Giant executables.. what am I doing wrong?
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