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.

image_processing_openmp_evmc6678l building gives errors



Dear All,

I am using 6678EVM with CCS V5.5. I installed the MCSDK from cd, which comes along with the kit.

I  imported the project image_processing_openmp_evmc6678l  from the below location

C:\ti\mcsdk_2_01_02_05\demos\image_processing\openmp\evmc6678l

When I try rebuilding the project I am getting the following errors

unresolved symbol EVM_init, first referenced in G:\6678Workspace\hua_evmc6678l\Release\configPkg\package\cfg\evm_pe66.oe66

unresolved symbol hpdspuaStart, first referenced in G:\6678Workspace\hua_evmc6678l\Release\configPkg\package\cfg\evm_pe66.oe66

 

  • Hi Dinesh,

    Are you try to build any other example?

    Are you referring "BIOS MCSDK 2.0 Getting Started Guide" for CCS and MCSDK installation?

    Refer below link to import and build the project (Run Instructions for OpenMP based demo application)

    http://processors.wiki.ti.com/index.php/MCSDK_Image_Processing_Demonstration_Guide

    Thanks,

  • Are you try to build any other example?

    I tried other example(HUA Demo) too, It is also resulting the same error. I guess i am missing some include path. 

    Are you referring "BIOS MCSDK 2.0 Getting Started Guide" for CCS and MCSDK installation?

    Yes I referred BIOS MCSDK 2.0 Getting Started Guide.

    The link given by you reads

    • Open CCS->Import Existing... tab and import project from <MCSDK INSTALL DIR>\demos\image_processing\openmp\evmc66##l.
    • It should import image_processing_openmp_evmc66##l project.
    • The project should build fine for Release and Debug profile.

    I did the same but the build is not fine

  • Hi Dinesh,

    1. Launch CCS by double-clicking the icon on the desktop. - As CCS initializes, a pop-up will appear with a default workspace. Replace the default workspace with “C:/ti/My_workspace”. (refer attached screen shot)

    2. Import the example project as follows:
             2a. Select the CCS menu option Project Import Existing CCS Eclipse Project
             2b. Set Select search directory to locate the example projects available for your EVM: 

                    • (C6678L/LE) - C:\ti\mcsdk_2_01_02_06\demos\image_processing\openmp\evmc6678l

             2c. Place a uncheck mark on Copy projects into workspace.
             2d. Click the Finish button.

    3. Right-click on the project in Project Explorer and select Build Project.

    Please follow the above step and let me know the status.

    Thanks,