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.

CCS/TMS320C6748: Errors in CCSv7 after example project created with ProjectCreate

Part Number: TMS320C6748
Other Parts Discussed in Thread: OMAPL138

Tool/software: Code Composer Studio

I created a example project using,

C:\ti\pdk_omapl138_1_0_3\packages>pdkProjectCreate.bat OMAPL138 all little mcasp example dsp

After that, I opened the project MCASP_Audio_lcdkOMAPL138_c674xExampleProject   in ccsv7.

However, I see the following error with each of the C source files and the cfg file listed under the project in ccsv7:

org.eclipse.core.runtime.CoreException: Must specify a URI scheme:PDK_INSTALL_PATH/ti/drv/mcasp/example/lcdkOMAPL138/c674/bios/audiosample.cfg

org.eclipse.core.runtime.CoreException: Must specify a URI scheme:PDK_INSTALL_PATH/ti/drv/mcasp/example/src/aic31.c

org.eclipse.core.runtime.CoreException: Must specify a URI scheme:PDK_INSTALL_PATH/ti/drv/mcasp/example/src/aic3106_if.c

org.eclipse.core.runtime.CoreException: Must specify a URI scheme:PDK_INSTALL_PATH/ti/drv/mcasp/example/lcdkOMAPL138/src/audio_evmInit.c

org.eclipse.core.runtime.CoreException: Must specify a URI scheme:PDK_INSTALL_PATH/ti/drv/mcasp/example/src/audioSample_io.c

org.eclipse.core.runtime.CoreException: Must specify a URI scheme:PDK_INSTALL_PATH/ti/drv/mcasp/example/src/audioSample_main.c

org.eclipse.core.runtime.CoreException: Must specify a URI scheme:PDK_INSTALL_PATH/ti/drv/mcasp/example/src/codec_if.c

org.eclipse.core.runtime.CoreException: Must specify a URI scheme:PDK_INSTALL_PATH/ti/drv/i2c/soc/omapl138/I2C_soc.c

org.eclipse.core.runtime.CoreException: Must specify a URI scheme:PDK_INSTALL_PATH/ti/drv/mcasp/example/lcdkOMAPL138/src/mcasp_cfg.c

org.eclipse.core.runtime.CoreException: Must specify a URI scheme:PDK_INSTALL_PATH/ti/drv/mcasp/soc/omapl138/mcasp_soc.c

Please advise how to resolve these errors.

Thanks

Iqbal

  • Hello,
    It looks like the PDK_INSTALL_PATH variable is not correctly defined. There likely is some additional environment setup that was missed. I am going to move this thread to the device forum. The experts there will be most familiar with the PDK.

    Thanks
    ki
  • Hi Iqbal,

    As Ki mentioned, it looks like the path variables are not getting defined. Make sure you are opening the projects by going to File->Import->CCS Projects. The projects make use of a macros.ini file to specify the environment variables and CCS reads this file during the import process.

    Please let us know if this doesn't resolve the issue or if you have any other questions.

  • Hi Sahin,

    The Import of example project in CCSv7 has resolved the problem. However, after building the target *.out file, When I click Run> Load>..., all options are greyed out in ccsv7.
    I do not know how to move forward, as there is no way to load this binary on target.

    My target is configured and connected via XDS100v2 and the 'Test Connection' is successful.

    Please advise why the load options are greyed out on CCSv7 and what is the solution?

    Thanks
    Iqbal
  • Iqbal Singh Josan said:
    Hi Sahin,

    When I click Run> Load>..., all options are greyed out in ccsv7.
    I do not know how to move forward, as there is no way to load this binary on target.

    My target is configured and connected via XDS100v2 and the 'Test Connection' is successful.

    Please advise why the load options are greyed out on CCSv7 and what is the solution?

    Please provide a screenshot of your entire CCS IDE when you see this.

    Thanks

    ki

  • Ki

    The issue is resolved. Actually I did not have a debug session open for the project, that is why they were greyed out.

    BTW, I am able to build and run sample audio loopback application on lcdk 6748...I can feed input audio and hear the same audio on output port...cheers :-)

    Thanks

    Iqbal