<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: creating a freertos project in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/creating-a-freertos-project/m-p/574227#M21779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by william.vh on Thu Apr 07 12:30:34 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: vasanth&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;FreeRTOSconfig.h: No such file or directory. But this file is already in my new project.&lt;BR /&gt;...&lt;BR /&gt;I am stuck at this. Any help?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In your "include" statement, include the entire path for the file along with the file name. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ie:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#include "C/mydocuments/LPC/FreeRTOSconfig.h"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 22:31:12 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T22:31:12Z</dc:date>
    <item>
      <title>creating a freertos project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/creating-a-freertos-project/m-p/574226#M21778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by vasanth on Thu Apr 07 04:02:57 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi all, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am using lpc1313 mcu. My question is how to create a new project that uses the freertos library project provided with the FreeRTOS-simple-demo-for-LPCXpresso-LPC1343 project files. I am able to compile and run the simpledemo project successfully in my lpc1313 board. But when i create a new project same as the simpledemo project the compiler shows lot of errors.&amp;nbsp; The main error shown is &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FreeRTOSconfig.h: No such file or directory. But this file is already in my new project. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used the freertos library project in my new project as per this link. &lt;/SPAN&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/LibraryProjects&lt;/A&gt;&lt;SPAN&gt;. I also&amp;nbsp; included my new project include path in freertos library project similar&amp;nbsp; to&amp;nbsp; simpledemo project. I double checked that all my new project settings and files are same as the simpledemo project. But only the latter compiles.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am stuck at this. Any help? :confused:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:31:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/creating-a-freertos-project/m-p/574226#M21778</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: creating a freertos project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/creating-a-freertos-project/m-p/574227#M21779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by william.vh on Thu Apr 07 12:30:34 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: vasanth&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;FreeRTOSconfig.h: No such file or directory. But this file is already in my new project.&lt;BR /&gt;...&lt;BR /&gt;I am stuck at this. Any help?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In your "include" statement, include the entire path for the file along with the file name. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ie:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#include "C/mydocuments/LPC/FreeRTOSconfig.h"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:31:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/creating-a-freertos-project/m-p/574227#M21779</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: creating a freertos project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/creating-a-freertos-project/m-p/574228#M21780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Thu Apr 07 13:15:38 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You have to tell the compiler where to find include files. The correct way of doing this is to set them in the project properties. You don't need to use absolute paths as suggested william.vh. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Suggest you &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- read the FAQ &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/CodeRedFAQ#Projects&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- take at look at the "Directories" setting for the compiler in the&amp;nbsp; project that is working, to see which include paths it is using&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:31:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/creating-a-freertos-project/m-p/574228#M21780</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: creating a freertos project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/creating-a-freertos-project/m-p/574229#M21781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by vasanth on Fri Apr 08 04:40:09 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Problem is with the include path as suggested by CodeRedSupport. At the time of library file inclusion i wrongly entered like this &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;${workspace_loc:/project}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; instead of &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;${workspace_loc:/project/src} &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks CodeRed for supporting me.:)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:31:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/creating-a-freertos-project/m-p/574229#M21781</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:31:14Z</dc:date>
    </item>
  </channel>
</rss>

