<?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>LPC MicrocontrollersのトピックFreeRTOS build failure in Release configuration (MCUXpresso IDE v24.9.25)</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/FreeRTOS-build-failure-in-Release-configuration-MCUXpresso-IDE/m-p/2008289#M57357</link>
    <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;Can someone please help me what might cause FREERTOS component to fail only in release configuration?&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;San&lt;/P&gt;</description>
    <pubDate>Thu, 05 Dec 2024 14:50:34 GMT</pubDate>
    <dc:creator>sushmasan</dc:creator>
    <dc:date>2024-12-05T14:50:34Z</dc:date>
    <item>
      <title>FreeRTOS build failure in Release configuration (MCUXpresso IDE v24.9.25)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/FreeRTOS-build-failure-in-Release-configuration-MCUXpresso-IDE/m-p/2008289#M57357</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;Can someone please help me what might cause FREERTOS component to fail only in release configuration?&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;San&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 14:50:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/FreeRTOS-build-failure-in-Release-configuration-MCUXpresso-IDE/m-p/2008289#M57357</guid>
      <dc:creator>sushmasan</dc:creator>
      <dc:date>2024-12-05T14:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS build failure in Release configuration (MCUXpresso IDE v24.9.25)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/FreeRTOS-build-failure-in-Release-configuration-MCUXpresso-IDE/m-p/2009391#M57363</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/221349"&gt;@sushmasan&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;What component are you seeing fail? How is it failing (i.e. hardfault, halting, etc.)? Does it only happen with release build or also with debug build? What MCU, SDK and IDE versions are you using?&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;Edwin.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 21:57:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/FreeRTOS-build-failure-in-Release-configuration-MCUXpresso-IDE/m-p/2009391#M57363</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2024-12-06T21:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS build failure in Release configuration (MCUXpresso IDE v24.9.25)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/FreeRTOS-build-failure-in-Release-configuration-MCUXpresso-IDE/m-p/2011262#M57381</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/186731"&gt;@EdwinHz&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The error is with this component,&lt;/P&gt;&lt;P&gt;make -r -j16 all&lt;BR /&gt;make[1]: *** No rule to make target '../freertos/freertos-kernel/portable/GCC/ARM_CM33_NTZ/non_secure/portasm.c', needed by 'freertos/freertos-kernel/portable/GCC/ARM_CM33_NTZ/non_secure/portasm.o'. Stop.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Surprisingly I am not seeing the issue now.&lt;/P&gt;&lt;P&gt;These are the steps followed,&lt;/P&gt;&lt;P&gt;- Created a new workspace folder(C:/Test/ws) and while launching the MCU Xpresso IDE provided this as a workspace path&lt;/P&gt;&lt;P&gt;- Copied the Free RTOS code to Test folder&lt;/P&gt;&lt;P&gt;- While trying to build using Debug/Release configuration, Debug is PASS, Release is FAIL.&lt;/P&gt;&lt;P&gt;Now I made few changes,&lt;/P&gt;&lt;P&gt;- Created a new workspace folder(C:/Test/new_ws) and while launching the MCU Xpresso IDE provided this as a workspace path&lt;/P&gt;&lt;P&gt;- Copied the Free RTOS code to new_ws folder&lt;/P&gt;&lt;P&gt;- While trying to build using Debug/Release configuration, now both are PASS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering if there is an issue with path or something, then in the first scenario both debug and release has to fail. But only Release configuration build has failed.&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;San&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 18:26:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/FreeRTOS-build-failure-in-Release-configuration-MCUXpresso-IDE/m-p/2011262#M57381</guid>
      <dc:creator>sushmasan</dc:creator>
      <dc:date>2024-12-10T18:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: FreeRTOS build failure in Release configuration (MCUXpresso IDE v24.9.25)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/FreeRTOS-build-failure-in-Release-configuration-MCUXpresso-IDE/m-p/2012205#M57389</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/221349"&gt;@sushmasan&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;It was probably a porting issue that caused the&amp;nbsp;&lt;SPAN&gt;'../freertos/freertos-kernel/portable/GCC/ARM_CM33_NTZ/non_secure/portasm.c' to not be copied correctly into the first workspace. Then with the second one, it was likely copied correctly, which is why it worked on a second try.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR,&lt;BR /&gt;Edwin.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 17:28:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/FreeRTOS-build-failure-in-Release-configuration-MCUXpresso-IDE/m-p/2012205#M57389</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2024-12-11T17:28:33Z</dc:date>
    </item>
  </channel>
</rss>

