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.

Problems about copying hua demo

Hi everyone,

    I imported the project hua_evmc6678l into CCS5.1 and rebuilt it, there wasn't any error.

However,if I copy the hua project  to another location(the linked files are copied,too ),

save it as a new project, modify the include options in project properties to be consistent

with the new project path,then rebuild it, there will be one error. It says :

xdc.tools.configuro: Error : Can't find platform package custom.hpdspua.evmc6678l.

How to eliminate the error? Any advice? The library version I use is

mcsdk_2_00_09_21 and pdk_C6678_1_0_0_21.

Hope someone helps. Thank you in advance.

Nuoxi

Best Regards 

  • Hi Nuoxi,

    Our HUA demo uses a custom RTSC platform. You should be able to find it in your folder, mcsdk_2_00_09_21/demos/hua/custom/hpdspua/evmc6678l. You will need to point to this platform, or copy it to your custom location. 

    RTSC platform for a project is configured by going to project properties, clicking on the General tab on the left side, and then clicking on the RTSC tab in the right-hand pane:

    Here, I circled two fields that are important to note. The platform is named "custom.hpdspua.evmc6678l" and the path is pointed to the mcsdk_2_00_09_21/demos folder. The name of the platform corresponds with the folder structure that it is located in. Please keep this in mind if you are copying the RTSC platform or trying to point to it.

    -Ivan

  • Hi Ivan,

        I have solved the problem with your detailed directions. Thank you.

    Nuoxi

  • Dear,

    I got the same error as you got and with reference from above post i corrected the setting.

    But 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

     Kindly help me to solve the errors

  • Hi Dinesh,

    Please follow up with below thread for resolution.

    http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/t/327429.aspx

    Thanks.