<?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: S32DS1.3 Freertos component built errors in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS1-3-Freertos-component-built-errors/m-p/664263#M1265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,Stan:&lt;/P&gt;&lt;P&gt;i confirmed it included the Generated_code path in GNU C.&lt;/P&gt;&lt;P&gt;and my project just set as below:&lt;/P&gt;&lt;P&gt;1,File-&amp;gt;New-&amp;gt;New S32DS Project-&amp;gt;S32K144 chip-&amp;gt;SDKs : S32K144_SDK_gcc&lt;/P&gt;&lt;P&gt;2,click ProcessorExpert.pe, select components library:FreeRTOS(component reporsitory:SDK_S32K144_03) &amp;nbsp;to Components.&lt;/P&gt;&lt;P&gt;3,click Generate processorexpert icon button,&amp;nbsp;&lt;/P&gt;&lt;P&gt;4,Build project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and errors were display in Problems window.&lt;/P&gt;&lt;P&gt;so Can you give me a user guide for how to add a new Freertos project document?&lt;/P&gt;&lt;P&gt;i am a beginner in S32DS1.3 IDE and S32K144 Mcu&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Mar 2017 02:00:48 GMT</pubDate>
    <dc:creator>felix-li</dc:creator>
    <dc:date>2017-03-02T02:00:48Z</dc:date>
    <item>
      <title>S32DS1.3 Freertos component built errors</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS1-3-Freertos-component-built-errors/m-p/664259#M1261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello:&lt;/P&gt;&lt;P&gt;when i added freertos component to any new S32DS1.3 Project, when i pressed the &amp;nbsp;generate the processor expert code &amp;nbsp;icon, i built the project ,but the project couldn't pass ,and it remain as the below errors:&lt;/P&gt;&lt;P&gt;i dont know what s wrong in my project ,Could you help me confirm it?&lt;/P&gt;&lt;P&gt;thanks.&lt;span class="lia-inline-image-display-wrapper" image-alt="177934_177934.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/122912i3A9FBD346D64AE00/image-size/large?v=v2&amp;amp;px=999" role="button" title="177934_177934.png" alt="177934_177934.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="freertos  built errors.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13753iE7A44F8D217C80D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="freertos  built errors.png" alt="freertos  built errors.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 14:53:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS1-3-Freertos-component-built-errors/m-p/664259#M1261</guid>
      <dc:creator>ceac-felixli</dc:creator>
      <dc:date>2017-02-23T14:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS1.3 Freertos component built errors</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS1-3-Freertos-component-built-errors/m-p/664260#M1262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felix,&lt;/P&gt;&lt;P&gt;It seems the project has no floating point support enabled.&lt;/P&gt;&lt;P&gt;Please go to project properties -&amp;gt; C/C++ Build -&amp;gt; Settings -&amp;gt; Target Processor and set Float ABI to "Hard" and FPU Type to "fpv4-sp-d16"&lt;/P&gt;&lt;P&gt;&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/13663i9781D56184D1E601/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;Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 15:07:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS1-3-Freertos-component-built-errors/m-p/664260#M1262</guid>
      <dc:creator>stanish</dc:creator>
      <dc:date>2017-02-24T15:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS1.3 Freertos component built errors</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS1-3-Freertos-component-built-errors/m-p/664261#M1263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,Stan:&lt;/P&gt;&lt;P&gt;i tried your way,but still had other compile errors,like below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="HWFP error.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/14077i510DB20A9BD70BF9/image-size/large?v=v2&amp;amp;px=999" role="button" title="HWFP error.png" alt="HWFP error.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 09:12:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS1-3-Freertos-component-built-errors/m-p/664261#M1263</guid>
      <dc:creator>felix-li</dc:creator>
      <dc:date>2017-02-27T09:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS1.3 Freertos component built errors</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS1-3-Freertos-component-built-errors/m-p/664262#M1264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felix,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can you possibly share your project with us? I cannot reproduce this issue on a simple test case.&lt;/P&gt;&lt;P&gt;Seems there is an issue with include paths &amp;nbsp;e.g. "configMAX_PRIORITIES" is a macro from "&amp;lt;Project&amp;gt;/Generated_Code/FreeRTOSConfig.h".&lt;/P&gt;&lt;P&gt;Can you check if this path is included? ("Project Properties -&amp;gt;C/C++ General -&amp;gt; Paths and Symbols -&amp;gt; Includes Tab -&amp;gt; Gnu C")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 09:46:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS1-3-Freertos-component-built-errors/m-p/664262#M1264</guid>
      <dc:creator>stanish</dc:creator>
      <dc:date>2017-02-28T09:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS1.3 Freertos component built errors</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS1-3-Freertos-component-built-errors/m-p/664263#M1265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,Stan:&lt;/P&gt;&lt;P&gt;i confirmed it included the Generated_code path in GNU C.&lt;/P&gt;&lt;P&gt;and my project just set as below:&lt;/P&gt;&lt;P&gt;1,File-&amp;gt;New-&amp;gt;New S32DS Project-&amp;gt;S32K144 chip-&amp;gt;SDKs : S32K144_SDK_gcc&lt;/P&gt;&lt;P&gt;2,click ProcessorExpert.pe, select components library:FreeRTOS(component reporsitory:SDK_S32K144_03) &amp;nbsp;to Components.&lt;/P&gt;&lt;P&gt;3,click Generate processorexpert icon button,&amp;nbsp;&lt;/P&gt;&lt;P&gt;4,Build project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and errors were display in Problems window.&lt;/P&gt;&lt;P&gt;so Can you give me a user guide for how to add a new Freertos project document?&lt;/P&gt;&lt;P&gt;i am a beginner in S32DS1.3 IDE and S32K144 Mcu&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 02:00:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS1-3-Freertos-component-built-errors/m-p/664263#M1265</guid>
      <dc:creator>felix-li</dc:creator>
      <dc:date>2017-03-02T02:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS1.3 Freertos component built errors</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS1-3-Freertos-component-built-errors/m-p/664264#M1266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Felix,&lt;/P&gt;&lt;P&gt;Thanks for the details.&lt;/P&gt;&lt;P&gt;I'm able to reproduce this issue. I'd suggest you:&lt;/P&gt;&lt;P&gt;1) enable Floating point to Hard&lt;/P&gt;&lt;P&gt;2) disable StackOverflow checking (see the screenshot below) and generate the code again. This option is enabled by default and in such case the project expects a callback function associated with this event (stack overflow) to be created by user. So you can either create this callback function or completely disable stack checking to pass the build.&lt;/P&gt;&lt;P&gt;&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/16549i0E0614DE6B59D90D/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;3) I noticed there may also appear some false positives messages in Problems View. So I'd recommend you to clean the project and Rebuild the indexer (right click on project -&amp;gt; Index -&amp;gt; Rebuild).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI:This is a know issue which should be addressed in a next releases.&lt;/P&gt;&lt;P&gt;I'd recommend to you to check result of build in the console view and if the elf file is generated and you observe an errors in Problems View then these errors are false ones.&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/16586i576EA99CFFB9AE9C/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;Hope it helps.&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 16:44:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS1-3-Freertos-component-built-errors/m-p/664264#M1266</guid>
      <dc:creator>stanish</dc:creator>
      <dc:date>2017-03-03T16:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS1.3 Freertos component built errors</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS1-3-Freertos-component-built-errors/m-p/664265#M1267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, Stanishlav:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help, i have &amp;nbsp;finished the compile successfully as your &amp;nbsp;way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 02:27:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS1-3-Freertos-component-built-errors/m-p/664265#M1267</guid>
      <dc:creator>felix-li</dc:creator>
      <dc:date>2017-03-06T02:27:50Z</dc:date>
    </item>
  </channel>
</rss>

