<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>how to change the &amp;amp;#39;include&amp;amp;quot; directory in RVDS</title><link>https://community.arm.com/developer/tools-software/tools/f/armds-forum/778/how-to-change-the-39-include-quot-directory-in-rvds</link><description> Note: This was originally posted on 6th September 2010 at http://forums.arm.com Hallo, I have problem build my project in RVDS. I suspect it is b&amp;#39;coz the include path. &amp;quot;C:\Program Files\ARM\RVCT\Data\4.0\650\include\windows\string.CC&amp;quot; When I create new</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: how to change the 'include" directory in RVDS</title><link>https://community.arm.com/thread/2096?ContentTypeID=1</link><pubDate>Wed, 11 Sep 2013 11:01:53 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:2032548c-2d03-4d69-a724-4ed112eb5101</guid><dc:creator>nikesh balakumar</dc:creator><description>&lt;div&gt;&lt;i&gt;Note: This was originally posted on 8th September 2010 at &lt;a href="http://forums.arm.com"&gt;http://forums.arm.com&lt;/a&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;thanks guys it worked for me.. &lt;/span&gt;&lt;a href="http://forums.arm.com/public/style_emoticons/default/smile.gif"&gt;&lt;img alt=":)" src="http://forums.arm.com/public/style_emoticons/default/smile.gif" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to change the 'include" directory in RVDS</title><link>https://community.arm.com/thread/2095?ContentTypeID=1</link><pubDate>Wed, 11 Sep 2013 11:01:52 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:255055b8-62b3-4c7f-9058-9829d4f566e2</guid><dc:creator>Scott Douglass</dc:creator><description>&lt;div&gt;&lt;i&gt;Note: This was originally posted on 6th September 2010 at &lt;a href="http://forums.arm.com"&gt;http://forums.arm.com&lt;/a&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;When I create new C++ project, RVDS automatically set the include path to the above. How can I change that?&lt;/blockquote&gt;&lt;br /&gt;&lt;span&gt;What would you change it to?&amp;#160; armcc doesn&amp;#39;t necessarily work with just any library headers -- it expects to use it&amp;#39;s own.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;span&gt;Where armcc searches for #includes is described in the documentation [url=&amp;quot;&lt;/span&gt;&lt;a href="http://infocenter.arm.com/help/topic/com.arm.doc.dui0472a/Chdcdicj.html" target="_blank"&gt;http://infocenter.arm.com/help/topic/com.arm.doc.dui0472a/Chdcdicj.html&lt;/a&gt;&lt;span&gt;&amp;quot;]&lt;/span&gt;&lt;a target="_blank"&gt;http://infocenter.arm.com/help/topic/com.a...a/Chdcdicj.html[/url]&lt;/a&gt;&lt;span&gt; (imagine a slightly impatient tone).&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Unless you have #defined something that the header file uses (or worse, editted the header file), you should not get any syntax errors from the header file.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Does compiling just&lt;/span&gt;&lt;br /&gt;&lt;code&gt;#include &amp;lt;string&amp;gt;&lt;br /&gt;string s;&lt;/code&gt;&lt;br /&gt;&lt;span&gt;work for you?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Because it looks like the problem happens during implicit inclusion for template instantiation, you may have to resort to using &amp;#39;-E --no_preprocess_only&amp;#39; to see the effective preprocessed file and then look for anything wrong with the correpsonding line (and those near it).&lt;/span&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>