Giant executables.. what am I doing wrong?
Michiel Buddingh'
ajuin+mail@stack.nl
Mon Oct 14 18:50:00 GMT 2002
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
More information about the Gcc-help
mailing list