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.

TMDSLCDK6748: Audio Loopback example

Part Number: TMDSLCDK6748
Other Parts Discussed in Thread: OMAPL138, , CCSTUDIO

I am getting stuck trying to get an RTOS example built.  In this MCASP example:https://software-dl.ti.com/processor-sdk-rtos/esd/docs/06_03_00_106/rtos/index_device_drv.html#id192 

I get the following error when running pdkProjectCreate.bat C6748

C:\ti\processor_sdk_rtos_omapl138_6_03_00_106\packages>pdkProjectCreate.bat C6748
=========================================================================
Configuration:
   SOC             :   C6748
   BOARD           :   all
   ENDIAN          :   little
   MODULE          :   all
   PROJECT_TYPE    :   all
   PROCESSOR       :   arm
   PDK_SHORT_NAME  :   C:\ti\PROCES~1\packages\
=========================================================================
Checking Configuration...
ERROR: The C6748 soc does not contain an arm processor
Exiting...
=========================================================================

I am attempting to build the loopback example for the TMDSLCDK6748

Thanks

  • Also, this is how I have the windows environment set up when I get this error:

            cd C:\ti\processor_sdk_rtos_omapl138_6_03_00_106
            set SDK_INSTALL_PATH = C:\ti\ccsv7
            set TOOLS_INSTALL_PATH = C:\ti
            setupenv.bat
            
            cd packages
            gmake all

  • Please use the following command for generating the projects:

    pdkProjectCreate.bat C6748 all little all all dsp

    Also, note that you seem to be using ccsv7 but the recommended version of CCS for Processor SDK 6.03 seems to be 9.01 so make sure you are setting the correct CCS path else you may run into other path related issues.

    Regards,

    Rahul 

  • I have installed CCS V9.01 as recommended.  Hhowever, I am still getting path issues.  Here is my script and output:

            cd C:\ti\processor_sdk_rtos_omapl138_6_03_00_106
            set SDK_INSTALL_PATH = C:\ti\ccsv901
            set TOOLS_INSTALL_PATH = C:\ti
            setupenv.bat
            
            cd packages
            gmake all

    This runs seemingly without error.  This is the sticky wicket, it has about 40 cannot find the path specified errors:

    C:\ti\processor_sdk_rtos_omapl138_6_03_00_106\packages>pdkProjectCreate.bat C6748 all little all all dsp
    =========================================================================
    Configuration:
       SOC             :   C6748
       BOARD           :   all
       ENDIAN          :   little
       MODULE          :   all
       PROJECT_TYPE    :   all
       PROCESSOR       :   dsp
       PDK_SHORT_NAME  :   C:\ti\PROCES~1\packages\
    =========================================================================
    Checking Configuration...
    Complete
    =========================================================================
       PDK_PARTNO         : OMAPL138
       PDK_ECLIPSE_ID     : com.ti.pdk.omapl138
       RTSC_PLATFORM_NAME : ti.platforms.evmOMAPL138
       RTSC_TARGET        : ti.targets.elf.C674
       CCS_DEVICE         : "com.ti.ccstudio.deviceModel.C6000.GenericC674xDevice"
    *****************************************************************************
    Detecting all projects in PDK and importing them in the workspace C:\ti\PROCES~1\packages\\MyExampleProjects
    Detected Test Project: EMAC_lcdkOMAPL138_C674xLoopback_testProject
    The system cannot find the path specified.
    Copying macros.ini
    The system cannot find the path specified.
            0 file(s) copied.
    Detected Test Project: GPIO_LedBlink_lcdkOMAPL138_c674xTestProject
    The system cannot find the path specified.
    Copying macros.ini
    The system cannot find the path specified.
            0 file(s) copied.

    ...

  • John,

    Sorry for the delay in getting back to you on this issue. From your log, it appears that the script is not able to locate your CCS and associated utilities to run the script. The script is designed such that it will pick up users custom install environment and set the project accordingly. 

    To help with this I have recorded by setup environment using three short video. 

    1. Setup CCS environment

    2. Setup SDK and run pdkProjectCreate 

    3. Import and build the example

    Please review and let me know if this helps.

    Regards,

    Rahul