<?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のトピックRe: LPC1114/333 error when making release build</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114-333-error-when-making-release-build/m-p/1550892#M50655</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Yes now it works.&lt;BR /&gt;The missing point was the creation of the missing folder "Release" with the file "libCMSIS_CORE_LPC11xx" added in the folder.&lt;BR /&gt;&lt;BR /&gt;Thank you very much to both of you.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Nov 2022 08:29:59 GMT</pubDate>
    <dc:creator>tyassin1</dc:creator>
    <dc:date>2022-11-09T08:29:59Z</dc:date>
    <item>
      <title>LPC1114/333 error when making release build</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114-333-error-when-making-release-build/m-p/1550285#M50641</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to do a build in "release" mode. Everything works fine in "debug" mode.&lt;BR /&gt;I go "Project-&amp;gt;Build configurations-&amp;gt; Set Active-&amp;gt;Release"&lt;/P&gt;&lt;P&gt;When i try to build I get the following error:&lt;/P&gt;&lt;P&gt;c:/nxp/mcuxpressoide_11.6.1_8255/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.6.1.202207200623/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: cannot find -lCMSIS_CORE_LPC11xx&lt;/P&gt;&lt;P&gt;I use the package:&amp;nbsp;CMSIS_CORE_LPC11xx which is included when making the project.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thank you&lt;BR /&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 10:13:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114-333-error-when-making-release-build/m-p/1550285#M50641</guid>
      <dc:creator>tyassin1</dc:creator>
      <dc:date>2022-11-08T10:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1114/333 error when making release build</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114-333-error-when-making-release-build/m-p/1550351#M50642</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;gt; .../arm-none-eabi/bin/ld.exe: cannot find -lCMSIS_CORE_LPC11xx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The '-l' flag specifies an additional linker library.&lt;BR /&gt;A fixed prefix of "lib" and suffix of ".a" is assumed in this case, i.e. a file "libCMSIS_CORE_LPC11xx.a".&lt;BR /&gt;Not sure if that is correct.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would compare it to the linker settings of the Debug build.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 12:43:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114-333-error-when-making-release-build/m-p/1550351#M50642</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2022-11-08T12:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1114/333 error when making release build</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114-333-error-when-making-release-build/m-p/1550369#M50643</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have attached a screendumb of the two different settings.&lt;BR /&gt;I hope it is the right placed I have looked?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 13:57:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114-333-error-when-making-release-build/m-p/1550369#M50643</guid>
      <dc:creator>tyassin1</dc:creator>
      <dc:date>2022-11-08T13:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1114/333 error when making release build</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114-333-error-when-making-release-build/m-p/1550378#M50644</link>
      <description>&lt;P&gt;In your release build settings, you point to a the library in a folder named 'Release': have you built that library in that Release folder?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 14:09:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114-333-error-when-making-release-build/m-p/1550378#M50644</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2022-11-08T14:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1114/333 error when making release build</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114-333-error-when-making-release-build/m-p/1550380#M50645</link>
      <description>&lt;P&gt;So far, yes.&lt;BR /&gt;These settings evaluate into paths / file names, the difference in this case is the ../Debug or ../Release subfolder.&lt;/P&gt;&lt;P&gt;Are these folders there, and are the specified libraries there ?&lt;BR /&gt;I don't have the LPC1114 or the SDK to check this myself.&lt;/P&gt;&lt;P&gt;However, there is no fundamental difference between the Debug and the Release build, except for the toolchains settings (compiler, linker, pre-/post build), which are configurable.&lt;/P&gt;&lt;P&gt;In case it is missing in the ../Release folder, you should be able to link against the other lib version.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 14:14:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114-333-error-when-making-release-build/m-p/1550380#M50645</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2022-11-08T14:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1114/333 error when making release build</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114-333-error-when-making-release-build/m-p/1550381#M50646</link>
      <description>&lt;P&gt;That would explain it - it is part of the workspace, and must be built separately.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 14:16:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114-333-error-when-making-release-build/m-p/1550381#M50646</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2022-11-08T14:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1114/333 error when making release build</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114-333-error-when-making-release-build/m-p/1550389#M50647</link>
      <description>&lt;P&gt;I wrote a while back an article about this subject, I hope this would be helpful:&lt;/P&gt;&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2017/09/19/managing-project-and-library-dependencies-with-eclipse-cdt/" target="_blank"&gt;https://mcuoneclipse.com/2017/09/19/managing-project-and-library-dependencies-with-eclipse-cdt/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 14:36:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114-333-error-when-making-release-build/m-p/1550389#M50647</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2022-11-08T14:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1114/333 error when making release build</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114-333-error-when-making-release-build/m-p/1550892#M50655</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Yes now it works.&lt;BR /&gt;The missing point was the creation of the missing folder "Release" with the file "libCMSIS_CORE_LPC11xx" added in the folder.&lt;BR /&gt;&lt;BR /&gt;Thank you very much to both of you.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 08:29:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1114-333-error-when-making-release-build/m-p/1550892#M50655</guid>
      <dc:creator>tyassin1</dc:creator>
      <dc:date>2022-11-09T08:29:59Z</dc:date>
    </item>
  </channel>
</rss>

