Part Number:TMS320C6748
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