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.

What's the purpose of this package: ti\bios\support?

Other Parts Discussed in Thread: SYSBIOS

Hi Talents,

In the package of SYSBIOS, there is a package named ti.bios.support, what's its purpose? I currently intend to transform a DSPBIOS legacy project to SYSBIOS, but during the configuration script build process, an error reported as "Library not found: ti.bios.support.a64P", so it let's me notice this package... The SYSBIOS version on my side is 6_35_01_29, i could not find the library directory inside it. So i check the previous version of SYSBIOS like 6_33_04_39, there exists a directory named "lib" within "support" directory. For eliminating the error, i just copy the "lib" directory to the 6_35_01_29 version, then the cfg build could be finished. But it seems not a good way since there are big difference between these two versions. Any ideas? Is there truly missing some directories under 6_35_01_29? 

Thanks.

Allen

  • Allen,

    Yes, unfortunately that support library is missing in that 6_35_01_29 release.  This was discovered recently, a bug report was filed, and the fix has been implemented.  

    A new SYS/BIOS release (6_35_02_??) is planned for late next week that includes this support library again.  You’ll be able to download it from this site: http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/index.html

    Scott

  • Hi Scott,

    Thanks, i got it.

    Allen