newlib build paths included, causing loss of build reproducibility across build OSs (IDFGH-13355) #14267
Closed
3 tasks done
Labels
Resolution: NA
Issue resolution is unavailable
Status: Done
Issue is done internally
Type: Bug
bugs in IDF
Answers checklist.
IDF version.
v5.1.2
Operating System used.
Windows
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
CMD
What is the expected behavior?
When building same application with same sources and same tool versions, output binaries should match, even if the build OS is different.
What is the actual behavior?
Some paths seem to be captured when building newlib, which will then be present in the application's .bin file.
Steps to reproduce.
idf.py build
Build or installation Logs.
No response
More Information.
I saw the documentation stated "Versions of the build tools (CMake, Ninja) and the cross-compiler" may cause differences, but this seems unrelated to that. Here is the first difference in HXD:
The text was updated successfully, but these errors were encountered: