<?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 Integrate freeRTOS into Lin_Slave_S32K148_Example_DS in S32 SDK</title>
    <link>https://community.nxp.com/t5/S32-SDK/Integrate-freeRTOS-into-Lin-Slave-S32K148-Example-DS/m-p/1634633#M3041</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I imported the example project&amp;nbsp;Lin_Slave_S32K148_Example_DS and added the freeRTOS component. The code generation does not indicate that any problems occured, but the final Console output while attempting to build the project yields&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Building target: Lin_Slave_S32K148_Example_DS.elf&lt;BR /&gt;Invoking: Standard S32DS C Linker&lt;BR /&gt;arm-none-eabi-gcc -o "Lin_Slave_S32K148_Example_DS.elf" "@Lin_Slave_S32K148_Example_DS.args"&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;uses variable-size enums yet the output is to use 32-bit enums; use of enum values across objects may fail&lt;BR /&gt;collect2.exe: error: ld returned 1 exit status&lt;BR /&gt;make: *** [makefile:45: Lin_Slave_S32K148_Example_DS.elf] Error 1&lt;BR /&gt;"make -j8 all" terminated with exit code 2. Build might be incomplete.&lt;/P&gt;&lt;P&gt;10:48:57 Build Failed. 1 errors, 0 warnings. (took 46s.437ms)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I looked up the makefile in the Debug_FLASH folder and found the statement that causes the problem&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;arm-none-eabi-gcc -o "Lin_Slave_S32K148_Example_DS.elf" "@Lin_Slave_S32K148_Example_DS.args" $(USER_OBJS)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Since I only added the freeRTOS to the example project &lt;SPAN&gt;Lin_Slave_S32K148_Example_DS&amp;nbsp;&lt;/SPAN&gt;I want to understand why building this project fails and what (configuration, peripherals,...) I am missing.&lt;/P&gt;&lt;P&gt;Maybe the following information help:&lt;/P&gt;&lt;P&gt;Installed Software&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;S32 Design Studio S32K1XX SDK RTM 4.0.3&lt;/LI&gt;&lt;LI&gt;FreeRTOS S32K1 1.0.1&lt;/LI&gt;&lt;LI&gt;LINSTACK S32K1 1.0.1&lt;/LI&gt;&lt;LI&gt;RTD S32K1XX 1.0.1 (HF)&lt;/LI&gt;&lt;LI&gt;TCIP_STACK S32K1 1.0.1&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Peripherals - Components (Overview)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="M_SCH_0-1681730186575.png" style="width: 659px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/219449iFFB6C0983F396CA8/image-dimensions/659x233?v=v2" width="659" height="233" role="button" title="M_SCH_0-1681730186575.png" alt="M_SCH_0-1681730186575.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can somebody help me with this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;M_SCH&lt;/P&gt;</description>
    <pubDate>Mon, 24 Apr 2023 08:55:39 GMT</pubDate>
    <dc:creator>M_SCH</dc:creator>
    <dc:date>2023-04-24T08:55:39Z</dc:date>
    <item>
      <title>Integrate freeRTOS into Lin_Slave_S32K148_Example_DS</title>
      <link>https://community.nxp.com/t5/S32-SDK/Integrate-freeRTOS-into-Lin-Slave-S32K148-Example-DS/m-p/1634633#M3041</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I imported the example project&amp;nbsp;Lin_Slave_S32K148_Example_DS and added the freeRTOS component. The code generation does not indicate that any problems occured, but the final Console output while attempting to build the project yields&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Building target: Lin_Slave_S32K148_Example_DS.elf&lt;BR /&gt;Invoking: Standard S32DS C Linker&lt;BR /&gt;arm-none-eabi-gcc -o "Lin_Slave_S32K148_Example_DS.elf" "@Lin_Slave_S32K148_Example_DS.args"&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;uses variable-size enums yet the output is to use 32-bit enums; use of enum values across objects may fail&lt;BR /&gt;collect2.exe: error: ld returned 1 exit status&lt;BR /&gt;make: *** [makefile:45: Lin_Slave_S32K148_Example_DS.elf] Error 1&lt;BR /&gt;"make -j8 all" terminated with exit code 2. Build might be incomplete.&lt;/P&gt;&lt;P&gt;10:48:57 Build Failed. 1 errors, 0 warnings. (took 46s.437ms)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I looked up the makefile in the Debug_FLASH folder and found the statement that causes the problem&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;arm-none-eabi-gcc -o "Lin_Slave_S32K148_Example_DS.elf" "@Lin_Slave_S32K148_Example_DS.args" $(USER_OBJS)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Since I only added the freeRTOS to the example project &lt;SPAN&gt;Lin_Slave_S32K148_Example_DS&amp;nbsp;&lt;/SPAN&gt;I want to understand why building this project fails and what (configuration, peripherals,...) I am missing.&lt;/P&gt;&lt;P&gt;Maybe the following information help:&lt;/P&gt;&lt;P&gt;Installed Software&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;S32 Design Studio S32K1XX SDK RTM 4.0.3&lt;/LI&gt;&lt;LI&gt;FreeRTOS S32K1 1.0.1&lt;/LI&gt;&lt;LI&gt;LINSTACK S32K1 1.0.1&lt;/LI&gt;&lt;LI&gt;RTD S32K1XX 1.0.1 (HF)&lt;/LI&gt;&lt;LI&gt;TCIP_STACK S32K1 1.0.1&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Peripherals - Components (Overview)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="M_SCH_0-1681730186575.png" style="width: 659px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/219449iFFB6C0983F396CA8/image-dimensions/659x233?v=v2" width="659" height="233" role="button" title="M_SCH_0-1681730186575.png" alt="M_SCH_0-1681730186575.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can somebody help me with this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;M_SCH&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 08:55:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Integrate-freeRTOS-into-Lin-Slave-S32K148-Example-DS/m-p/1634633#M3041</guid>
      <dc:creator>M_SCH</dc:creator>
      <dc:date>2023-04-24T08:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate freeRTOS into Lin_Slave_S32K148_Example_DS</title>
      <link>https://community.nxp.com/t5/S32-SDK/Integrate-freeRTOS-into-Lin-Slave-S32K148-Example-DS/m-p/1640434#M3053</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215919"&gt;@M_SCH&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Could you change "Current builder" to the below image and re-build project?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nxf78987_0-1682501670786.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/220909i6ACA7FCE9F0A77D0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nxf78987_0-1682501670786.png" alt="nxf78987_0-1682501670786.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I attached an example that I built successfully from my side.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 09:37:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Integrate-freeRTOS-into-Lin-Slave-S32K148-Example-DS/m-p/1640434#M3053</guid>
      <dc:creator>DanNguyenDuy</dc:creator>
      <dc:date>2023-04-26T09:37:52Z</dc:date>
    </item>
  </channel>
</rss>

