After changing the way I check-out code from Subversion, I am down to errors in the configuration project:
Errors (2 item)
can't locate the package 'ti.sysbios.rts' along the path: 'C:/ti/bios_6_35_04_50/packages;C:/projects/integrate-efd-serial/rtscPlatforms;C:/ti/ccsv5/ccs_base;C:/ti/xdctools_3_25_04_88/packages;..;'. Ensure that the package path is set correctly. .xdchelp /selfTest_configuration line 162 C/C++ Problem
xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.sysbios.rts' along the path: 'C:/ti/bios_6_35_04_50/packages;C:/projects/integrate-efd-serial/rtscPlatforms;C:/ti/ccsv5/ccs_base;C:/projects/integrate-efd-serial/selfTest_configuration/.config/;C:\ti\xdctools_3_25_04_88\packages;'. Ensure that the package path is set correctly. app.cfg /selfTest_configuration Configuration Validation XDCTools Configuration Marker
I verified these folders exist:
C:\ti\bios_6_35_04_50 C:\ti\xdctools_3_25_04_88
Can anyone suggest what I should check?
I am giving up on using Eclipse Subversive for now. Importing from a SVN working directory seems more reliable.
Import CCS Project From Svn Working Directory
- As an Eclipse novice this approach seems to be less confusing than checking out from Eclipse.
- It also allows svn command line operations outside of Eclipse
- Check-out source from svn using TortoiseSvn or command line:
svn co https://fesscm.fescorp.com:8443/svn/MDP/trunk/ C:/projects/MDP
- Open CCS and Import
- File->Import
- Code Composer Studio->Existing CCS Eclipse Projects
- Select search-directory: C:\projects\MDP
- Press Select All then Finish
- Code Composer Studio->Existing CCS Eclipse Projects
- File->Import