<?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 Re: Static -binary- libraries for LPCXpresso in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Static-binary-libraries-for-LPCXpresso/m-p/551133#M11709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by elektronist on Wed Apr 29 03:44:07 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for quick response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A tiny add: Right click on the library in Project Explorer doesn't show Binary Utilities menu entry. Instead right clicks on liblibraryname.a in Debug and Release do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:58:06 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:58:06Z</dc:date>
    <item>
      <title>Static -binary- libraries for LPCXpresso</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Static-binary-libraries-for-LPCXpresso/m-p/551131#M11707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by elektronist on Wed Apr 29 01:20:57 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;How can we create, distribute and use binary only libraries for LPCXpresso, like i2c_display_lib?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fblog%2Flcd-driver-pcf2119-sample-code" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/blog/lcd-driver-pcf2119-sample-code&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:58:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Static-binary-libraries-for-LPCXpresso/m-p/551131#M11707</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Static -binary- libraries for LPCXpresso</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Static-binary-libraries-for-LPCXpresso/m-p/551132#M11708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Wed Apr 29 01:40:56 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;In the first place, read:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Fcreating-linking-library-projects" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/creating-linking-library-projects&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you have a working library archive, you may wish to strip the debug information from it before distribution. This can be done in one of the following ways:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[list]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [*]Right click on the library in Project Explorer and select Binary utilities-&amp;gt;Strip debug symbols&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [*]Run the following command from a command prompt (or as a post build step):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[list]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [*]arm-none-eabi-objcopy -g liblibraryname.a&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/list]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/list]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso Support&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:58:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Static-binary-libraries-for-LPCXpresso/m-p/551132#M11708</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Static -binary- libraries for LPCXpresso</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Static-binary-libraries-for-LPCXpresso/m-p/551133#M11709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by elektronist on Wed Apr 29 03:44:07 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for quick response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A tiny add: Right click on the library in Project Explorer doesn't show Binary Utilities menu entry. Instead right clicks on liblibraryname.a in Debug and Release do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:58:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Static-binary-libraries-for-LPCXpresso/m-p/551133#M11709</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:58:06Z</dc:date>
    </item>
  </channel>
</rss>

