Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
Environment:
- CCS 7.3
- XDCtools 3.50
- SYSBIOS 6.50
I created an custom RTSC platform based on the what's generated by CCS Wizard. The Package is named team.platforms.board0, then the Platform module is named team.platforms.board0.Platform.
The whole RTSC platform (which is also a package) is located inside my repository, whose root has the 'eclipse' directory and has been added into CCS as a RTSC Product.
In this case, CCS automatically adds an environmen variable for my RTSC repo path in my RTSC project. So it should find my custom platform in CCS project properties page(XDC tab). But I can only see the platforms from TI, like ti.platforms.evm6678, in the drop-down list.
If I manually type in my RTSC Platform package name(team.platforms.board0), my project compilation is going well.
If I manually add an extra path to the location of directory '${myRepoRoot}/team/platforms', then the CCS can display my custom platform inside the drop-down list along with those from TI.
So I guess it's because the CCS doesn't search platforms recursively for now. Am I correct? Any chances that CCS will search better in next release?





