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.

CCS/TMS320C5505: Problem related to compile the code

Part Number: TMS320C5505

Tool/software: Code Composer Studio

I am new in DSP Processor to evaluate the same I have purchased TMS320C5505 EZDSP. After installation CCS Version: 4.1.3.00034 I have evaluated the Sample program received along with evaluation kit. All are working properly. To access more example I have accessed example program in CCS folder (C:\Program Files\Texas Instruments\ccsv4\emulation\boards\usbstk5505_v2\c55xx_csl\ccs_v4.0_examples when I have select UART example and compile the same CCS generating error The current directory is invalid. The current directory is invalid.

C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [csl_uart_intc_example.obj] Error 1

C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors. Please inform the solution. Please also inform the book or starting code example by them I can evaluate basic working of Peripherals and configuration of TMS320C5505 DSP Processor. Please also inform the link or material so that I can master on that DSP Processor & Code Composer Studio.

Thanks

With Best regards

Manish Kothari

  • Hi Manish,

    Seems you are using very old environment shipped in the box - Code Composer Studio and C55x Chip Support Libraries (CSL) versions.

    Download the last CCS release at:

    and C55x Chip Support Libraries (CSL) at:



    BR
    Tsvetolin Shulev

  • Dear Tsvetolin Shulev
    Thanks for information I will follow your instruction in case of any problem I will getback to you
    With Best regards
    Manish Kothari
  • This does not resolve my issue. After installing latest Version: 8.0.0.00016 of Software and C55X Chisp Support Libraries (CSL) and when I access C:\ti\c55_lp\c55_csl_3.08\ccs_v6.x_examples\uart and import the project for compilation errors are occured : **** Build Finished ****
    Buildfile generation error occurred.. Referenced project 'C55XXCSL_LP' does not exist in the workspace. Project 'CSL_UART_IntExample' may not build as expected. Build stopped.. Please guide me how to resolve this issue to compile and run the example code. And when we are importing C:\Program Files (x86)\Texas Instruments\ccsv4\emulation\boards\usbstk5505_v2\tests program provided by software disk come along with TMS320C5505 eZDSP Stick following error are generated at the time of compilation
    **** Clean-only build of configuration Debug for project 5505_eZdsp_demo ****

    "C:\\ti\\ccsv8\\utils\\bin\\gmake" -k clean

    DEL /F "5505_eZdsp_demo.out"
    DEL /F ".\aic3204.obj" ".\dma.obj" ".\i2s.obj" ".\main.obj" ".\rtc.obj" ".\timer.obj" ".\vector.obj"
    DEL /F ".\vector.pp"
    DEL /F ".\aic3204.pp" ".\dma.pp" ".\i2s.pp" ".\main.pp" ".\rtc.pp" ".\timer.pp"

    Could Not Find C:\Program Files (x86)\Texas Instruments\ccsv4\emulation\boards\usbstk5505_v2\tests\5505_eZdsp_demo\5505_eZdsp_demo\Debug\5505_eZdsp_demo.out
    Could Not Find C:\Program Files (x86)\Texas Instruments\ccsv4\emulation\boards\usbstk5505_v2\tests\5505_eZdsp_demo\5505_eZdsp_demo\Debug\aic3204.obj
    Could Not Find C:\Program Files (x86)\Texas Instruments\ccsv4\emulation\boards\usbstk5505_v2\tests\5505_eZdsp_demo\5505_eZdsp_demo\Debug\vector.pp
    Could Not Find C:\Program Files (x86)\Texas Instruments\ccsv4\emulation\boards\usbstk5505_v2\tests\5505_eZdsp_demo\5505_eZdsp_demo\Debug\aic3204.pp

    **** Build Finished ****
    And to configure the TMS302C5505 eZDSP Stick as a target no such boards device option is available in the latest software.
  • Manish,

    Pay attention on the "Referenced project 'C55XXCSL_LP' does not exist in the workspace" message.
    Could you check whether C55XXCSL_LP presents in the workspace. I suspect it is not present. Therefore add it which is necessary to build CSL examples.

    BR
    Tsvetolin Shulev
  • Dear Tsvetolin Shulev

    After adding of C55XXCSL_LP in workspace Problem has been resolved. Thanks for your kind guidance & support. Please also inform How to get output file in .bin format rather than .out

    With Best regards

    Manish Kothari