More info: Binary built on different platforms with exact same tools different?

Rick Mann rmann@latencyzero.com
Tue Dec 18 01:05:00 GMT 2007


On Dec 17, 2007, at 4:59 PM, NightStrike wrote:

> Why would binaries on different platforms be identical?

The toolchain on each host platform is built with identical steps,  
from the same source distro, targetting an embedded Xscale processor.

The source code does not use any OS APIs, just some things in newlib  
(built as part of the toolchain).

The resulting binary should, in theory, be identical, regardless of  
the host platform.


-- 
Rick



More information about the Gcc-help mailing list