<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<!-- MHonArc v2.6.10 -->
	<channel>
		<title>news.eclipse.dsdp.rtsc</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.dsdp.rtsc/maillist.html</link>
		<description>NewsGroup: news.eclipse.dsdp.rtsc</description>
		<language>en-us</language>
		<pubDate>Thu, 02 Jul 2009 10:40:03 GMT</pubDate>
		<lastBuildDate>Thu, 02 Jul 2009 10:40:03 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MHonArc RSS 2.0 RCFile</generator>
		<managingEditor>webmaster@eclipse.org (Webmaster)</managingEditor>
		<webMaster>webmaster@eclipse.org (Webmaster)</webMaster>
		<image>
			<title>news.eclipse.dsdp.rtsc</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.dsdp.rtsc/maillist.html</link>
		</image>
 

	<item>
		<title>[news.eclipse.dsdp.rtsc] Re: XDC build error with specific XDCARGS</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.dsdp.rtsc/msg00195.html</link>
		<description>Dave, Thank you for the reply. The error is generated when XDC generates the makefile from the package.bld and that is why i suspect it to be an XDC tools issue. My package name is ti.sdo.domx.domxcore If I give xdc all A file ti.sdo.domx.domxcore.a64P.mak...</description>
		<content:encoded><![CDATA[<tt>Dave,<br>
Thank you for the reply. The error is generated when XDC generates the 
makefile from the package.bld and that is why i suspect it to be an XDC 
tools issue.</tt><br>
<br>
<tt>My package name is ti.sdo.domx.domxcore<br>
If I give xdc all<br>
A file ti.sdo.domx.domxcore.a64P.mak is generated in the 
ti/sdo/domx/domxcore/lib folder.</tt><br>
<br>
<tt>If I give xdc all 
XDCARGS=SYSLINKDIR=D:/tools_wtbu_base_omx/syslink_2_00_00_04<br>
the xdc tools tries to generate the makefile under<br>
ti/sdo/domx/domxcore/lib/SYSLINKDIR=D:/tools_wtbu_base_omx/syslink_2_00_00_04/ti.sdo.domx.av5T.mak<br>
which fails.</tt><br>
<br>
<tt>The error is generated by xdctools_3_15_00_50\include\utils.tci 
utils.saveFile = function (content, fileName)</tt><br>
<br>
<tt>Please let me know if this error is occuring due to some wrong 
configuration in package.bld</tt><br>
<br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Thu, 02 Jul 2009 10:31:47 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.dsdp.rtsc/msg00195.html</guid>
		<author>badri@xxxxxxx (Badri )</author>
	</item>


	<item>
		<title>[news.eclipse.dsdp.rtsc] Re: XDC build error with specific XDCARGS</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.dsdp.rtsc/msg00194.html</link>
		<description>XDCARGS is &amp;quot;uninterpreted&amp;quot; by XDCtools; it is simply passed to package build scripts; see http://rtsc.eclipse.org/docs-tip/Command_-_xdc#Environment_Variables This looks like a SysLink question but, if I had to guess, I'd try dropping the XDCARGS assignmen...</description>
		<content:encoded><![CDATA[<tt>Badri wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Champs,<br>
I am using XDC tools version 3.15.00.50 on Windows. I am seeing that the 
xdc build fails with message:<br>
&quot;can't create directory syslink_2_00_00_04&quot; on giving the following XDC 
build command line:<br>
xdc all XDCARGS=&quot;SYSLINKDIR=D:/tools_wtbu_base_omx/syslink_2_00_00_04&quot;</tt><br>
<br>
<tt>Looks like XDC tools tries to create a mak file under lib/ folder of the 
form</tt><br>
<br>
<tt>lib/SYSLINKDIR=D:/tools_wtbu_base_omx/syslink_2_00_00_04/ti.sdo.domx.domxcore.av5T.mak </tt><br>
<br>
<pre style="margin: 0em;"><br>which fails on windows.</pre><br>
<tt>Can you please let me know how to escape the XDCARGS so that this does 
not occur</tt><br>
<br>
</blockquote><tt>XDCARGS is &quot;uninterpreted&quot; by XDCtools; it is simply passed to package 
build scripts; see 
<a  href="http://rtsc.eclipse.org/docs-tip/Command_-_xdc#Environment_Variables">http://rtsc.eclipse.org/docs-tip/Command_-_xdc#Environment_Variables</a></tt><br>
<br>
<tt>This looks like a SysLink question but, if I had to guess, I'd try 
dropping the XDCARGS assignment:</tt><br>
<br>
<pre style="margin: 0em;">    xdc all SYSLINKDIR=D:/tools_wtbu_base_omx/syslink_2_00_00_04</pre><br>
<tt>Recall that the xdc command is just GNU make and GNU make allows one to 
define values on the command line via simple name=value pairs.
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;"><br>Thanks
Badri</pre><br>
<br>
</blockquote><br>
]]></content:encoded>
		<pubDate>Tue, 30 Jun 2009 16:51:01 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.dsdp.rtsc/msg00194.html</guid>
		<author>d-russo@xxxxxxx (dave russo)</author>
	</item>
	<item>
		<title>[news.eclipse.dsdp.rtsc] XDC build error with specific XDCARGS</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.dsdp.rtsc/msg00193.html</link>
		<description>Champs, I am using XDC tools version 3.15.00.50 on Windows. I am seeing that the xdc build fails with message: &amp;quot;can't create directory syslink_2_00_00_04&amp;quot; on giving the following XDC build command line: xdc all XDCARGS=&amp;quot;SYSLINKDIR=D:/tools_wtbu_base_omx/sy...</description>
		<content:encoded><![CDATA[<tt>Champs,<br>
I am using XDC tools version 3.15.00.50 on Windows. I am seeing that the 
xdc build fails with message:<br>
&quot;can't create directory syslink_2_00_00_04&quot; on giving the following XDC 
build command line:<br>
xdc all XDCARGS=&quot;SYSLINKDIR=D:/tools_wtbu_base_omx/syslink_2_00_00_04&quot;</tt><br>
<br>
<tt>Looks like XDC tools tries to create a mak file under lib/ folder of the 
form</tt><br>
<br>
<pre style="margin: 0em;">lib/SYSLINKDIR=D:/tools_wtbu_base_omx/syslink_2_00_00_04/ti.sdo.domx.domxcore.av5T.mak</pre><br>
<pre style="margin: 0em;">which fails on windows.</pre><br>
<tt>Can you please let me know how to escape the XDCARGS so that this does not 
occur</tt><br>
<br>
<pre style="margin: 0em;"><br>Thanks
Badri</pre><br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Tue, 30 Jun 2009 09:47:32 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.dsdp.rtsc/msg00193.html</guid>
		<author>badri@xxxxxxx (Badri )</author>
	</item>


	<item>
		<title>[news.eclipse.dsdp.rtsc] Re: Path-related Errors</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.dsdp.rtsc/msg00192.html</link>
		<description>I'd prefer to directly attack the &amp;quot;long-term&amp;quot; solution rather than a near-term/long-term approach. The &amp;quot;long-term&amp;quot; solution is not that difficult and it's less work to solve the only slightly more general problem of providing trouble shooting advice for co...</description>
		<content:encoded><![CDATA[<tt>Brad Griffis wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>I've been discussing this topic with Dave and wanted to make it more 
visible.  Here are what I *think* we've agreed to, though I'm sure Dave 
will chime in if I've misrepresented him!</tt><br>
<br>
<pre style="margin: 0em;">This all relates to the following bug:</pre><br>
<pre style="margin: 0em;"><a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=277233">https://bugs.eclipse.org/bugs/show_bug.cgi?id=277233</a></pre><br>
<tt>I was concerned/disappointed that the fix did not include a check for 
paths on XDCPATH with no valid packages on them.  The RTSC team did not 
want this added because they didn't want builds to take an excessive 
amount of time to fail.</tt><br>
<br>
<tt>Supposedly this check and others are part of the current &quot;Path tool&quot;.  I 
checked this behavior in the past and it didn't catch these issues, but 
supposedly it has been fixed now.  The other major problem with the path 
tool is that you have to add all your paths to it, i.e. that's one more 
thing to do as you're trying to figure out why your project won't 
build.  So this new proposal focuses on making it really easy to launch 
the Path tool with the proper paths ready to go.</tt><br>
<br>
<tt>Short term solution<br>
* Step 1:  The Path tool needs an option to fully specify the path at 
the command line.<br>
* Step 2:  The error message from configuro should be modified to 
include directions that tell someone to copy/paste to the command prompt 
such that it launches the Path tool with the proper path without having 
to do any monkeying around.  Just copy, paste, enter and it should be 
running and fully configured.</tt><br>
<br>
<tt>Long term solution<br>
* Longer term it would be nice to have something integrated into Eclipse 
such that you can double-click your &quot;package not found&quot; error and have 
the path tool automatically launched and fully configured.<br>
* That solution can be extended such that any XDC related error can be 
double-clicked and you can get further info, etc.</tt><br>
<br>
<tt>Other comments/suggestions are welcome.  I hope Dave and the team will 
commit to getting my short-term solution out the door ASAP since 
path-issues are a real thorn in the side of newbies to RTSC.</tt><br>
<br>
</blockquote><tt>I'd prefer to directly attack the &quot;long-term&quot; solution rather than a 
near-term/long-term approach.  The &quot;long-term&quot; solution is not that 
difficult and it's less work to solve the only slightly more general 
problem of providing trouble shooting advice for common errors.</tt><br>
<br>
<tt>Rather than creating long error messages in the short term (which 
requires a re-release of the product), we can update the trouble 
shooting section of the on-line docs 
(<a  href="http://rtsc.eclipse.org/docs-tip/Trouble_Shooting">http://rtsc.eclipse.org/docs-tip/Trouble_Shooting</a>).</tt><br>
<br>
<tt>There are a number of other errors that would benefit from an error 
parser: <a  href="http://rtsc.eclipse.org/docs-tip/XDCtools_Error_Codes">http://rtsc.eclipse.org/docs-tip/XDCtools_Error_Codes</a>.  By 
creating a RTSC error parser (and integrating it into eclipse), the user 
only needs to remember to run the parser on their build log (or 
double-click the problem in eclipse).  Having an error parser<br>
    1. allows the expert user to not be burdened by verbose messages<br>
    2. helps prevent excessive build times when errors occur,<br>
    3. provides the novice user detailed trouble shooting advice, and<br>
    4. enables the XDCtools code base to use traditional error reporting<br>
       mechanisms (like that of a compiler)</tt><br>
<br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Mon, 29 Jun 2009 19:33:10 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.dsdp.rtsc/msg00192.html</guid>
		<author>d-russo@xxxxxxx (dave russo)</author>
	</item>


	<item>
		<title>[news.eclipse.dsdp.rtsc] Re: XDC Producer's Guide</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.dsdp.rtsc/msg00191.html</link>
		<description> </description>
		<content:encoded><![CDATA[<tt>the contents of the 'Programming Model' binder at the RTSC-pedia are 
primarily producer-centric -- everything from how to produce a RTSC 
module, abstract its functionality in a RTSC interface, and deliver the 
goods within a RTSC package....  [there is a Scripting Primer to 
complete the set, focusing on use of meta-language primarily from the 
producer's perspective -- how to write apps in the meta-language, use of 
templates to facade config of legacy content, etc....</tt><br>
<br>
<pre style="margin: 0em;">are you looking for something beyond this???</pre><br>
<tt>Brad Griffis wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>At one point in time a &quot;XDC Producer's Guide&quot; was being written.  
Whatever happened to it?</tt><br>
<br>
</blockquote><br>
]]></content:encoded>
		<pubDate>Thu, 25 Jun 2009 02:29:35 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.dsdp.rtsc/msg00191.html</guid>
		<author>bob@xxxxxxx (Bob Frankel)</author>
	</item>
	<item>
		<title>[news.eclipse.dsdp.rtsc] XDC Producer's Guide</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.dsdp.rtsc/msg00190.html</link>
		<description>At one point in time a &amp;quot;XDC Producer's Guide&amp;quot; was being written. Whatever happened to it? </description>
		<content:encoded><![CDATA[<tt>At one point in time a &quot;XDC Producer's Guide&quot; was being written.  Whatever 
happened to it?</tt><br>
<br>
<br>
]]></content:encoded>
		<pubDate>Wed, 24 Jun 2009 15:24:12 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.dsdp.rtsc/msg00190.html</guid>
		<author>bgriffis@xxxxxxx (Brad Griffis)</author>
	</item>
	<item>
		<title>[news.eclipse.dsdp.rtsc] Re: Configuro Output</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.dsdp.rtsc/msg00189.html</link>
		<description>The problem is that the configuration process involves many tools that XDC does not control; as a result, many of the error messages _can't_ be changed. For example, errors can come from the target's compiler/linker, GNU make, cygwin, ... Let's try it out ...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">dave russo wrote:</pre><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Brad Griffis wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Yes, I think a --quiet would be good.  In the case of some kind of 
error/warning then it would be good for it to tell us that it's an error 
compiling a file or whatever it might be.  In other words, don't tell me 
what you're doing unless something goes wrong.  In most cases I would 
expect/hope to get enough info from the error message to fix the problem 
without having to turn off --quiet and re-do the build.</tt><br>
<br>
<tt>So potentially this may require a little re-working of some error 
messages.  If the error message is overly dependent on the user having 
all the status info then we may want to repeat that info in the error 
message.</tt><br>
<br>
<br>
</blockquote><tt>The problem is that the configuration process involves many tools that 
XDC does not control; as a result, many of the error messages _can't_ be 
changed.  For example, errors can come from the target's 
compiler/linker, GNU make, cygwin, ...
</tt></blockquote><tt><br>Let's try it out and we'll see how it goes.  If nothing else, once we get 
things building properly it will be nice to throw the --quiet switch and 
simplify/shrink the build output.</tt><br>
<br>
<br>
]]></content:encoded>
		<pubDate>Wed, 24 Jun 2009 15:21:16 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.dsdp.rtsc/msg00189.html</guid>
		<author>bgriffis@xxxxxxx (Brad Griffis)</author>
	</item>


	<item>
		<title>[news.eclipse.dsdp.rtsc] Re: Configuro Output</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.dsdp.rtsc/msg00188.html</link>
		<description>The problem is that the configuration process involves many tools that XDC does not control; as a result, many of the error messages _can't_ be changed. For example, errors can come from the target's compiler/linker, GNU make, cygwin, ... </description>
		<content:encoded><![CDATA[<tt>Brad Griffis wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Yes, I think a --quiet would be good.  In the case of some kind of 
error/warning then it would be good for it to tell us that it's an error 
compiling a file or whatever it might be.  In other words, don't tell me 
what you're doing unless something goes wrong.  In most cases I would 
expect/hope to get enough info from the error message to fix the problem 
without having to turn off --quiet and re-do the build.</tt><br>
<br>
<tt>So potentially this may require a little re-working of some error 
messages.  If the error message is overly dependent on the user having 
all the status info then we may want to repeat that info in the error 
message.</tt><br>
<br>
<br>
</blockquote><tt>The problem is that the configuration process involves many tools that 
XDC does not control; as a result, many of the error messages _can't_ be 
changed.  For example, errors can come from the target's 
compiler/linker, GNU make, cygwin, ...</tt><br>
<br>
<br>
]]></content:encoded>
		<pubDate>Wed, 17 Jun 2009 16:42:58 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.dsdp.rtsc/msg00188.html</guid>
		<author>d-russo@xxxxxxx (dave russo)</author>
	</item>
	<item>
		<title>[news.eclipse.dsdp.rtsc] Re: Configuro Output</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.dsdp.rtsc/msg00187.html</link>
		<description>Yes, I think a --quiet would be good. In the case of some kind of error/warning then it would be good for it to tell us that it's an error compiling a file or whatever it might be. In other words, don't tell me what you're doing unless something goes wrong...</description>
		<content:encoded><![CDATA[<tt>Yes, I think a --quiet would be good.  In the case of some kind of 
error/warning then it would be good for it to tell us that it's an error 
compiling a file or whatever it might be.  In other words, don't tell me 
what you're doing unless something goes wrong.  In most cases I would 
expect/hope to get enough info from the error message to fix the problem 
without having to turn off --quiet and re-do the build.</tt><br>
<br>
<tt>So potentially this may require a little re-working of some error 
messages.  If the error message is overly dependent on the user having all 
the status info then we may want to repeat that info in the error message.</tt><br>
<br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Wed, 17 Jun 2009 16:08:17 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.dsdp.rtsc/msg00187.html</guid>
		<author>bgriffis@xxxxxxx (Brad Griffis)</author>
	</item>
	<item>
		<title>[news.eclipse.dsdp.rtsc] Re: Configuro Output</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.dsdp.rtsc/msg00186.html</link>
		<description>I agree. On the other hand, there are good reasons for keeping the output. The output provides feedback about the tools progress (which can take some time) and when something goes wrong the error message makes more sense in the context of what the tool is ...</description>
		<content:encoded><![CDATA[<tt>Brad Griffis wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Is there a way to reduce the amount of data currently being spewed out 
by the tools/configuro?  Do we really need all the info (Generating 
interfaces, etc.)?  For top-level build I would just want to see 
something like &quot;Running configuration step for app.cfg&quot;, not all the 
data.  What I believe is just the &quot;normal&quot; info being output seems 
more appropriate to a &quot;verbose&quot; output.  All the stuff spewing out 
makes some people nervous because they feel disconnected from what's 
happening, i.e. too much stuff whizzing past on the screen.  I think 
something like &quot;Running configuration step for app.cfg&quot; would be 
easier to follow.  Only if something is screwed up would I want to see 
more.</tt><br>
<br>
</blockquote><pre style="margin: 0em;">I agree.</pre><br>
<tt>On the other hand, there are good reasons for keeping the output.  The 
output provides feedback about the tools progress (which can take some 
time) and when something goes wrong the error message makes more sense 
in the context of what the tool is doing at the time.  For example, 
errors may come from the target's compiler and, without a message saying 
we are compiling a specific file, it _really_ does not make sense.</tt><br>
<br>
<tt>Perhaps a --quite flag can be added to xdc.tools.configuro to eliminate 
the progress messages.</tt><br>
<br>
<br>
]]></content:encoded>
		<pubDate>Wed, 17 Jun 2009 14:48:35 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.dsdp.rtsc/msg00186.html</guid>
		<author>d-russo@xxxxxxx (dave russo)</author>
	</item>

 
	</channel>
	</rss>
<!-- MHonArc v2.6.10 -->
