I'm using the toolchain from arm-2007q3, with gcc version 4.2.1 :
---------------------------------------------------------------------------
ashok@ashok-desktop:/opt/arm-2007q3/arm-none-linux-gnueabi/bin$ ./gcc --version
gcc (CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
---------------------------------------------------------------------------
Thanks & Regards
Ashok
-----Original Message-----
From: Vaughn Clinton [mailto:vclinton@xxxxxxx]
Sent: Mon 10/11/2010 7:14 PM
To: Ashok Babu shanmugam (WT01 - Technology)
Subject: RE: Kernel Image Size and Build Machine
What's the compiler versions for both environments?
Subject: Kernel Image Size and Build Machine
Date: Mon, 11 Oct 2010 18:40:31 +0530
From: ashok.shanmugam@xxxxxxxxx
To: kernelnewbies@xxxxxxxxxxxx
Hi All,
When I cross compile the kernel for ARM, the final uImage size for the same source varies on two different PC's.
The same toolchain is used in both PC's.
The uImage size built from Ubuntu 9.10 is 2.79 MB and from Ubuntu 8.04 is 4.78 MB.
Can any please let me know, why there is so much difference in the uImage size ?
I believe, It should give the same size from the same toolchain irrespective of the build PC.
Thanks & Regards
Ashok