Quantcast
Channel: Embedded Software (Read Only)
Viewing all articles
Browse latest Browse all 25965

Forum Post: RE: How to troubleshoot unresolved ti_sysbios_* symbols link errors?

$
0
0

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
  1. Check-out source from svn using TortoiseSvn or command line:
    • svn co https://fesscm.fescorp.com:8443/svn/MDP/trunk/ C:/projects/MDP
  2. Open CCS and Import
    1. File->Import
      1. Code Composer Studio->Existing CCS Eclipse Projects
        • Select search-directory: C:\projects\MDP
        • Press Select All then Finish

Viewing all articles
Browse latest Browse all 25965

Trending Articles