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.

Error On RTSC Project Creation (DSP/Bios 6)

Other Parts Discussed in Thread: TMS320C28346

I am trying to create an RTSC CCS4 project and have encountered a few problems. I am following the RTSC Quick Start Guide using a TMS320C28346 . I have a fresh install of CCS Version: 4.0.2.01003 that comes with XDCTools 3.15.04.70. 

Problem 1: On step number ten of the Quick Start Guide, the RTSC Configuration Settings window does not auto populate dialogs. Only when I type some random text into RTSC Target, does the RTSC Platform dropdown populates.

Problem 2: When I finish and double click the common.cfg, file contents are shown in the text editor, but I receive the first error listed at the bottom. When I upgrade XDCTools to version 3.16.00.18, the error disappears and the graphical DSP/Bios icons show...but then nothing populates in the RTSC Platforms drop down and I get a second error, also listed at the bottom.

FIRST ERROR

Quote:
eclipse.buildId=4.0.2.01003
java.version=1.5.0_14
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86

Error
Sat Nov 28 19:31:52 CST 2009
org.eclipse.rtsc.xdctools.INTERNAL: Unable to find package common_xconfig

xdc.services.global.XDCException: org.eclipse.rtsc.xdctools.INTERNAL: Unable to find package common_xconfig
at org.eclipse.rtsc.xdctools.ui.ConfigThread.execConfiguro(Conf igThread.java:300)
at org.eclipse.rtsc.xdctools.ui.ConfigThread.run(ConfigThread.j ava:101)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)



SECOND ERROR

Quote:

eclipse.buildId=4.0.2.01003
java.version=1.5.0_14
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86

Error
Sat Nov 28 20:08:34 CST 2009
Invalid module

java.lang.NullPointerException: Invalid module
at org.eclipse.rtsc.xdctools.ui.reflect.Reflect.getModuleConfig (Reflect.java:177)
at org.eclipse.rtsc.xdctools.ui.utils.XDCUtils.getModuleIsa(XDC Utils.java:196)
at org.eclipse.rtsc.xdctools.ui.utils.XDCUtils.getRTSCPlatforms (XDCUtils.java:464)
at org.eclipse.rtsc.xdctools.ui.RTSCUtilsServer2.getRTSCPlatfor ms(RTSCUtilsServer2.java:81)
at org.eclipse.rtsc.xdctools.managedbuild.ui.dialogs.RTSCConfig urationProjectSettingsPage$13.run(RTSCConfigurationProjectSe ttingsPage.java:793)
at org.eclipse.jface.operation.ModalContext$ModalContextThread. run(ModalContext.java:113)

 Thanks for your help.I am newcomer to the DSP/Bios 6.0 and my knowledge of version 5.0 was very limited. 

~Grant