Hi experts,
My client is experiencing a strange phenomenon.
[Question]
Could you please let me know if there is any solution to the following problematic phenomenon?
[PROBLEM]
The project is built in the same environment using two PCs, but there is a difference in behavior after the project is written.
The difference is only in the OS version of the PCs.
[Details]
- There is a difference in the OS version of the PCs(PC1=Windows10pro 22H2, PC2=Windows10pro 21H2)
- No difference in CCS: 10.1.1.00004
- No difference in Compiler: TI v20.2.1LTS
- There is no difference between the compiler and linker settings (Summary of flag set).
- No difference in source code
- Export the OK project from PC1, import it to PC2, and build it, and the result is NG.
Export the NG project of PC2, import it to PC1, and build it, and the result is OK. - There is a difference in the file after using "Code Generation Tools XML Processing Utilities" and entering the .out file.
There is a difference in the .map file.
"HOLE-- [fill = 0]" increased by 8Byte in both .text and .cinit area.
In addition, the order of each .obj in the .text area is different.
Best regards,
O.H