<?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>LPCXpresso IDEのトピックRemoving Libraries from Project</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Removing-Libraries-from-Project/m-p/560183#M15747</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Sal Ammoniac on Fri Dec 02 10:08:36 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using LPCXpresso 4.1.0 with an LPC1469 board. I created an LCPXpressio C project in Code Red and specified not to use the Code Red or Newlib libraries.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the project's "MCU Linker-&amp;gt;General" properaties tab I checked the "Do not use default libraries", "No startup or default libs", and the "No shared libraries" options.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even with these options selected, Code Red still creates a "Test1_Debug_lib.ld" file with this content:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
/*
 * GENERATED FILE - DO NOT EDIT
 * (C) Code Red Technologies Ltd, 2008-9
 * Generated linker script library include file for Redlib (none) 
 * (created from redlib_none_c.ld (LPCXpresso v4.1.0 [Build 190] [27/09/2011] ) on Fri Dec 02 06:01:02 PST 2011)
*/

GROUP(libcr_c.a libcr_eabihelpers.a)
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The last line causes the linker to try to resolve symbols out of a library somewhere, which I don't want. I can manually delete this line, but get a warning that this is a generated file. When I do this, I can link my project okay.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I get Code Red to stop trying to link my code with libcr_c.a and libcr_eabihelpers.a?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 00:50:02 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T00:50:02Z</dc:date>
    <item>
      <title>Removing Libraries from Project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Removing-Libraries-from-Project/m-p/560183#M15747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Sal Ammoniac on Fri Dec 02 10:08:36 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using LPCXpresso 4.1.0 with an LPC1469 board. I created an LCPXpressio C project in Code Red and specified not to use the Code Red or Newlib libraries.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the project's "MCU Linker-&amp;gt;General" properaties tab I checked the "Do not use default libraries", "No startup or default libs", and the "No shared libraries" options.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even with these options selected, Code Red still creates a "Test1_Debug_lib.ld" file with this content:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
/*
 * GENERATED FILE - DO NOT EDIT
 * (C) Code Red Technologies Ltd, 2008-9
 * Generated linker script library include file for Redlib (none) 
 * (created from redlib_none_c.ld (LPCXpresso v4.1.0 [Build 190] [27/09/2011] ) on Fri Dec 02 06:01:02 PST 2011)
*/

GROUP(libcr_c.a libcr_eabihelpers.a)
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The last line causes the linker to try to resolve symbols out of a library somewhere, which I don't want. I can manually delete this line, but get a warning that this is a generated file. When I do this, I can link my project okay.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I get Code Red to stop trying to link my code with libcr_c.a and libcr_eabihelpers.a?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:50:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Removing-Libraries-from-Project/m-p/560183#M15747</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Libraries from Project</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Removing-Libraries-from-Project/m-p/560184#M15748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Fri Dec 02 12:03:37 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;In the project properties, on the MCU Linker/Target page, you will see a "Use C libraries" setting - set it to No libraries.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:50:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Removing-Libraries-from-Project/m-p/560184#M15748</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:50:03Z</dc:date>
    </item>
  </channel>
</rss>

