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.