Hi community,
I rebuild sysbios with no change. When i compare bios and rebuild-bios directory, there are a lot of diferences. For example inside of "..\packages\ti\bios\package\build.cfg";
in the original "pkg.build.libraries[]" & "pkg.build.libDesc[]" have some members inside.
in the rebuild-project "pkg.build.libraries[]" & "pkg.build.libDesc[]" have no member inside.
There are my steps for compile SYSBIOS:
1- cd ti/bios_6_37_03_30
2- make -f bios.mak XDC_INSTALL_DIR=/home/srt/ti/xdctools_3_25_06_96 clean
3- make -f bios.mak XDC_INSTALL_DIR=/home/srt/ti/xdctools_3_25_06_96
4- make -f bios.mak XDC_INSTALL_DIR=/home/srt/ti/xdctools_3_25_06_96 DESTDIR=/home/srt/ti/rebuilt-sysbios install-packages
I want to rebuild SYSBIOS with exactly same outputs, but i cant. How can i get the exactly same files?
Best Regards,
Srt