Same compiler on different OS produces different binary
Bug #1762170 reported by
qmor
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNU Arm Embedded Toolchain |
Incomplete
|
Undecided
|
Przemyslaw Wirkus |
Bug Description
I've installed 6 2017-q2-update on linux and on windows. I've also got an eclipse project with embeded application. I've compiled that project in linux and in windows and the binaries sizes are the same, but code(binaries) is slightly different.
I'm developing flight software and sometimes i need to patch some pieces of working software without uploading full size software, because of that the same binaries generated on any platform are so important for me.
tags: | added: 2017q2 |
tags: | added: linux macos |
To post a comment you must log in.
Generate .map files for both, and compare them to locate the difference.