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/PROCESSOR-SDK-OMAPL137: omapl137

Part Number: PROCESSOR-SDK-OMAPL137
Other Parts Discussed in Thread: CCSTUDIO, OMAP-L137

Tool/software: Code Composer Studio

Following is the screen dump that I get when I try to run pdkCreateProject.bat for creating  test/example projects. I would appreciate if you could help me fix this problem.

Regards,

Abid Hussain

C:\ti\pdk_omapl137_1_0_9\packages>pdkprojectcreate.bat OMAPL137 all little uart all dsp
=========================================================================
Configuration:
   SOC             :   OMAPL137
   BOARD           :   all
   ENDIAN          :   little
   MODULE          :   uart
   PROJECT_TYPE    :   all
   PROCESSOR       :   dsp
   PDK_SHORT_NAME  :   C:\ti\pdk_omapl137_1_0_9\packages\
=========================================================================
Checking Configuration...
Complete
=========================================================================
   PDK_PARTNO         : OMAPL137
   PDK_ECLIPSE_ID     : com.ti.pdk.omapl137
   RTSC_PLATFORM_NAME : ti.platforms.evmOMAPL137
   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\pdk_omapl137_1_0_9\packages\\MyExampleProjects
Detected Test Project: UART_BasicExample_evmOMAPL137_c674xExampleProject
The system cannot find the path specified.
Copying macros.ini
The system cannot find the path specified.
        0 file(s) copied.
Detected Test Project: UART_BasicExample_evmOMAPL137_c674xDMATestProject
The system cannot find the path specified.
Copying macros.ini
The system cannot find the path specified.
        0 file(s) copied.
Detected Test Project: UART_BasicExample_evmOMAPL137_c674xTestProject
The system cannot find the path specified.
Copying macros.ini
The system cannot find the path specified.
        0 file(s) copied.
No projects detected
Project generation complete
*****************************************************************************

  • Hi,

    You need to run the pdksetupenv.bat script first.

    Best Regards,
    Yordan

  • Hi Yordan,

    Thanks for your advice and here is what I got  when I followed your instruction:

    C:\ti\pdk_omapl137_1_0_9\packages>pdksetupenv
    ***************************************************
    Environment Configuration:
    ***************************************************
    SDK_INSTALL_PATH : C:/ti
    GMAKE_INSTALL_PATH : C:/ti/xdctools_3_51_01_18_core
    RULES_MAKE : C:/ti/pdk_omapl137_1_0_9/packages/Rules.make
    ***************************************************

    C:\ti\pdk_omapl137_1_0_9\packages>pdkProjectCreate.bat OMAPL137 all little uart all dsp
    =========================================================================
    Configuration:
    SOC : OMAPL137
    BOARD : all
    ENDIAN : little
    MODULE : uart
    PROJECT_TYPE : all
    PROCESSOR : dsp
    PDK_SHORT_NAME : C:\ti\pdk_omapl137_1_0_9\packages\
    =========================================================================
    Checking Configuration...
    Complete
    =========================================================================
    PDK_PARTNO : OMAPL137
    PDK_ECLIPSE_ID : com.ti.pdk.omapl137
    RTSC_PLATFORM_NAME : ti.platforms.evmOMAPL137
    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\pdk_omapl137_1_0_9\packages\\MyExampleProjects
    Detected Test Project: UART_BasicExample_evmOMAPL137_c674xExampleProject
    The system cannot find the path specified.
    Copying macros.ini
    The system cannot find the path specified.
    0 file(s) copied.
    Detected Test Project: UART_BasicExample_evmOMAPL137_c674xDMATestProject
    The system cannot find the path specified.
    Copying macros.ini
    The system cannot find the path specified.
    0 file(s) copied.
    Detected Test Project: UART_BasicExample_evmOMAPL137_c674xTestProject
    The system cannot find the path specified.
    Copying macros.ini
    The system cannot find the path specified.
    0 file(s) copied.
    No projects detected
    Project generation complete
    *****************************************************************************

    C:\ti\pdk_omapl137_1_0_9\packages>

    As you can see in the above screen dump that still I have not been successful in creating projects for my target board. When I failed to get the expected results, I curiously inspected the environment variables of my system shortly after running the "pdksetupenv.bat " file but to my surprise I could not locate any of those variables that I saw on the screen.

    Regards,

    Abid Hussain

  • Can you try opening CCS and letting it install the newly installed processor sdk OMAP-L137 sources and then run pdksetupenv & pdkProjectCreate? CCS also adds some internal paths needed for collecting the sources to include in a project.

    Best Regards,
    Yordan

  • Thanks for your reply. After a  little  hard work I have finally managed to resolve this issue. Actually I have version 8 of code composer installed on my laptop and after multiple failures to have test/example projects in  MyExampleprojects folder, I decided to inspect the pdkProjectCreate.bat file. In the given script I found the following entry which of course had  no relevance to CCS V8:

    set CCS_INSTALL_PATH=C:/ti/ccs901/ccs

    so I changed it : set CCS_INSTALL_PATH=C:/ti/ccsv8 and with this little change the script ran successfully and it created all the test/example projects for my target board.

    I am once again very thankful  to you for your  kind support.

     

    Regards,

    Abid Hussain