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/TMS320C6748: Audio Benchmark StarterKit Error with BenchmarkProjectCreate.bat

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

Tool/software: Code Composer Studio

I am trying to follow the instructions to create example projects for the audio benchmark starterkit that can then be imported to CCS. The instructions I'm following are found here. http://software-dl.ti.com/processor-sdk-rtos/esd/docs/latest/rtos/index_examples_demos.html#audio-benchmark-starterkit

When I run setupenv.bat the output is

***************************************************
Environment Configuration:
***************************************************
SDK_INSTALL_PATH : C:\ti
GMAKE_INSTALL_PATH : C:/ti/xdctools_3_51_01_18_core
RULES_MAKE : C:\ti/pdk_omapl138_1_0_8/packages/Rules.make
***************************************************
IPC_PLATFORM: OMAPL138
IPC_ALT_PLATFORM:
PROC_SDK_INSTALL_PATH : C:/ti/processor_sdk_rtos_omapl138_5_03_00_07
**************************************************************************
Changing to short name to support directory names containing spaces
current directory: C:/ti/processor_sdk_rtos_omapl138_5_03_00_07
PROCESSOR SDK BUILD ENVIRONMENT CONFIGURED
**************************************************************************

When I run BenchmarkProjectCreate.bat the output is

=========================================================================
Configuration:
SOC : OMAPL138
BOARD : all
MODULE : all
PDK_SHORT_NAME : C:\ti\PROCES~1\demos\AUDIO-~1\
=========================================================================
Checking Configuration...
Complete
=========================================================================
PDK_PARTNO : OMAPL138
PDK_ECLIPSE_ID :
RTSC_PLATFORM_NAME : ti.platforms.evm6748
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\demos\AUDIO-~1\\BenchmarkProjects
Detected Test Project: Benchmark_FFT_lcdkOMAPL138_c674ExampleProject
Copying macros.ini
The system cannot find the file specified.
Detected Test Project: Benchmark_FIR_lcdkOMAPL138_c674ExampleProject
Copying macros.ini
The system cannot find the file specified.
Detected Test Project: Benchmark_IIR_lcdkOMAPL138_c674ExampleProject
Copying macros.ini
The system cannot find the file specified.
No projects detected
Project generation complete
*****************************************************************************

I need help figuring out what this error is.

  • Hello John,

    You'll also need to set the variables SDK_INSTALL_PATH and TOOLS_INSTALL_PATH.

    My SDK is installed inside C:\ti\omapl138-5.3 and CCS is installed inside C:\ti so my commands would look like this:

    set SDK_INSTALL_PATH = C:\ti\omapl138-5.3
    set TOOLS_INSTALL_PATH = C:\ti\
    setupenv.bat
    BenchmarkProjectCreate.bat OMAPL138 lcdkOMAPL138 all