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 is directory src/sysbios for?

Other Parts Discussed in Thread: SYSBIOS

Hi

We are running CCS 5.4 and SYS/BIOS 6.35.1.29.  We have rearranged the files in one of our projects and noticied that the tools are now creating a new directory 'src/sysbios' in the project directory.  This directory contains sysbios.ae66.

What has caused this directory to be generated when it wasn't before?

I assume that I can exclude it from version control. Am I correct?

Best regards

David

  • David,
    when you set BIOS.libType to BIOS.LybType_Custom or BIOS.LibType_Debug, SYS/BIOS modules are built on-the-fly and the object files and the resulting library are located in src/sysbios.

    Yes, you can exclude that directory from version control. All the files in there are generated.