Errors Creating a RTSC Project [message #500807] |
Sun, 29 November 2009 02:16  |
Grant Pitel Messages: 3 Registered: November 2009 |
Junior Member |
|
|
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)
|
I am newcomer to the DSP/Bios 6.0, an my knowledge of version 5.0 was very limited. Thanks for your help.
~Grant
[Updated on: Sun, 29 November 2009 02:40] Report message to a moderator
|
|
|
Re: Errors Creating a RTSC Project [message #500995 is a reply to message #500807] |
Mon, 30 November 2009 15:58   |
Dave Russo Messages: 172 Registered: July 2009 |
Senior Member |
|
|
comments below.
Grant Pitel wrote:
> I am trying to create an RTSC CCS4 project and have encountered a few
> problems. I am following the
> http://rtsc.eclipse.org/docs-tip/RTSC%2BCCStudio_v4_QuickSta rt using a
> TMS320C28346 . I am 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. When I
> type some random text into RTSC Target, RTSC Platform drops down populates.
>
I suspect this is "normal" behavior; the wizard does not populate the
platform list until it knows the target and the target is currently
populated by a heuristic that looks at your earlier device selections.
It appears that the target selection heuristic for the C28xxx is failing
to find an appropriate target and, as a result, you see nothing auto
populated. Typing "random" text into the target selection will trigger
the wizard to select a platform that supports your target.
We'll look into this for the TMS320C28346 and BIOS 6 and recommend
appropriate targets and platforms.
> Problem 2: When I finish, and double click the common.cfg, code within
> the file shows in the text editor, but I receive the 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 Configuration Settings Window and I get a
> different error, also listed at the bottom.
>
This might be a consequence of the earlier error, but we'll need to dig
deeper into this.
> 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
> 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
> Quote:
>> 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, an my knowledge
> of version 5.0 was very limited. ~Grant
>
|
|
|
|
|
Re: Errors Creating a RTSC Project [message #501383 is a reply to message #500807] |
Wed, 02 December 2009 02:33   |
Amit Mookerjee Messages: 47 Registered: July 2009 |
Member |
|
|
Hello Grant,
For the TMS320C28346 please use the RTSC target 'ti.targets.C28_float' and the RTSC platform 'ti.platforms.control28346' . This can be done by simply entering these values to the RTSC Configuration Settings page of the wizard. A snapshot is attached.
In the next release of XDCtools - 3.16.01 which is scheduled for this week - we will provide a fix to this problem so that the RTSC target is generated automatically by the wizard.
Let me know if this resolves your problem.
Regards
Amit
[Updated on: Wed, 02 December 2009 02:49] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.02235 seconds