This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi expert,
My customer has encountered an issue of build the same project but get different .out or .hex output on different PCs. This issue is posted here:
I have reached to the compiler team and finally we get to a conclusion that SYSBIOS causes the difference directly. This can be seen from both project folder comparison (pic 1) and .map file comparison (pic 2) on these two PCs.
pic 1: We find different sysbios related obj file in project folder itself on different PCs.
pic 2: Bios_Cfg.obj linked differently here.
Could you help on this?
Thanks
Sheldon
PS:
They are using bios_6_73_01_01.
For more information on build console information and .out file etc. Please reach to me through email.
Thanks
Sheldon
Hi Sheldon,
I expect they are using different versions of the compiler or XDCtools. Can you confirm these are the same? If they are, please compare the full build output for both builds. Hopefully an obvious difference will pop-out.
Todd
Additionally, since directory names are stored in the .out, there will be differences if the images are built in different locations.
Hi Sheldon,
Yes, that is how to configure the different versions. Did you compare the full build output between the two laptops?
Sidenote: you should only have SYS/BIOS or TI-RTOS, not both. I'd recommend you use SYS/BIOS since you are using a F2838x device. For more details look at: https://e2e.ti.com/support/processors/f/791/t/820708
Todd