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.

RTSC Platform creation / editing and project CFG compile

Thanks!

I am getting very close to my first build under ccsv5, SYS/BIOS, etc ... all that is left is to change the platform to use MSMCSRAM instead of L2SRAM.

I am trying to either build a new platform (SYS1_8800), or edit an existing one (ti.platforms.evm6678)

I have the Windows environment setup to use XDC 3.23.04.60 (as you can see below). I have the project set to the very same XDC package. But I get the following error. I looked at other posts here and generally the issue has been conflicting XDC versions used to build the platform and project - but that is not the case here (eg. e2e.ti.com/support/embedded/tirtos/f/355/t/299668). I get the same error when I edit an existing platform, or import that into my custom platform.

**** Build of configuration Debug for project test7 ****

"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Always rebuild the version file'
DEL /F "version.obj"
' '
'Building file: ../SYS1_8800.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_23_04_60/xs" --xdcpath="C:/ti/edma3_lld_02_11_05_02/packages;C:/ti/ipc_1_24_03_32/packages;C:/ti/bios_6_33_06_50/packages;C:/ti/pdk_C6678_1_1_2_6/packages;C:/ti/ccsv5/ccs_base;C:/7000/platforms;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C66 -p SYS1_8800 -r debug -c "C:/ti/ccsv5/tools/compiler/c6000_7.4.4" "../SYS1_8800.cfg"
js: "C:/ti/xdctools_3_23_04_60/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: InternalError: SYS1_8800: can't resolve name xdc.platform.IPlatform.peripherals
gmake[1]: *** [configPkg/linker.cmd] Error 1
gmake[1]: Target `main-build' not remade because of errors.
gmake: *** [all] Error 2

**** Build Finished ****