Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » DSDP - Real-Time Software Components (RTSC) » Errors Creating a RTSC Project (XDCTools for TMS320C28346 )
Errors Creating a RTSC Project [message #500807] Sun, 29 November 2009 02:16 Go to next message
Grant Pitel is currently offline Grant PitelFriend
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 Go to previous messageGo to next message
Dave Russo is currently offline Dave RussoFriend
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 #501265 is a reply to message #500995] Tue, 01 December 2009 17:12 Go to previous messageGo to next message
Grant Pitel is currently offline Grant PitelFriend
Messages: 3
Registered: November 2009
Junior Member
Thanks Dave. Let me know if you need more information that will help resolve this issue.

I run into similar problems I try to create a DSP/BIOS 5 project as well.

Is the Eclipse forum the right place to be asking these questions or should I be bugging TI about them? Thanks.



~Grant
Re: Errors Creating a RTSC Project [message #501281 is a reply to message #501265] Tue, 01 December 2009 18:13 Go to previous messageGo to next message
Dave Russo is currently offline Dave RussoFriend
Messages: 172
Registered: July 2009
Senior Member
Grant,

I've already forwarded your questions to the TI teams responsible for
BIOS and the CCSv4 project wizards. You should be seeing responses shortly.

The RTSC team is responsible for integrating RTSC into eclipse and
therefore also CCSv4. So we are keenly interested in issues related to
being able to use the various wizards. Feel free to post your eclipse
project related questions here.

dave

Grant Pitel wrote:
> Thanks Dave. Let me know if you need more information that will help
> resolve this issue.
> I run into similar problems I try to create a DSP/BIOS 5 project as well.
>
> Is the Eclipse forum the right place to be asking these questions or
> should I be bugging TI about them? Thanks.
>
>
>
> ~Grant
Re: Errors Creating a RTSC Project [message #501383 is a reply to message #500807] Wed, 02 December 2009 02:33 Go to previous messageGo to next message
Amit Mookerjee is currently offline Amit MookerjeeFriend
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

Re: Errors Creating a RTSC Project [message #501856 is a reply to message #501383] Fri, 04 December 2009 06:02 Go to previous message
Grant Pitel is currently offline Grant PitelFriend
Messages: 3
Registered: November 2009
Junior Member
Your quick response and customer care reinforces my decision to go with TI products. Thank you.

I will check that fix out tomorrow. If I forget to respond Rolling Eyes, it means the control target worked.

[Updated on: Fri, 04 December 2009 06:05]

Report message to a moderator

Previous Topic:XDCtools 3.16.01 is available
Next Topic:Can XDC script get a list of names of functions in a module?
Goto Forum:
  


Current Time: Wed Apr 24 18:02:24 GMT 2024

Powered by FUDForum. Page generated in 0.02504 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top