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.

Building SALLD sample project for Keystone I

Guru 15510 points

Hi,

I have a question about SALLD of the Keystone I device.

I created CCS project using saProjectCreate.bat and imported to the CCS.
When building the project from CCS, the following warning occurred.
////////////////////////////////////////////////////////////////////
Invalid project path: Duplicate path entries found (/SA_UnitTest_testProject [Include path]
isSystemInclude:true includePath:C:/ti/salld_1_0_5_4/packages), path: [/SA_UnitTest_testProject]
////////////////////////////////////////////////////////////////////

But build finished successfully and got execution file(.out).
And also it runs with no problem.

I want to know why this warning occured and want to know how to fix it.
Please give me an imformation.

best regards,
g.f.

  • Hi,

    I understand that, you can build the project successfully with out any error, but some warning message occurs.
    Did you follow the steps for build the SA LLD, check the section "Build guidelines for SA LLD package" in the SA LLD user guide: http://downloads.ti.com/sdoemb/sdoemb_public_sw/salld/latest/exports/UserGuide_SA_LLD.pdf

    Please take a closer look at this e2e post, this will give some details for SA LLD
    http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/p/235721/831064.aspx#831064
    http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/p/257147/900058.aspx#900058

  • Hi,

    However this discussion of thread can helpful for future readers, If you verified this thread.

  • Hi Pubesh,

    Thank you for the reply and I'm sorry for the delay.

    Yes, I followed the steps for the build SALLD.
    Now, I found why the warning occured.

    The following "PATH" have been set twice at the sample project "Properties".
    //////////////////////
    * SA_INSTALL_PATH
    * MAS_INSTALL_PATH
    //////////////////////
    These PATH was set at Resource->Linked Resources->Path Variables
    and at Build->C6000 Compiler->Include Options->"Add dir to #include search path".

    So, I deleted each path which was set in the "Include Options"
    and warning have been disappear.(Also building project was done successfully).
    Do you think this workaround is right things to do?

    best regards,
    g.f.

  • Hi,

    This will be proper path settings required when made a new project. Yes, you have solved this warning correct way. Thanks to sharing this info in the E2E, may be the future readers can get easily this info to make the successful build and also without warnings. 

  • Hi Pubesh,

    I'm glad to hear that I have solved by correct way.
    Thank you so much for supporting me.

    best regards,
    g.f.