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.

TMS320C6748 "audio-benchmark-starterkit" of BenchmarkProjectCreate Error

Other Parts Discussed in Thread: TMS320C6748, OMAPL138, CCSTUDIO, MATHLIB

First, I am not that good at English. Please forgive me if I write in poor English.

I'm doing research on speech processing. So, in order to achieve real-time processing, I purchased a TMS320C6748 and thought the FIR demo program in audio-benchmark-starterkit, which can be downloaded from TI, would be similar. I actually tried to run it following the instructions at the following URL and got an error, so I am posting it here.

URL:https://software-dl.ti.com/processor-sdk-rtos/esd/docs/latest/rtos/index_examples_demos.html#audio-benchmark-starterkit

The emulator is XDS560V2 STM TRAVELER 20 PIN, debugged and built using windows 10, CCS 10.1.1.

I tried to run "setupenv.bat" and found it worked fine.

C:\ti\processor_sdk_rtos_omapl138_6_03_00_106>setupenv.bat
***************************************************
Environment Configuration:
***************************************************
SDK_INSTALL_PATH : C:/ti
PDK_INSTALL_PATH : C:/ti/pdk_omapl138_1_0_11/packages
GMAKE_INSTALL_PATH : C:/ti/xdctools_3_55_02_22_core
PDK_SOC : omapl138
PDK_VERSION : 1_0_11
RULES_MAKE : C:/ti/pdk_omapl138_1_0_11/packages/ti/build/Rules.make
***************************************************
IPC_PLATFORM: OMAPL138
IPC_ALT_PLATFORM:
PROC_SDK_INSTALL_PATH : C:/ti/processor_sdk_rtos_omapl138_6_03_00_106
**************************************************************************
Changing to short name to support directory names containing spaces
current directory: C:/ti/processor_sdk_rtos_omapl138_6_03_00_106
PROCESSOR SDK BUILD ENVIRONMENT CONFIGURED
**************************************************************************

We passed each path as follows.

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

C:\ti\processor_sdk_rtos_omapl138_6_03_00_106>set TOOLS_INSTALL_PATH=C:\ti\ccs1011

I ran BenchmarkProjectCreate.bat with the following settings, but it threw an error.

C:\ti\processor_sdk_rtos_omapl138_6_03_00_106\demos\audio-benchmark-starterkit>BenchmarkProjectCreate.bat OMAPL138 evmC6748 all
=========================================================================
Configuration:
SOC : OMAPL138
BOARD : evmC6748
MODULE : all
PDK_SHORT_NAME : C:\ti\PROCES~1\demos\AUDIO-~1\
=========================================================================
Checking Configuration...
ERROR: Board (evmC6748) is invalid for the specified SOC(OMAPL138)
Exiting...
=========================================================================

C:\ti\processor_sdk_rtos_omapl138_6_03_00_106\demos\audio-benchmark-starterkit>BenchmarkProjectCreate.bat C6748 all all
=========================================================================
Configuration:
SOC : C6748
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_lcdkC6748_c674ExampleProject
指定されたパスが見つかりません。
Copying macros.ini
指定されたファイルが見つかりません。
指定されたパスが見つかりません。
指定されたパスが見つかりません。
指定されたパスが見つかりません。
指定されたパスが見つかりません。
Detected Test Project: Benchmark_FIR_lcdkC6748_c674ExampleProject
指定されたパスが見つかりません。
Copying macros.ini
指定されたファイルが見つかりません。
指定されたパスが見つかりません。
指定されたパスが見つかりません。
指定されたパスが見つかりません。
指定されたパスが見つかりません。
Detected Test Project: Benchmark_IIR_lcdkC6748_c674ExampleProject
指定されたパスが見つかりません。
Copying macros.ini
指定されたファイルが見つかりません。
指定されたパスが見つかりません。
指定されたパスが見つかりません。
指定されたパスが見つかりません。
指定されたパスが見つかりません。
No projects detected
Project generation complete
*****************************************************************************

C:\ti\processor_sdk_rtos_omapl138_6_03_00_106\demos\audio-benchmark-starterkit>BenchmarkProjectCreate.bat C6748 evmC6748 all
=========================================================================
Configuration:
SOC : C6748
BOARD : evmC6748
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
ファイルが見つかりません
No projects detected
Project generation complete
*****************************************************************************

I tried to create a new project on CCS and associate files with it, but I can't find the soc.h file and can't proceed.

