<?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 Can not link FreeRTOS example project in MCUXpresso - LPC1756  in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Can-not-link-FreeRTOS-example-project-in-MCUXpresso-LPC1756/m-p/872813#M34826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I am trying to build the freertos_blinky example project on my LPC1756 with the MCUXpresso IDE.&lt;/P&gt;&lt;P&gt;(MCUXpresso IDE v10.3.0 [Build 2200] [2018-12-03])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The two "lpc_board_nxp_lpcxpresso_1769board" and "lpc_chip_175x_6x" libraries are correctly imported and linked, so that the build does not generate any error, even if the sources and headers are located in other projects of the same workspace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I list all the operation I did:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Open MCUXpresso IDE in the "C:\Users\Public\FreeRTOS_test_WS" workspace folder&lt;/LI&gt;&lt;LI&gt;New project...&lt;/LI&gt;&lt;LI&gt;Under the preinstalled MCUs section, select LPC1756&lt;/LI&gt;&lt;LI&gt;LPCOpen - C Project&lt;/LI&gt;&lt;LI&gt;Project name: "FreeRTOS_test"&lt;/LI&gt;&lt;LI&gt;Import the "lpcopen_2_10_lpcxpresso_nxp_lpcxpresso_1769.zip" (the only one available for the 17xx family)&lt;/LI&gt;&lt;LI&gt;From all the available projects, import "freertos_blinky", "lpc_board_nxp_lpcxpresso_1769" and "lpc_chip_175x_6x"&lt;/LI&gt;&lt;LI&gt;Link the board and chip projects to the current one&lt;/LI&gt;&lt;LI&gt;Build project, no errors&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When trying to add the "FreeRTOS.h" file, the compiler says that this file can not be found.&lt;BR /&gt;So I tried to import all the sources and headers from the "freertos_blinky" to my project without any luck.&lt;BR /&gt;I then tried to move all those files and modify all the include paths to fix all the errors, until I get these ones:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;alloc.c:(.text._Csys_alloc+0x12): undefined reference to `__sys_appexit'&lt;/LI&gt;&lt;LI&gt;fpprintf.c:(.text.printf+0x50): undefined reference to `__Ciob'&lt;/LI&gt;&lt;LI&gt;_writebuf.c:(.text._Cwritebuf+0x14): undefined reference to `__sys_flen'&lt;/LI&gt;&lt;LI&gt;_writebuf.c:(.text._Cwritebuf+0x28): undefined reference to `__sys_seek'&lt;/LI&gt;&lt;LI&gt;fseek.c:(.text.fseek+0x1c): undefined reference to `__sys_istty'&lt;/LI&gt;&lt;LI&gt;fseek.c:(.text.fseek+0x92): undefined reference to `__sys_flen'&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do to make the freertos_blinky project visible from mine?&lt;/P&gt;&lt;P&gt;Am I missing something? I can not find any guide that talks about MCUXpresso, FreeRTOS and LPC17xx at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, Gioele.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Mar 2019 09:14:46 GMT</pubDate>
    <dc:creator>gsessa</dc:creator>
    <dc:date>2019-03-06T09:14:46Z</dc:date>
    <item>
      <title>Can not link FreeRTOS example project in MCUXpresso - LPC1756</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Can-not-link-FreeRTOS-example-project-in-MCUXpresso-LPC1756/m-p/872813#M34826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I am trying to build the freertos_blinky example project on my LPC1756 with the MCUXpresso IDE.&lt;/P&gt;&lt;P&gt;(MCUXpresso IDE v10.3.0 [Build 2200] [2018-12-03])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The two "lpc_board_nxp_lpcxpresso_1769board" and "lpc_chip_175x_6x" libraries are correctly imported and linked, so that the build does not generate any error, even if the sources and headers are located in other projects of the same workspace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I list all the operation I did:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Open MCUXpresso IDE in the "C:\Users\Public\FreeRTOS_test_WS" workspace folder&lt;/LI&gt;&lt;LI&gt;New project...&lt;/LI&gt;&lt;LI&gt;Under the preinstalled MCUs section, select LPC1756&lt;/LI&gt;&lt;LI&gt;LPCOpen - C Project&lt;/LI&gt;&lt;LI&gt;Project name: "FreeRTOS_test"&lt;/LI&gt;&lt;LI&gt;Import the "lpcopen_2_10_lpcxpresso_nxp_lpcxpresso_1769.zip" (the only one available for the 17xx family)&lt;/LI&gt;&lt;LI&gt;From all the available projects, import "freertos_blinky", "lpc_board_nxp_lpcxpresso_1769" and "lpc_chip_175x_6x"&lt;/LI&gt;&lt;LI&gt;Link the board and chip projects to the current one&lt;/LI&gt;&lt;LI&gt;Build project, no errors&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When trying to add the "FreeRTOS.h" file, the compiler says that this file can not be found.&lt;BR /&gt;So I tried to import all the sources and headers from the "freertos_blinky" to my project without any luck.&lt;BR /&gt;I then tried to move all those files and modify all the include paths to fix all the errors, until I get these ones:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;alloc.c:(.text._Csys_alloc+0x12): undefined reference to `__sys_appexit'&lt;/LI&gt;&lt;LI&gt;fpprintf.c:(.text.printf+0x50): undefined reference to `__Ciob'&lt;/LI&gt;&lt;LI&gt;_writebuf.c:(.text._Cwritebuf+0x14): undefined reference to `__sys_flen'&lt;/LI&gt;&lt;LI&gt;_writebuf.c:(.text._Cwritebuf+0x28): undefined reference to `__sys_seek'&lt;/LI&gt;&lt;LI&gt;fseek.c:(.text.fseek+0x1c): undefined reference to `__sys_istty'&lt;/LI&gt;&lt;LI&gt;fseek.c:(.text.fseek+0x92): undefined reference to `__sys_flen'&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do to make the freertos_blinky project visible from mine?&lt;/P&gt;&lt;P&gt;Am I missing something? I can not find any guide that talks about MCUXpresso, FreeRTOS and LPC17xx at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, Gioele.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2019 09:14:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Can-not-link-FreeRTOS-example-project-in-MCUXpresso-LPC1756/m-p/872813#M34826</guid>
      <dc:creator>gsessa</dc:creator>
      <dc:date>2019-03-06T09:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can not link FreeRTOS example project in MCUXpresso - LPC1756</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Can-not-link-FreeRTOS-example-project-in-MCUXpresso-LPC1756/m-p/872814#M34827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/389070"&gt;https://community.nxp.com/thread/389070&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2019 12:45:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Can-not-link-FreeRTOS-example-project-in-MCUXpresso-LPC1756/m-p/872814#M34827</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2019-03-06T12:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can not link FreeRTOS example project in MCUXpresso - LPC1756</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Can-not-link-FreeRTOS-example-project-in-MCUXpresso-LPC1756/m-p/872815#M34828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I just tried add freertos files to a LPCOpen demo code, I didn't see build error. I share it to you for your reference:&lt;/P&gt;&lt;P&gt;1. add freertos files to the project:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/64055iA7D4AF01F1F263A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. add the header files path to the compiler setting:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/64140i78326277CBE3EB7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then build the project. This is no error.&lt;/P&gt;&lt;P&gt;Please try the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jun Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 09:13:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Can-not-link-FreeRTOS-example-project-in-MCUXpresso-LPC1756/m-p/872815#M34828</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2019-03-07T09:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can not link FreeRTOS example project in MCUXpresso - LPC1756</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Can-not-link-FreeRTOS-example-project-in-MCUXpresso-LPC1756/m-p/872816#M34829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you gor your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the freertos_blinky example project&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed your steps as you can see on the folloing images:&lt;/P&gt;&lt;P&gt;- I copied the freertos folder into the example folder&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="proj_tree.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/64300i63E7DE871DA335B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="proj_tree.PNG" alt="proj_tree.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I checked the include lines and they were already ok&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="properties_for_freertos_blinky.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/64315iDC3B306593779688/image-size/large?v=v2&amp;amp;px=999" role="button" title="properties_for_freertos_blinky.PNG" alt="properties_for_freertos_blinky.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After fixing all the files include paths, I have the following errors:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="errors.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/64241i621DE3A88BDDAB58/image-size/large?v=v2&amp;amp;px=999" role="button" title="errors.PNG" alt="errors.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder if I followed your steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, Gioele.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2019 11:34:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Can-not-link-FreeRTOS-example-project-in-MCUXpresso-LPC1756/m-p/872816#M34829</guid>
      <dc:creator>gsessa</dc:creator>
      <dc:date>2019-03-07T11:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can not link FreeRTOS example project in MCUXpresso - LPC1756</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Can-not-link-FreeRTOS-example-project-in-MCUXpresso-LPC1756/m-p/872817#M34830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gioele,&lt;/P&gt;&lt;P&gt;In your screenshot, the compiler can't find some symbols such as vTaskDelay. For example, vTaskDelay is defined in file task.c/task.h. these files are under freertos folder. your project Proj_piace doesn't include freertos folder files. please include them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also found the properties screenshot you posted is for demo code freertos_blinky. you need check same for your own project, because the errors are on your own project but not the demo code.&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/67120iE0E3926D43289093/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jun Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2019 03:15:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Can-not-link-FreeRTOS-example-project-in-MCUXpresso-LPC1756/m-p/872817#M34830</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2019-03-08T03:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can not link FreeRTOS example project in MCUXpresso - LPC1756</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Can-not-link-FreeRTOS-example-project-in-MCUXpresso-LPC1756/m-p/872818#M34831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your quick and helpful reply.&lt;/P&gt;&lt;P&gt;I fixed the properties panel as you suggested but I had to create a new project because on the last one I had to change all the include paths and it was a little messy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have a new Proj_test with the following tree:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Proj_test-tree.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/67125iB4149B9817A054CA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Proj_test-tree.PNG" alt="Proj_test-tree.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I fixed the properties panel again and now I can include files like "task.h" and "FreeRTOS.h" to my project without changing all the include paths.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/67265iE6E398F8E27E385F/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main project file "Proj_test.c" is a copy of the "freertos_blinky.c" example, like I did on the previous project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the main project, the "task.h" file is correctly included, but it seems that their functions are not visible from my file.&lt;BR /&gt;I saw that the header was called "task.h" and the source "tasks.c", so I tried to rename the source file to match the header but the error still appears.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_10.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/67307i99528429BAC4AB7F/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_10.png" alt="pastedImage_10.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I tried then to delete those files from the project and to create new ones with the same name and content. No luck again.&lt;/P&gt;&lt;P&gt;I wonder if there is another step to include correctly headers with their relative sources to my project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day, Gioele.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2019 10:38:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Can-not-link-FreeRTOS-example-project-in-MCUXpresso-LPC1756/m-p/872818#M34831</guid>
      <dc:creator>gsessa</dc:creator>
      <dc:date>2019-03-08T10:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can not link FreeRTOS example project in MCUXpresso - LPC1756</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Can-not-link-FreeRTOS-example-project-in-MCUXpresso-LPC1756/m-p/872819#M34832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In your Proj_test folder, there is no "freertos" folder and files. see below. Please add them&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/70977i04506E496FE27C6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Jun Zhang&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 02:04:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Can-not-link-FreeRTOS-example-project-in-MCUXpresso-LPC1756/m-p/872819#M34832</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2019-03-11T02:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can not link FreeRTOS example project in MCUXpresso - LPC1756</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Can-not-link-FreeRTOS-example-project-in-MCUXpresso-LPC1756/m-p/872820#M34833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried to do so, as you can see in the following screenshot, nothing changed.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="tree+errors.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/71984iF36382BC195C2B13/image-size/large?v=v2&amp;amp;px=999" role="button" title="tree+errors.png" alt="tree+errors.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I even tried to add the Proj_test/freertos/inc folder path to the properties panel nd nothing changed again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day, Gioele.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:48:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Can-not-link-FreeRTOS-example-project-in-MCUXpresso-LPC1756/m-p/872820#M34833</guid>
      <dc:creator>gsessa</dc:creator>
      <dc:date>2019-03-11T15:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can not link FreeRTOS example project in MCUXpresso - LPC1756</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Can-not-link-FreeRTOS-example-project-in-MCUXpresso-LPC1756/m-p/872821#M34834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is because your freertos/src folder is not defined as a source folder. Only source folders are compiled, and because freertos is not being compiled, then you get these errors when linking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To confirm this, take a look at the folder icons, you will see that there is a small blue "c" overlayed on the src folder icon, but this is not present on the freertos/src folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To fix this, right click on the project and select New-&amp;gt;Source folder.&amp;nbsp;In the following dialog box, Make sure the correct project name is displayed, and in the Folder Name section, Browse to the freertos/src folder and OK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:45:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Can-not-link-FreeRTOS-example-project-in-MCUXpresso-LPC1756/m-p/872821#M34834</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2019-03-11T17:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can not link FreeRTOS example project in MCUXpresso - LPC1756</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Can-not-link-FreeRTOS-example-project-in-MCUXpresso-LPC1756/m-p/872822#M34835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both so much for your help, now everything is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I list all the operations I had to do:&lt;/P&gt;&lt;P&gt;- copy the &lt;STRONG&gt;&lt;EM&gt;freertos_blinky/freertos&lt;/EM&gt;&lt;/STRONG&gt; and the &lt;STRONG&gt;&lt;EM&gt;freertos_blinky/example&lt;/EM&gt;&lt;/STRONG&gt; folders into my project&lt;/P&gt;&lt;P&gt;- set the &lt;STRONG&gt;&lt;EM&gt;{ProjName}/freertos/src&lt;/EM&gt;&lt;/STRONG&gt; folder as a &lt;STRONG&gt;Source Folder&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- link the &lt;STRONG&gt;&lt;EM&gt;{ProjName}/frertos/inc&lt;/EM&gt;&lt;/STRONG&gt; and&lt;STRONG&gt;&lt;EM&gt; {ProjName}/example/inc &lt;/EM&gt;&lt;/STRONG&gt;folders to my project into the properties panel&lt;/P&gt;&lt;P&gt;- change the &lt;STRONG&gt;Managed Linker Script&lt;/STRONG&gt; library from &lt;EM&gt;&lt;STRONG&gt;Redlib (none)&lt;/STRONG&gt;&lt;/EM&gt; to &lt;EM&gt;&lt;STRONG&gt;Redlib (nohost)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those modifications let me correctly compile the project with no errors.&lt;/P&gt;&lt;P&gt;I hope this will be useful for other people having this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again for the support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, Gioele.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2019 09:58:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Can-not-link-FreeRTOS-example-project-in-MCUXpresso-LPC1756/m-p/872822#M34835</guid>
      <dc:creator>gsessa</dc:creator>
      <dc:date>2019-03-12T09:58:11Z</dc:date>
    </item>
  </channel>
</rss>

