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.

TI-RTOS-PROC: TMDSEVM6657 - Audio Benchmark Starterkit project creation: The system cannot find/path the file specified.

Part Number: TI-RTOS-PROC
Other Parts Discussed in Thread: CCSTUDIO

Hi,

I tried to create audio benchmark starterkit project examples. I get the following errors: The system cannot find the file specified.
                                                                                                                                          The system cannot find the path specified.

Here is what I use:


Here is the output of the command window:

Microsoft Windows [Version 10.0.17763.1158]
(c) 2018 Microsoft Corporation. All rights reserved.

C:\ti\processor_sdk_rtos_c665x_6_01_00_08>set SDK_INSTALL_PATH = C:\ti

C:\ti\processor_sdk_rtos_c665x_6_01_00_08>set TOOLS_INSTALL_PATH = C:\ti

C:\ti\processor_sdk_rtos_c665x_6_01_00_08>setupenv.bat
***************************************************
Environment Configuration:
***************************************************
SDK_INSTALL_PATH : C:/ti
GMAKE_INSTALL_PATH : C:/ti/xdctools_3_55_02_22_core
RULES_MAKE : C:/ti/pdk_c665x_2_0_15/packages/Rules.make
***************************************************
IPC_PLATFORM: C6657
IPC_ALT_PLATFORM:
PROC_SDK_INSTALL_PATH : C:/ti/processor_sdk_rtos_c665x_6_01_00_08
**************************************************************************
Changing to short name to support directory names containing spaces
current directory: C:/ti/processor_sdk_rtos_c665x_6_01_00_08
PROCESSOR SDK BUILD ENVIRONMENT CONFIGURED
**************************************************************************

C:\ti\processor_sdk_rtos_c665x_6_01_00_08>cd C:\ti\processor_sdk_rtos_c665x_6_01_00_08\demos\audio-benchmark-starterkit

C:\ti\processor_sdk_rtos_c665x_6_01_00_08\demos\audio-benchmark-starterkit>BenchmarkProjectCreate.bat C665x all all
=========================================================================
Configuration:
SOC : C665x
BOARD : all
MODULE : all
PDK_SHORT_NAME : C:\ti\PROCES~1\demos\AUDIO-~1\
=========================================================================
Checking Configuration...
Complete
=========================================================================
PDK_PARTNO : C6657
PDK_ECLIPSE_ID : com.ti.pdk.c665x
RTSC_PLATFORM_NAME : ti.platforms.evm6657
RTSC_TARGET : ti.targets.elf.C66
CCS_DEVICE : "com.ti.ccstudio.deviceModel.C6000.GenericC64xPlusDevice"
*****************************************************************************
Detecting all projects in PDK and importing them in the workspace C:\ti\PROCES~1\demos\AUDIO-~1\\BenchmarkProjects
Detected Test Project: Benchmark_FFT_evmC665x_c66ExampleProject
The system cannot find the path specified.
Copying macros.ini
The system cannot find the file specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
Detected Test Project: Benchmark_FIR_evmC665x_c66ExampleProject
The system cannot find the path specified.
Copying macros.ini
The system cannot find the file specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
Detected Test Project: Benchmark_IIR_evmC665x_c66ExampleProject
The system cannot find the path specified.
Copying macros.ini
The system cannot find the file specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
No projects detected
Project generation complete
****************************************************************************

C:\ti\processor_sdk_rtos_c665x_6_01_00_08\demos\audio-benchmark-starterkit>

What could be the problem?

Kind regards,

Dejana

  • Dejana,

    It appears that you are using ccsv910. There is a known issue with 6.01 when the SDK updated to CCSv9. If you open the BenchmarkProjectCreate.bat file in an editor, you will notice the CCS_INSTALL_PATH is set to %TOOLS_INSTALL_PATH%/ccsv8. Please change that to %TOOLS_INSTALL_PATH%/ccv910/ccs as the installation path of CCS installation has changed.

    Please give that a try and let me know if the issue is resolved.

    Regards,

    Rahul

  • Hi Rahul,

    The suggested solution worked! The only thing to pay attention to is that the folder for Code Composer Studio is not ccsv910, but ccs910.

    Thanks for supporting me.

    Kind regards,

    Dejana