I hope someone can tell me what to do. I will be able to reply within two days.

  • Hi,

    "BenchmarkProjectCreate.bat C6748 all" is the right command to create projects for C6748 LCDK. After this command is run, the CCS projects should be created in folder processor_sdk_rtos_omapl138_6_03_00_106\demos\audio-benchmark-starterkit\BenchmarkProjects:

    Regards,

    Jianzhong

  • Hi, Jianzhong

    First of all, thanks for replying.

    I worked on creating a project based on your reply. First of all, just to confirm, do I need to create the "BenchmarkProjects" folder beforehand? (I tried creating it beforehand and then running it, but it failed)

    As far as I can tell from the error message, that's not the problem.(screenshot)

    "指定されたファイルが見つかりません" => "The specified file cannot be found"

    ”指定されたパスが見つかりません” => "The specified path cannot be found"

    I think I'm passing the ball, but I'm told that I'm not. It would be helpful if you could tell me about that too.

    Sincerely, Jianzhong

    Kota

  • Hi,

    Sorry that I don't understand the error messages in Japanese. Please try the following commands:

    C:\ti\processor_sdk_rtos_omapl138_6_03_00_106>setupenv.bat
    C:\ti\processor_sdk_rtos_omapl138_6_03_00_106>cd demos\audio-benchmark-starterkit
    C:\ti\processor_sdk_rtos_omapl138_6_03_00_106\demos\audio-benchmark-starterkit>BenchmarkProjectCreate.bat C6748 all

    You don't have to create folder "BenchmarkProjects", but even if you created it, it should still work.

    You need to install CCS 9.3.

    Regards,

    Jianzhong

  • Hi,

    Thank you for the reply.

    I installed CCS9.3.0 and tried to do the instructed command again.

    The same error message as before is displayed. I apologize for the lack of consideration in displaying the error in Japanese last time.

    Is the following path setting failing, or are there other files for creating Project?

    >set SDK_INSTALL_PATH=C:\ti

    >set TOOLS_INSTALL_PATH=C:\ti\ccs930

    Could you tell me that I should check?

    Sincerely, Jianzhong

    Kota

  • Hi Kota,

    When you ran BenchmarkProjectCreate.bat, the PDK directory path had a special character ¥. That may be the reason. Please see the log below when I created the projects:

    C:\ti\processor_sdk_rtos_omapl138_6_03_00_106>setupenv.bat
    ***************************************************
    Environment Configuration:
    ***************************************************
        SDK_INSTALL_PATH        : C:/ti
        PDK_INSTALL_PATH        : C:/ti/pdk_omapl138_1_0_11/packages
        GMAKE_INSTALL_PATH      : C:/ti/xdctools_3_55_02_22_core
        PDK_SOC                 : omapl138
        PDK_VERSION             : 1_0_11
        RULES_MAKE              : C:/ti/pdk_omapl138_1_0_11/packages/ti/build/Rules.make
    ***************************************************
        IPC_PLATFORM: OMAPL138
        IPC_ALT_PLATFORM:
        PROC_SDK_INSTALL_PATH     : C:/ti/processor_sdk_rtos_omapl138_6_03_00_106
    **************************************************************************
    Changing to short name to support directory names containing spaces
    current directory: C:/ti/processor_sdk_rtos_omapl138_6_03_00_106
    PROCESSOR SDK BUILD ENVIRONMENT CONFIGURED
    **************************************************************************
    
    C:\ti\processor_sdk_rtos_omapl138_6_03_00_106>cd demos\audio-benchmark-starterkit
    
    C:\ti\processor_sdk_rtos_omapl138_6_03_00_106\demos\audio-benchmark-starterkit>dir
     Volume in drive C is Windows
     Volume Serial Number is FCCB-4263
    
     Directory of C:\ti\processor_sdk_rtos_omapl138_6_03_00_106\demos\audio-benchmark-starterkit
    
    02/08/2021  04:26 PM    <DIR>          .
    02/08/2021  04:26 PM    <DIR>          ..
    04/20/2020  04:00 PM            11,985 BenchmarkProjectCreate.bat
    04/20/2020  04:00 PM             4,741 create_sd.bat
    04/20/2020  04:00 PM             4,523 create_sd.sh
    02/08/2021  04:26 PM    <DIR>          docs
    04/20/2020  04:00 PM             1,977 makefile
    02/08/2021  04:26 PM    <DIR>          prebuilt-binaries
    04/20/2020  04:00 PM             1,295 ReadMe.txt
    02/08/2021  04:26 PM    <DIR>          scripts
    06/07/2021  12:52 PM    <DIR>          src
                   5 File(s)         24,521 bytes
                   6 Dir(s)  663,666,118,656 bytes free
    
    C:\ti\processor_sdk_rtos_omapl138_6_03_00_106\demos\audio-benchmark-starterkit>BenchmarkProjectCreate.bat OMAPL138 evmC6748 all
    =========================================================================
    Configuration:
       SOC             :   OMAPL138
       BOARD           :   evmC6748
       MODULE          :   all
       PDK_SHORT_NAME  :   C:\ti\PRDE01~1\demos\AUDIO-~1\
    =========================================================================
    Checking Configuration...
    ERROR: Board (evmC6748) is invalid for the specified SOC(OMAPL138)
    Exiting...
    =========================================================================
    
    C:\ti\processor_sdk_rtos_omapl138_6_03_00_106\demos\audio-benchmark-starterkit>BenchmarkProjectCreate.bat OMAPL138 all
    =========================================================================
    Configuration:
       SOC             :   OMAPL138
       BOARD           :   all
       MODULE          :   all
       PDK_SHORT_NAME  :   C:\ti\PRDE01~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\PRDE01~1\demos\AUDIO-~1\\BenchmarkProjects
    Detected Test Project: Benchmark_FFT_lcdkOMAPL138_c674ExampleProject
    
    --------------------------------------------------------------------------------
    Creating project 'Benchmark_FFT_lcdkOMAPL138_c674ExampleProject'...
    
        NOTE: Compiler version not specified - defaulting to '8.3.5'.
    
    Done!
    Copying macros.ini
    The system cannot find the file specified.
    Detected Test Project: Benchmark_FIR_lcdkOMAPL138_c674ExampleProject
    
    --------------------------------------------------------------------------------
    Creating project 'Benchmark_FIR_lcdkOMAPL138_c674ExampleProject'...
    
        NOTE: Compiler version not specified - defaulting to '8.3.5'.
    
    Done!
    Copying macros.ini
    The system cannot find the file specified.
    Detected Test Project: Benchmark_IIR_lcdkOMAPL138_c674ExampleProject
    
    --------------------------------------------------------------------------------
    Creating project 'Benchmark_IIR_lcdkOMAPL138_c674ExampleProject'...
    
        NOTE: Compiler version not specified - defaulting to '8.3.5'.
    
    Done!
    Copying macros.ini
    The system cannot find the file specified.
    No projects detected
    Project generation complete
    *****************************************************************************
    C:\ti\processor_sdk_rtos_omapl138_6_03_00_106\demos\audio-benchmark-starterkit>BenchmarkProjectCreate.bat C6748 all
    =========================================================================
    Configuration:
       SOC             :   C6748
       BOARD           :   all
       MODULE          :   all
       PDK_SHORT_NAME  :   C:\ti\PRDE01~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\PRDE01~1\demos\AUDIO-~1\\BenchmarkProjects
    Detected Test Project: Benchmark_FFT_lcdkC6748_c674ExampleProject
    
    --------------------------------------------------------------------------------
    Creating project 'Benchmark_FFT_lcdkC6748_c674ExampleProject'...
    
        NOTE: Compiler version not specified - defaulting to '8.3.5'.
    
    Done!
    Copying macros.ini
    The system cannot find the file specified.
    Detected Test Project: Benchmark_FIR_lcdkC6748_c674ExampleProject
    
    --------------------------------------------------------------------------------
    Creating project 'Benchmark_FIR_lcdkC6748_c674ExampleProject'...
    
        NOTE: Compiler version not specified - defaulting to '8.3.5'.
    
    Done!
    Copying macros.ini
    The system cannot find the file specified.
    Detected Test Project: Benchmark_IIR_lcdkC6748_c674ExampleProject
    
    --------------------------------------------------------------------------------
    Creating project 'Benchmark_IIR_lcdkC6748_c674ExampleProject'...
    
        NOTE: Compiler version not specified - defaulting to '8.3.5'.
    
    Done!
    Copying macros.ini
    The system cannot find the file specified.
    No projects detected
    Project generation complete
    *****************************************************************************
    C:\ti\processor_sdk_rtos_omapl138_6_03_00_106\demos\audio-benchmark-starterkit>BenchmarkProjectCreate.bat OMAPL138 all
    =========================================================================
    Configuration:
       SOC             :   OMAPL138
       BOARD           :   all
       MODULE          :   all
       PDK_SHORT_NAME  :   C:\ti\PRDE01~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\PRDE01~1\demos\AUDIO-~1\\BenchmarkProjects
    Detected Test Project: Benchmark_FFT_lcdkOMAPL138_c674ExampleProject
    
    --------------------------------------------------------------------------------
    Creating project 'Benchmark_FFT_lcdkOMAPL138_c674ExampleProject'...
    
        NOTE: Compiler version not specified - defaulting to '8.3.5'.
    
    Done!
    Copying macros.ini
    The system cannot find the file specified.
    Detected Test Project: Benchmark_FIR_lcdkOMAPL138_c674ExampleProject
    
    --------------------------------------------------------------------------------
    Creating project 'Benchmark_FIR_lcdkOMAPL138_c674ExampleProject'...
    
        NOTE: Compiler version not specified - defaulting to '8.3.5'.
    
    Done!
    Copying macros.ini
    The system cannot find the file specified.
    Detected Test Project: Benchmark_IIR_lcdkOMAPL138_c674ExampleProject
    
    --------------------------------------------------------------------------------
    Creating project 'Benchmark_IIR_lcdkOMAPL138_c674ExampleProject'...
    
        NOTE: Compiler version not specified - defaulting to '8.3.5'.
    
    Done!
    Copying macros.ini
    The system cannot find the file specified.
    No projects detected
    Project generation complete
    *****************************************************************************
    C:\ti\processor_sdk_rtos_omapl138_6_03_00_106\demos\audio-benchmark-starterkit>cd ..\..\..
    
    C:\ti>cd processor_sdk_rtos_omapl138_6_03_00_106
    
    C:\ti\processor_sdk_rtos_omapl138_6_03_00_106>setupenv.bat
    ***************************************************
    Environment Configuration:
    ***************************************************
        SDK_INSTALL_PATH        : C:/ti
        PDK_INSTALL_PATH        : C:/ti/pdk_omapl138_1_0_11/packages
        GMAKE_INSTALL_PATH      : C:/ti/xdctools_3_55_02_22_core
        PDK_SOC                 : omapl138
        PDK_VERSION             : 1_0_11
        RULES_MAKE              : C:/ti/pdk_omapl138_1_0_11/packages/ti/build/Rules.make
    ***************************************************
        IPC_PLATFORM: OMAPL138
        IPC_ALT_PLATFORM:
        PROC_SDK_INSTALL_PATH     : C:/ti/processor_sdk_rtos_omapl138_6_03_00_106
    **************************************************************************
    Changing to short name to support directory names containing spaces
    current directory: C:/ti/processor_sdk_rtos_omapl138_6_03_00_106
    PROCESSOR SDK BUILD ENVIRONMENT CONFIGURED
    **************************************************************************
    
    C:\ti\processor_sdk_rtos_omapl138_6_03_00_106>cd demos\audio-benchmark-starterkit
    
    C:\ti\processor_sdk_rtos_omapl138_6_03_00_106\demos\audio-benchmark-starterkit>BenchmarkProjectCreate.bat C6748 all
    =========================================================================
    Configuration:
       SOC             :   C6748
       BOARD           :   all
       MODULE          :   all
       PDK_SHORT_NAME  :   C:\ti\PRDE01~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\PRDE01~1\demos\AUDIO-~1\\BenchmarkProjects
    Detected Test Project: Benchmark_FFT_lcdkC6748_c674ExampleProject
    
    --------------------------------------------------------------------------------
    Creating project 'Benchmark_FFT_lcdkC6748_c674ExampleProject'...
    
        NOTE: Compiler version not specified - defaulting to '8.3.5'.
    
    Done!
    Copying macros.ini
    The system cannot find the file specified.
    Detected Test Project: Benchmark_FIR_lcdkC6748_c674ExampleProject
    
    --------------------------------------------------------------------------------
    Creating project 'Benchmark_FIR_lcdkC6748_c674ExampleProject'...
    
        NOTE: Compiler version not specified - defaulting to '8.3.5'.
    
    Done!
    Copying macros.ini
    The system cannot find the file specified.
    Detected Test Project: Benchmark_IIR_lcdkC6748_c674ExampleProject
    
    --------------------------------------------------------------------------------
    Creating project 'Benchmark_IIR_lcdkC6748_c674ExampleProject'...
    
        NOTE: Compiler version not specified - defaulting to '8.3.5'.
    
    Done!
    Copying macros.ini
    The system cannot find the file specified.
    No projects detected
    Project generation complete
    *****************************************************************************
    C:\ti\processor_sdk_rtos_omapl138_6_03_00_106\demos\audio-benchmark-starterkit>dir BenchmarkProjects
     Volume in drive C is Windows
     Volume Serial Number is FCCB-4263
    
    
     Directory of C:\ti\processor_sdk_rtos_omapl138_6_03_00_106\demos\audio-benchmark-starterkit\BenchmarkProjects
    
    06/09/2021  12:46 PM    <DIR>          .
    06/09/2021  12:46 PM    <DIR>          ..
    06/07/2021  01:01 PM    <DIR>          .metadata
    06/08/2021  10:12 AM    <DIR>          Benchmark_FFT_lcdkC6748_c674ExampleProject
    06/08/2021  10:12 AM    <DIR>          Benchmark_FIR_lcdkC6748_c674ExampleProject
    06/08/2021  10:13 AM    <DIR>          Benchmark_IIR_lcdkC6748_c674ExampleProject
                   0 File(s)              0 bytes
                   6 Dir(s)  664,014,843,904 bytes free
    

    Regards,

    Jianzhong

  • Hi,Jianzhong

    I tried it , following your description.

    However, I succeeded before I cloud change the pass. The result was good, but I note the different behavior compared to the last time here, as it might be helpful.

    1. I didn't set the path.

    2. I used the dir command to see the contents of the directory.

    3. I deleted BenchmarkProjectCreate1 file in audio-benchmark-starterkit folder.

    The successful creation was as follows.

    C:\ti\processor_sdk_rtos_omapl138_6_03_00_106>setupenv.bat
    ***************************************************
    Environment Configuration:
    ***************************************************
        SDK_INSTALL_PATH        : C:/ti
        PDK_INSTALL_PATH        : C:/ti/pdk_omapl138_1_0_11/packages
        GMAKE_INSTALL_PATH      : C:/ti/xdctools_3_55_02_22_core
        PDK_SOC                 : omapl138
        PDK_VERSION             : 1_0_11
        RULES_MAKE              : C:/ti/pdk_omapl138_1_0_11/packages/ti/build/Rules.make
    ***************************************************
        IPC_PLATFORM: OMAPL138
        IPC_ALT_PLATFORM:
        PROC_SDK_INSTALL_PATH     : C:/ti/processor_sdk_rtos_omapl138_6_03_00_106
    **************************************************************************
    Changing to short name to support directory names containing spaces
    current directory: C:/ti/processor_sdk_rtos_omapl138_6_03_00_106
    PROCESSOR SDK BUILD ENVIRONMENT CONFIGURED
    **************************************************************************
    
    C:\ti\processor_sdk_rtos_omapl138_6_03_00_106>cd demos\audio-benchmark-starterkit
    
    C:\ti\processor_sdk_rtos_omapl138_6_03_00_106\demos\audio-benchmark-starterkit>dir
     Volume in drive C is Windows
     Volume Serial Number is 2224-911B
    
     Directory of C:\ti\processor_sdk_rtos_omapl138_6_03_00_106\demos\audio-benchmark-starterkit
    
    2021/06/09  11:12    <DIR>          .
    2021/06/09  11:12    <DIR>          ..
    2021/06/03  16:02               230 .project
    2020/04/21  05:00            11,985 BenchmarkProjectCreate.bat
    2021/06/01  13:41            11,979 BenchmarkProjectCreate1.bat
    2020/04/21  05:00             4,741 create_sd.bat
    2020/04/21  05:00             4,523 create_sd.sh
    2020/10/06  11:09    <DIR>          docs
    2020/04/21  05:00             1,977 makefile
    2020/10/06  11:09    <DIR>          prebuilt-binaries
    2020/04/21  05:00             1,295 ReadMe.txt
    2020/10/06  11:09    <DIR>          scripts
    2020/10/06  11:09    <DIR>          src
                   7 File(s)         36,730 bytes
                   6 Dir(s)  384,290,152,448 bytes free
    
    C:\ti\processor_sdk_rtos_omapl138_6_03_00_106\demos\audio-benchmark-starterkit>dir
     Volume in drive C is Windows
     Volume Serial Number is 2224-911B
    
     Directory of C:\ti\processor_sdk_rtos_omapl138_6_03_00_106\demos\audio-benchmark-starterkit
    
    2021/06/10  14:50    <DIR>          .
    2021/06/10  14:50    <DIR>          ..
    2021/06/03  16:02               230 .project
    2020/04/21  05:00            11,985 BenchmarkProjectCreate.bat
    2020/04/21  05:00             4,741 create_sd.bat
    2020/04/21  05:00             4,523 create_sd.sh
    2020/10/06  11:09    <DIR>          docs
    2020/04/21  05:00             1,977 makefile
    2020/10/06  11:09    <DIR>          prebuilt-binaries
    2020/04/21  05:00             1,295 ReadMe.txt
    2020/10/06  11:09    <DIR>          scripts
    2020/10/06  11:09    <DIR>          src
                   6 File(s)         24,751 bytes
                   6 Dir(s)  384,289,861,632 bytes free
    
    C:\ti\processor_sdk_rtos_omapl138_6_03_00_106\demos\audio-benchmark-starterkit>BenchmarkProjectCreate.bat OMAPL138 all
    =========================================================================
    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
    
    --------------------------------------------------------------------------------
    Creating project 'Benchmark_FFT_lcdkOMAPL138_c674ExampleProject'...
    
        NOTE: Compiler version not specified - defaulting to '8.3.5'.
    
    Done!
    Copying macros.ini
    The system cannot find the file specified.
    Detected Test Project: Benchmark_FIR_lcdkOMAPL138_c674ExampleProject
    
    --------------------------------------------------------------------------------
    Creating project 'Benchmark_FIR_lcdkOMAPL138_c674ExampleProject'...
    
        NOTE: Compiler version not specified - defaulting to '8.3.5'.
    
    Done!
    Copying macros.ini
    The system cannot find the file specified.
    Detected Test Project: Benchmark_IIR_lcdkOMAPL138_c674ExampleProject
    
    --------------------------------------------------------------------------------
    Creating project 'Benchmark_IIR_lcdkOMAPL138_c674ExampleProject'...
    
        NOTE: Compiler version not specified - defaulting to '8.3.5'.
    
    Done!
    Copying macros.ini
    The system cannot find the file specified.
    No projects detected
    Project generation complete
    *****************************************************************************

    I really appreciate Jianzhong's thoughtful response so far. Thank you.

    I have been basing on the following URL as a Starting Guide.

    https://software-dl.ti.com/processor-sdk-rtos/esd/docs/latest/rtos/index_examples_demos.html#audio-benchmark-starterkit

    Thanks to Jianzhong, I made progress. Next, I want to build project, but I failed.

    I tried to do with CCS10.1.1 and CCS9.3.0. I failed in both cases.

    **** Clean-only build of configuration Debug for project Benchmark_FIR_lcdkOMAPL138_c674ExampleProject ****
    
    "C:\\ti\\ccs930\\ccs\\utils\\bin\\gmake" -k -j 8 clean -O 
     
    DEL /F  "Benchmark_FIR_lcdkOMAPL138_c674ExampleProject.hex"  "Benchmark_FIR_lcdkOMAPL138_c674ExampleProject.out" 
    DEL /F "Benchmark_log.obj" "DSPF_sp_fir_cplx_d.obj" "DSPF_sp_fir_cplx_opt.obj" 
    DEL /F "Benchmark_log.d" "DSPF_sp_fir_cplx_d.d" "DSPF_sp_fir_cplx_opt.d" 
    DEL /F "Benchmark_log.asm" "DSPF_sp_fir_cplx_d.asm" "DSPF_sp_fir_cplx_opt.asm" 
    C:\ti\processor_sdk_rtos_omapl138_6_03_00_106\demos\audio-benchmark-starterkit\BenchmarkProjects\Benchmark_FIR_lcdkOMAPL138_c674ExampleProject\Debug\Benchmark_FIR_lcdkOMAPL138_c674ExampleProject.hex が見つかりませんでした。
    Finished clean
     
    
    **** Build Finished ****
    
    **** Build of configuration Debug for project Benchmark_FIR_lcdkOMAPL138_c674ExampleProject ****
    
    "C:\\ti\\ccs930\\ccs\\utils\\bin\\gmake" -k -j 8 all -O 
     
    Building file: "C:/ti/processor_sdk_rtos_omapl138_6_03_00_106/demos/audio-benchmark-starterkit/src/common/Benchmark_log.c"
    Invoking: C6000 Compiler
    "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6740 --include_path="C:/ti/processor_sdk_rtos_omapl138_6_03_00_106/demos/audio-benchmark-starterkit/BenchmarkProjects/Benchmark_FIR_lcdkOMAPL138_c674ExampleProject" --include_path="C:/ti/processor_sdk_rtos_omapl138_6_03_00_106/demos/audio-benchmark-starterkit/src/common/" --include_path="C:/ti/pdk_omapl138_1_0_11/packages" --include_path="C:/ti/pdk_omapl138_1_0_11/packages/ti/csl" --include_path="C:/ti/pdk_omapl138_1_0_11/packages/ti/board/src/lcdkOMAPL138/include" --include_path="C:/ti/dsplib_c674x_3_4_0_4/packages" --include_path="C:/ti/mathlib_c674x_3_1_2_4/packages" --include_path="C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/common/c674" --include_path="C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/DSPF_sp_fir_cplx" --include_path="C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/DSPF_sp_fir_cplx/c674" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --define=DEVICE_OMAPL138 --define=SOC_OMAPL138 --define=lcdkOMAPL138 --define=IO_CONSOLE --define=ti_targets_C674 -g --diag_warning=225 --diag_wrap=off --display_error_number --debug_software_pipeline --mem_model:data=far -k --preproc_with_compile --preproc_dependency="Benchmark_log.d_raw"  "C:/ti/processor_sdk_rtos_omapl138_6_03_00_106/demos/audio-benchmark-starterkit/src/common/Benchmark_log.c"
    Finished building: "C:/ti/processor_sdk_rtos_omapl138_6_03_00_106/demos/audio-benchmark-starterkit/src/common/Benchmark_log.c"
     
    gmake: *** No rule to make target 'C:/ti/processor_sdk_rtos_omapl138_6_03_00_106/demos/audio-benchmark-starterkit/src/singlePrecision_FIR/DSPF_sp_fir_cplx_d.c', needed by 'DSPF_sp_fir_cplx_d.obj'.
     
    Building file: "C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/DSPF_sp_fir_cplx/c674/DSPF_sp_fir_cplx_opt.c"
    Invoking: C6000 Compiler
    "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6740 --include_path="C:/ti/processor_sdk_rtos_omapl138_6_03_00_106/demos/audio-benchmark-starterkit/BenchmarkProjects/Benchmark_FIR_lcdkOMAPL138_c674ExampleProject" --include_path="C:/ti/processor_sdk_rtos_omapl138_6_03_00_106/demos/audio-benchmark-starterkit/src/common/" --include_path="C:/ti/pdk_omapl138_1_0_11/packages" --include_path="C:/ti/pdk_omapl138_1_0_11/packages/ti/csl" --include_path="C:/ti/pdk_omapl138_1_0_11/packages/ti/board/src/lcdkOMAPL138/include" --include_path="C:/ti/dsplib_c674x_3_4_0_4/packages" --include_path="C:/ti/mathlib_c674x_3_1_2_4/packages" --include_path="C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/common/c674" --include_path="C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/DSPF_sp_fir_cplx" --include_path="C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/DSPF_sp_fir_cplx/c674" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/include" --define=DEVICE_OMAPL138 --define=SOC_OMAPL138 --define=lcdkOMAPL138 --define=IO_CONSOLE --define=ti_targets_C674 -g --diag_warning=225 --diag_wrap=off --display_error_number --debug_software_pipeline --mem_model:data=far -k --preproc_with_compile --preproc_dependency="DSPF_sp_fir_cplx_opt.d_raw"  "C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/DSPF_sp_fir_cplx/c674/DSPF_sp_fir_cplx_opt.c"
    Finished building: "C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/DSPF_sp_fir_cplx/c674/DSPF_sp_fir_cplx_opt.c"
     
    gmake: Target 'all' not remade because of errors.
    
    **** Build Finished ****
    

    There seem to be two errors.

    Sincerely, Jianzhong

    Kota

  • Hi Kota,

    I was able to build the CCS projects on my end.

    Can you delete folder BenchmarkProjects, recreate the projects and share here the complete folder BenchmarkProjects\Benchmark_FIR_lcdkOMAPL138_c674ExampleProject? I'd like to take a look at the created project.

    Thanks,

    Jianzhong

  • Hi, Jianzhong

    Thank you for your daily replies, I really appreciate it.

    Once I deleted existing BenchmarkProjects and then recreated BenchmarkProjects.

    I still get the same error.

    In the meantime, Itried with Benchmark_FIR_lcdkC6748_c674ExampleProject and Benchmark_FIR_lcdkOMAPL138_c674ExampleProject. Please check.

    ・Benchmark_FIR_lcdkC6748_c674ExampleProject

    ・Benchmark_FIR_lcdkOMAPL138_c674ExampleProject

      

    After debugging, it looks like the above.

    I read the error code, there is not enough information to understand the cause.

    Sincerely, JIanzhong

    P.S. Tomorrow is Saturday in Japan. You don't have to reply when you are on holiday in your country. I appreciate for the same time you are taking to help me.

    Kota

  • Hi Kota,

    Sorry that I'll be off until Friday June 18. I'll continue to help you in the following week after I'm back at work. Meanwhile, let me loop in a CCS expert to help.

    Regards,

    Jianzhong

  • Hi Jianzhong,

    I understand. Then, please start again on June 18.

    Sincerely, Jianzhong

    Kota

  • Kihara-san,

    regarding this gmake error:

    gmake: *** No rule to make target 'C:/ti/processor_sdk_rtos_omapl138_6_03_00_106/demos/audio-benchmark-starterkit/src/singlePrecision_FIR/DSPF_sp_fir_cplx_d.c', needed by 'DSPF_sp_fir_cplx_d.obj'.

    This error usually occurs when either the source file is not found in the expected location, or the project does not have the correct location to it.

    Can you share the three .*project files (.project, .cproject, .ccsproject) inside the project folder?

    Thank you

    ki

  • Nice to meet you, Ki

    Thank you for the reply. And I apologize for not noticing your reply.

    I accidentally clicked the "This resolved my issue" button, but it's not solved, so please continue.

    I couldn't understand "share the three .*project" well because this is my first time participating in a project like this. Sorry. Could you tell me about "share the three .*project" again?

    There are projects in  "Benchmark_***_lcdkC6748_c674ExampleProject" folder. ex."Benchmark_FIR_lcdkC6748_c674ExampleProject" folder

    Should I move these projects?

    I need your help, and I apologize you.

    Sincerely, Ki

    Kota

  • Hi Kota,

    Please simply zip folder Benchmark_FIR_lcdkC6748_c674ExampleProject and upload it here.

    Thanks,

    Jianzhong

  • Hi,Jianzhong

    Thank you for explanation. 

    新しい圧縮された (ZIP) フォルダー.zip

    Yesterday, I couldn't send thiis folder but can do today. I send FIR folder.

    Sincerely, Jianzhong and Ki

    Kota

  • Kihara-san,

    Thank you for the project. I imported into CCS 10.1. and I do not have any issues compiling the DSPF_sp_fir_cplx_d.c source file along with the other two:


    **** Clean-only build of configuration Debug for project Benchmark_FIR_lcdkC6748_c674ExampleProject ****

    "C:\\ti\\ccs1011\\ccs\\utils\\bin\\gmake" -k -j 8 clean -O

    DEL /F "Benchmark_FIR_lcdkC6748_c674ExampleProject.hex" "Benchmark_FIR_lcdkC6748_c674ExampleProject.out"
    DEL /F "Benchmark_log.obj" "DSPF_sp_fir_cplx_d.obj" "DSPF_sp_fir_cplx_opt.obj"
    DEL /F "Benchmark_log.d" "DSPF_sp_fir_cplx_d.d" "DSPF_sp_fir_cplx_opt.d"
    DEL /F "Benchmark_log.asm" "DSPF_sp_fir_cplx_d.asm" "DSPF_sp_fir_cplx_opt.asm"
    Could Not Find C:\ti\workspaces\1011\Benchmark_FIR_lcdkC6748_c674ExampleProject\Debug\Benchmark_FIR_lcdkC6748_c674ExampleProject.hex
    Finished clean

    **** Build Finished ****

    **** Build of configuration Debug for project Benchmark_FIR_lcdkC6748_c674ExampleProject ****

    "C:\\ti\\ccs1011\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

    Building file: "C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/DSPF_sp_fir_cplx/c674/DSPF_sp_fir_cplx_opt.c"
    Invoking: C6000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c6000_8.3.6/bin/cl6x" -mv6740 --include_path="C:/ti/workspaces/1011/Benchmark_FIR_lcdkC6748_c674ExampleProject" --include_path="C:/ti/processor_sdk_rtos_omapl138_6_03_00_106/demos/audio-benchmark-starterkit/src/common/" --include_path="C:/ti/pdk_omapl138_1_0_11/packages" --include_path="C:/ti/pdk_omapl138_1_0_11/packages/ti/csl" --include_path="C:/ti/pdk_omapl138_1_0_11/packages/ti/board/src/lcdkOMAPL138/include" --include_path="C:/ti/dsplib_c674x_3_4_0_4/packages" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/common/c674" --include_path="C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/DSPF_sp_fir_cplx" --include_path="C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/DSPF_sp_fir_cplx/c674" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c6000_8.3.6/include" --define=DEVICE_OMAPL138 --define=SOC_OMAPL138 --define=lcdkOMAPL138 --define=IO_CONSOLE --define=ti_targets_C674 -g --diag_warning=225 --diag_wrap=off --display_error_number --debug_software_pipeline --mem_model:data=far -k --preproc_with_compile --preproc_dependency="DSPF_sp_fir_cplx_opt.d_raw" "C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/DSPF_sp_fir_cplx/c674/DSPF_sp_fir_cplx_opt.c"
    Finished building: "C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/DSPF_sp_fir_cplx/c674/DSPF_sp_fir_cplx_opt.c"

    Building file: "C:/ti/processor_sdk_rtos_omapl138_6_03_00_106/demos/audio-benchmark-starterkit/src/common/Benchmark_log.c"
    Invoking: C6000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c6000_8.3.6/bin/cl6x" -mv6740 --include_path="C:/ti/workspaces/1011/Benchmark_FIR_lcdkC6748_c674ExampleProject" --include_path="C:/ti/processor_sdk_rtos_omapl138_6_03_00_106/demos/audio-benchmark-starterkit/src/common/" --include_path="C:/ti/pdk_omapl138_1_0_11/packages" --include_path="C:/ti/pdk_omapl138_1_0_11/packages/ti/csl" --include_path="C:/ti/pdk_omapl138_1_0_11/packages/ti/board/src/lcdkOMAPL138/include" --include_path="C:/ti/dsplib_c674x_3_4_0_4/packages" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/common/c674" --include_path="C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/DSPF_sp_fir_cplx" --include_path="C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/DSPF_sp_fir_cplx/c674" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c6000_8.3.6/include" --define=DEVICE_OMAPL138 --define=SOC_OMAPL138 --define=lcdkOMAPL138 --define=IO_CONSOLE --define=ti_targets_C674 -g --diag_warning=225 --diag_wrap=off --display_error_number --debug_software_pipeline --mem_model:data=far -k --preproc_with_compile --preproc_dependency="Benchmark_log.d_raw" "C:/ti/processor_sdk_rtos_omapl138_6_03_00_106/demos/audio-benchmark-starterkit/src/common/Benchmark_log.c"
    Finished building: "C:/ti/processor_sdk_rtos_omapl138_6_03_00_106/demos/audio-benchmark-starterkit/src/common/Benchmark_log.c"

    Building file: "C:/ti/processor_sdk_rtos_omapl138_6_03_00_106/demos/audio-benchmark-starterkit/src/singlePrecision_FIR/DSPF_sp_fir_cplx_d.c"
    Invoking: C6000 Compiler
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c6000_8.3.6/bin/cl6x" -mv6740 --include_path="C:/ti/workspaces/1011/Benchmark_FIR_lcdkC6748_c674ExampleProject" --include_path="C:/ti/processor_sdk_rtos_omapl138_6_03_00_106/demos/audio-benchmark-starterkit/src/common/" --include_path="C:/ti/pdk_omapl138_1_0_11/packages" --include_path="C:/ti/pdk_omapl138_1_0_11/packages/ti/csl" --include_path="C:/ti/pdk_omapl138_1_0_11/packages/ti/board/src/lcdkOMAPL138/include" --include_path="C:/ti/dsplib_c674x_3_4_0_4/packages" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/common/c674" --include_path="C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/DSPF_sp_fir_cplx" --include_path="C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/DSPF_sp_fir_cplx/c674" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c6000_8.3.6/include" --define=DEVICE_OMAPL138 --define=SOC_OMAPL138 --define=lcdkOMAPL138 --define=IO_CONSOLE --define=ti_targets_C674 -g --diag_warning=225 --diag_wrap=off --display_error_number --debug_software_pipeline --mem_model:data=far -k --preproc_with_compile --preproc_dependency="DSPF_sp_fir_cplx_d.d_raw" "C:/ti/processor_sdk_rtos_omapl138_6_03_00_106/demos/audio-benchmark-starterkit/src/singlePrecision_FIR/DSPF_sp_fir_cplx_d.c"
    "C:/ti/processor_sdk_rtos_omapl138_6_03_00_106/demos/audio-benchmark-starterkit/src/singlePrecision_FIR/DSPF_sp_fir_cplx_d.c", line 153: warning #552-D: variable "t_i" was set but never used
    Finished building: "C:/ti/processor_sdk_rtos_omapl138_6_03_00_106/demos/audio-benchmark-starterkit/src/singlePrecision_FIR/DSPF_sp_fir_cplx_d.c"

    Building target: "Benchmark_FIR_lcdkC6748_c674ExampleProject.out"
    Invoking: C6000 Linker
    "C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c6000_8.3.6/bin/cl6x" -mv6740 --define=DEVICE_OMAPL138 --define=SOC_OMAPL138 --define=lcdkOMAPL138 --define=IO_CONSOLE --define=ti_targets_C674 -g --diag_warning=225 --diag_wrap=off --display_error_number --debug_software_pipeline --mem_model:data=far -k -z -m"Benchmark_FIR_lcdkC6748_c674ExampleProject.map" -i"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c6000_8.3.6/lib" -i"C:/ti/dsplib_c674x_3_4_0_4/packages" -i"C:/ti/mathlib_c674x_3_1_2_1/packages" -i"C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/common/c674" -i"C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/DSPF_sp_fir_cplx" -i"C:/ti/dsplib_c674x_3_4_0_4/packages/ti/dsplib/src/DSPF_sp_fir_cplx/c674" -i"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c6000_8.3.6/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="Benchmark_FIR_lcdkC6748_c674ExampleProject_linkInfo.xml" --rom_model -o "Benchmark_FIR_lcdkC6748_c674ExampleProject.out" "./Benchmark_log.obj" "./DSPF_sp_fir_cplx_d.obj" "./DSPF_sp_fir_cplx_opt.obj" "C:/ti/processor_sdk_rtos_omapl138_6_03_00_106/demos/audio-benchmark-starterkit/src/common/lnk_c674x.cmd" -l"C:/ti/pdk_omapl138_1_0_11/packages/ti/csl/lib/omapl138/c674/release/ti.csl.ae674" -l"C:/ti/pdk_omapl138_1_0_11/packages/ti/csl/lib/omapl138/c674/release/ti.csl.intc.ae674" -l"C:/ti/pdk_omapl138_1_0_11/packages/ti/osal/lib/nonos/omapl138/c674/release/ti.osal.ae674" -l"C:/ti/pdk_omapl138_1_0_11/packages/ti/board/lib/lcdkOMAPL138/c674/release/ti.board.ae674" -l"C:/ti/pdk_omapl138_1_0_11/packages/ti/drv/uart/lib/omapl138/c674/release/ti.drv.uart.ae674" -llibc.a
    <Linking>
    "C:/ti/processor_sdk_rtos_omapl138_6_03_00_106/demos/audio-benchmark-starterkit/src/common/lnk_c674x.cmd", line 55: warning #10423-D: No placement specified for ".kernel"; a default placement will be applied.
    Finished building target: "Benchmark_FIR_lcdkC6748_c674ExampleProject.out"

    **** Build Finished ****

    Hence the project itself looks fine. It may be an issue with some project variables.

    Can you provide a screenshot of the project expanded in the project view? Something like:

    Thank you

  • Hi, Ki 

    I take screan shot and send you. Please check it.

    Sincerely, Ki

    Kota

  • Thank you. I can clearly see that the link to DSPF_sp_fir_cplx_d.c is broken

    If you right-click on the file and select "Properties" in the context menu, a Properties dialog for the file should open. Please provide a screenshot of the" Resource" information like below

  • Hi Ki

    I see. 

    I send you my screenshot. Please check it.

    Sincerely, Ki

    Kota

  • Hi Kota,

    From your screen capture, you can see that the Resolved location for file DSPF_sp_fir_cplx_d.c doesn't exist. That's the root cause of your problem.

    Regards,

    Jianzhong

  • Hi Jianzhong,

    I see. I check this location and check that DSPF_sp_fir_cplx_d.c file name changed DSPF_sp_fir_cplx_d 1.c.

    So I rewrote file name to "DSPF_sp_fir_cplx_d.c". 

    Next, I tried rebuild this project. Errors are solved!! But, I find two warning messages.

    Could I build project to test audio program? If I can't test audio program, what should I do?

    Sincerely, Jianzhong

    Kota

  • Hi Kota,

    Glad that you were able to build the project. From the screen shot you shared, I don't see any warning messages. I think your project was built successfully. Regarding audio processing, please refer to a few threads below:

    https://e2e.ti.com/support/processors-group/processors/f/processors-forum/250635/audio-pass-through-using-c6748-lcdk

    https://e2e.ti.com/support/processors-group/processors/f/processors-forum/677806/ccs-tms320c6748-real-time-audio-processing-using-dsplib-and-mcaspplaybk-c-starterware

    Please keep in mind that the starerware mentioned in these threads is not supported any more. 

    Regards,

    Jianzhong

  • Hi Jianzhong

    I understood it. Thank you for help me with problems.

    Finally I appreciate Jianhzhong and Ki helping me very much.

    Sincerely, Jianzhong and Ki

    Kota