Hi:
I am following the steps in the document Creating CCS Project for SysLink samples (MessageQ) to rebuild the slave DSP executable. I am having a problem at the very last step when I try to actuall build the executable. I am getting the two errors below, both in the file SysLinkSamples_common.cfg.xs. Both the errors are related to the 'SharedRegion.' It appears that neither SR0 nor SR1 are defined in SysLinkSamples_common.cfg.xs. This is an internally generated file.
Could you please tell me how to resolve these issues.
Thanks a lot!
Cheers,
Mushtaq
**** Build of configuration Debug for project messageQ ****
C:\ti\ccsv5\utils\bin\gmake -k all
'Building file: ../MessageQ_omapl1xx_dsp.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_22_04_46/xs" --xdcpath="C:/ti/bios_6_32_05_54/packages;C:/omapl138/syslink/syslink_2_10_05_26/packages;C:/ti/ipc_1_23_05_40/packages;" xdc.tools.configuro -o configPkg -t ti.targets.C674 -p ti.sdo.ipc.examples.platforms.evmOMAPL138.dsp -r debug -c "C:/ti/ccsv5/tools/compiler/c6000" --compileOptions "-g --optimize_with_debug" "../MessageQ_omapl1xx_dsp.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring MessageQ_omapl1xx_dsp.x674 from package/cfg/MessageQ_omapl1xx_dsp_p674.cfg ...
js: "C:/Documents and Settings/msyed/workspace_syslink_pjt/messageQ/SysLinkSamples_common.cfg.xs", line 91: TypeError: Cannot read property "base" from undefined
"C:/Documents and Settings/msyed/workspace_syslink_pjt/messageQ/MessageApp_common.cfg.xs", line 63
"C:/Documents and Settings/msyed/workspace_syslink_pjt/messageQ/MessageQ_omapl1xx_dsp.cfg", line 57
"./package/cfg/MessageQ_omapl1xx_dsp_p674.cfg", line 196
"./package/cfg/MessageQ_omapl1xx_dsp_p674.cfg", line 275
"./package/cfg/MessageQ_omapl1xx_dsp_p674.cfg", line 183
gmake.exe: *** [package/cfg/MessageQ_omapl1xx_dsp_p674.xdl] Error 1
js: "C:/ti/xdctools_3_22_04_46/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.The 'Problems' window gives the following two messages:
(1) Cannot read property "base" from undefined. It is referring to line 91 (in SysLinkSamples_common.cfg.xs)
var SHAREDREG_0_MEM = sr0MemSection.base;
(2) Cannot read property "base" from undefined. It is referring to line 51 (in SysLinkSamples_common.cfg.xs)
var BIOS = xdc.useModule('ti.sysbios.BIOS');