Quote:
Originally Posted by twobob
Original toolchain
and the latest one:
Code:
Module Size Used by
binfmt_misc 8424 0
different sizes so definitely different files..
Hmm... err.. tomorrow.
|
That can be misleading, checking the over-all size of the file.
Use the binutils tools to isolate just the .text section of each and compare them.
(or, just dump the section headers, which list the sizes, and check those for size differences).
If you changed gcc versions between the two shown above, then yes, there should be size differences. Even with the same options and post-compile processing.