<?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のトピックmcuXpresso stuck in Discover compiler built-in</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/mcuXpresso-stuck-in-Discover-compiler-built-in/m-p/1887869#M56247</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I try to build project for lpc1769 but mcuxperrso stuck in&amp;nbsp;Discover compiler built-in&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="simonfourquier_0-1718365223448.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/284237i763217CB64166E1B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="simonfourquier_0-1718365223448.png" alt="simonfourquier_0-1718365223448.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can you help me?&lt;/P&gt;&lt;P&gt;I'm on debian and&amp;nbsp;MCUXpresso IDE v11.9.1&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;lsb_release -a&lt;BR /&gt;No LSB modules are available.&lt;BR /&gt;Distributor ID: Debian&lt;BR /&gt;Description: &amp;nbsp;&amp;nbsp;&amp;nbsp;Debian GNU/Linux trixie/sid&lt;BR /&gt;Release: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;n/a&lt;BR /&gt;Codename: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;trixie&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jun 2024 11:44:33 GMT</pubDate>
    <dc:creator>simonfourquier</dc:creator>
    <dc:date>2024-06-14T11:44:33Z</dc:date>
    <item>
      <title>mcuXpresso stuck in Discover compiler built-in</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/mcuXpresso-stuck-in-Discover-compiler-built-in/m-p/1887869#M56247</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I try to build project for lpc1769 but mcuxperrso stuck in&amp;nbsp;Discover compiler built-in&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="simonfourquier_0-1718365223448.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/284237i763217CB64166E1B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="simonfourquier_0-1718365223448.png" alt="simonfourquier_0-1718365223448.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can you help me?&lt;/P&gt;&lt;P&gt;I'm on debian and&amp;nbsp;MCUXpresso IDE v11.9.1&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;lsb_release -a&lt;BR /&gt;No LSB modules are available.&lt;BR /&gt;Distributor ID: Debian&lt;BR /&gt;Description: &amp;nbsp;&amp;nbsp;&amp;nbsp;Debian GNU/Linux trixie/sid&lt;BR /&gt;Release: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;n/a&lt;BR /&gt;Codename: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;trixie&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 11:44:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/mcuXpresso-stuck-in-Discover-compiler-built-in/m-p/1887869#M56247</guid>
      <dc:creator>simonfourquier</dc:creator>
      <dc:date>2024-06-14T11:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: mcuXpresso stuck in Discover compiler built-in</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/mcuXpresso-stuck-in-Discover-compiler-built-in/m-p/1888547#M56259</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/161472"&gt;@simonfourquier&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Ensure that your MCU Xpress IDE has been updated to the latest version. You can download the latest version of MCUXpresso IDE from the NXP official website.&lt;/P&gt;
&lt;P&gt;2. Check your project settings to ensure that the compiler and target device are configured correctly. In the MCU Xpress IDE, click on "Project" -&amp;gt;"Properties", then select "C/C++Build" -&amp;gt;"Settings" on the left side. In the "Tool Settings" tab on the right, check the settings in the "MCU Linker" section to ensure that the correct target device (lpc1769) is selected.&lt;/P&gt;
&lt;P&gt;3. If the problem persists, try creating a new project and copying your source code files to the new project. This can sometimes solve some issues related to project settings.&lt;/P&gt;
&lt;P&gt;Hope this will help you.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Hang&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 09:03:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/mcuXpresso-stuck-in-Discover-compiler-built-in/m-p/1888547#M56259</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2024-06-17T09:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: mcuXpresso stuck in Discover compiler built-in</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/mcuXpresso-stuck-in-Discover-compiler-built-in/m-p/1899641#M56379</link>
      <description>&lt;P&gt;is a bug in eclipse on Debian testing&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/eclipse-cdt/cdt/issues/835" target="_blank"&gt;https://github.com/eclipse-cdt/cdt/issues/835&lt;/A&gt;&lt;/P&gt;&lt;P&gt;we can controuning it with&lt;/P&gt;&lt;P&gt;prlimit --nofile=3741816:1073741816 -p $(pidof mcuxpressoide)&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 14:59:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/mcuXpresso-stuck-in-Discover-compiler-built-in/m-p/1899641#M56379</guid>
      <dc:creator>simonfourquier</dc:creator>
      <dc:date>2024-07-04T14:59:21Z</dc:date>
    </item>
  </channel>
</rss>

