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.

porting TI example from CCS 4 to CCS 6.1

Today receive C5535 TI's evaluation module with CCS 4.x setup The attached simple example (led application) work completely.

 

Now I try to run same project on CCS 6.1 Failed - the error is :

"Referenced project 'ezdsp5535bsl' does not exist in the workspace. Project 'led' may not build as expected."

 

 

How can I fix a problem and porting TI example from CCS 4 to CCS 6.1

  • Hi
    Please see if the following wiki helps
    processors.wiki.ti.com/.../DSP_in_CCS6_and_Run_C55xx_CSL_examples



    You can look at additional examples on various c55x boards here
    http://www.ti.com/tool/sprc133

    Additionally in coming weeks we will have an updated release of CSL (CSL v3.06), that will natively have support for CCSv6.

    Regards
    Mukul
  • Hi Mukul,

    I have the same issue so I applied the procedure :

    processors.wiki.ti.com/.../DSP_in_CCS6_and_Run_C55xx_CSL_examples

    but after that I got the messge below in console when I imported led project from CCS V4 this path  C:\Program Files (x86)\Texas Instruments\ccsv4\emulation\boards\ezdsp5535_v1\tests\led  to CSS V6. I tried it several times with previous delete of led Project on CCS V6 but got the same.

    **** Build Finished ****
    Buildfile generation error occurred..
    Referenced project 'ezdsp5535bsl' does not exist in the workspace. Project 'led' may not build as expected.
    Build stopped..

    besides I got these error messages in Problems Tab: 

    Description Resource Path Location Type
    C:\Users\AGUSTIN\user\CCSTargetConfigurations\C5535ezdsp.ccxml (El sistema no puede encontrar el archivo especificado) in file C:/Users/AGUSTIN/user/CCSTargetConfigurations/C5535ezdsp.ccxml C5535ezdsp.ccxml /led line 0 Problem
    C:\Users\AGUSTIN\user\CCSTargetConfigurations\C5535EZDSP.ccxml (El sistema no puede encontrar el archivo especificado) in file C:/Users/AGUSTIN/user/CCSTargetConfigurations/C5535EZDSP.ccxml C5535EZDSP.ccxml /led line 0 Problem
    C:\Users\AGUSTIN\user\CCSTargetConfigurations\C5535ezdsp1.ccxml (El sistema no puede encontrar el archivo especificado) in file C:/Users/AGUSTIN/user/CCSTargetConfigurations/C5535ezdsp1.ccxml C5535ezdsp1.ccxml /led line 0 Problem
    C:\Users\AGUSTIN\user\CCSTargetConfigurations\c5535ezdsp2.ccxml (El sistema no puede encontrar el archivo especificado) in file C:/Users/AGUSTIN/user/CCSTargetConfigurations/c5535ezdsp2.ccxml c5535ezdsp2.ccxml /led line 0 Problem
    C:\Users\AGUSTIN\user\CCSTargetConfigurations\C5535ZDSP.ccxml (El sistema no puede encontrar el archivo especificado) in file C:/Users/AGUSTIN/user/CCSTargetConfigurations/C5535ZDSP.ccxml C5535ZDSP.ccxml /led line 0 Problem
    C:\Users\AGUSTIN\user\CCSTargetConfigurations\testled.ccxml (El sistema no puede encontrar el archivo especificado) in file C:/Users/AGUSTIN/user/CCSTargetConfigurations/testled.ccxml testled.ccxml /led line 0 Problem
    C:\Users\AGUSTIN\user\CCSTargetConfigurations\TestLed.ccxml (El sistema no puede encontrar el archivo especificado) in file C:/Users/AGUSTIN/user/CCSTargetConfigurations/TestLed.ccxml TestLed.ccxml /led line 0 Problem
    C:\Users\AGUSTIN\user\CCSTargetConfigurations\TestLed1.ccxml (El sistema no puede encontrar el archivo especificado) in file C:/Users/AGUSTIN/user/CCSTargetConfigurations/TestLed1.ccxml TestLed1.ccxml /led line 0 Problem
    C:\Users\AGUSTIN\user\CCSTargetConfigurations\testled2.ccxml (El sistema no puede encontrar el archivo especificado) in file C:/Users/AGUSTIN/user/CCSTargetConfigurations/testled2.ccxml testled2.ccxml /led line 0 Problem
    Referenced project 'ezdsp5535bsl' does not exist in the workspace. Project 'led' may not build as expected. led led Problems

    Note all *.ccxml files were created when I tried to run led project in CCS V4 (it was unsuccessful so I upgraded to CSS V6)

    and got these warnings also:

    Description Resource Path Location Type
    Invalid project path: Include path not found (C:\Users\AGUSTIN\Agus\Diskold_1\Acr\DSP\CCSV6\c55xx_csl\inc). led pathentry Path Entry Problem
    Invalid project path: Include path not found (C:\Users\AGUSTIN\Agus\Diskold_1\Acr\DSP\CCSV6\include). led pathentry Path Entry Problem
    Invalid project path: Referenced project is not accessible. led pathentry Path Entry Problem
    This project contains unresolved buildable linked resources. It might not build as expected. led project Problems
    This project was created using a version of compiler that is not currently installed: 4.3.8 [C5500]. Another version of the compiler will be used during build: 4.4.1. Go to 'Help > Check for Updates' page to check for updates and visit <a href="liveaction:OpenAppCenter">CCS App Center</a> to get the latest compilers. Go to 'Help > Install New Software...' to install older compilers. Alternatively, migrate the project to one of the available compiler versions by adjusting project properties. led properties Problems

    Can you please help me on this ?

    Regards

    Agustin

  • Hi,

    Similar issues were discussed and resolved in the below forum posts. Hope this helps.

    http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/298535/1041261#1041261

     

    http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/464331/1671161#pi316318=2

     

    http://e2e.ti.com/support/dsp/c5000/f/109/p/271293/947929#947929

    Let us know incase if you are still have issues even after going through the above..

    Regards

     Vasanth