avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [avr-gcc-list] Cygwin GCC build cc1.exe file size


From: Weddington, Eric
Subject: RE: [avr-gcc-list] Cygwin GCC build cc1.exe file size
Date: Tue, 15 Jan 2008 18:36:16 -0700

 

> -----Original Message-----
> From: 
> address@hidden 
> [mailto:address@hidden
> org] On Behalf Of Andrew Hutchinson
> Sent: Tuesday, January 15, 2008 6:13 PM
> To: address@hidden
> Subject: [avr-gcc-list] Cygwin GCC build cc1.exe file size
> 
> My build of gcc under windows (cygwin)  give file size for 
> cc1.exe  of 22MB
> 
> Winavr is much smaller (200K).
> 
> Is this normal or do I need to strip files?

Yes, it is normal, in that debugging info is normally included in the
executable. Yes, use strip to strip the executable to make it smaller.
 
BTW, I have posted the patches, on the WinAVR CVS repository, that I use
to build the toolchain using MinGW/MSYS. That way the executables aren't
linked to the Cygwin DLL.

Eric Weddington





reply via email to

[Prev in Thread] Current Thread [Next in Thread]