<?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 Simple makefile and startup code for building basic lpcopen applications from the command line in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Simple-makefile-and-startup-code-for-building-basic-lpcopen/m-p/524853#M7489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mburton on Tue Mar 05 03:14:46 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Folks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been working on being able to compile/link lpcopen based applications using old-fashioned Makefile technology. My requirements are very simple so at the moment it only builds the core NXP libraries but there's no reason why it couldn't be expanded to compile the other libraries in lpcopen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's very simple at this time, in particular there's no dependencies defined at the moment so it's best to recompile everything if you change an lpcopen header file. That's no real hardship as it only takes a few seconds to recompile everything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are interested in trying it out, the latest version can be downloaded from:&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=https%3A%2F%2Fbitbucket.org%2Fsmartavionics%2Flpcopen-make%2Fget%2Fmaster.zip" rel="nofollow" target="_blank"&gt;https://bitbucket.org/smartavionics/lpcopen-make/get/master.zip&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Please report any issues at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fbitbucket.org%2Fsmartavionics%2Flpcopen-make" rel="nofollow" target="_blank"&gt;https://bitbucket.org/smartavionics/lpcopen-make&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:09:36 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:09:36Z</dc:date>
    <item>
      <title>Simple makefile and startup code for building basic lpcopen applications from the command line</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Simple-makefile-and-startup-code-for-building-basic-lpcopen/m-p/524853#M7489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mburton on Tue Mar 05 03:14:46 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Folks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been working on being able to compile/link lpcopen based applications using old-fashioned Makefile technology. My requirements are very simple so at the moment it only builds the core NXP libraries but there's no reason why it couldn't be expanded to compile the other libraries in lpcopen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's very simple at this time, in particular there's no dependencies defined at the moment so it's best to recompile everything if you change an lpcopen header file. That's no real hardship as it only takes a few seconds to recompile everything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are interested in trying it out, the latest version can be downloaded from:&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=https%3A%2F%2Fbitbucket.org%2Fsmartavionics%2Flpcopen-make%2Fget%2Fmaster.zip" rel="nofollow" target="_blank"&gt;https://bitbucket.org/smartavionics/lpcopen-make/get/master.zip&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Please report any issues at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fbitbucket.org%2Fsmartavionics%2Flpcopen-make" rel="nofollow" target="_blank"&gt;https://bitbucket.org/smartavionics/lpcopen-make&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:09:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Simple-makefile-and-startup-code-for-building-basic-lpcopen/m-p/524853#M7489</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Simple makefile and startup code for building basic lpcopen applications from the command line</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Simple-makefile-and-startup-code-for-building-basic-lpcopen/m-p/524854#M7490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mburton on Sat Mar 23 04:19:58 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;This has now been updated to be compatible with LPCOpen 1.02.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:09:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Simple-makefile-and-startup-code-for-building-basic-lpcopen/m-p/524854#M7490</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Simple makefile and startup code for building basic lpcopen applications from the command line</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Simple-makefile-and-startup-code-for-building-basic-lpcopen/m-p/524855#M7491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mburton on Tue Apr 30 01:24:46 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was waiting for LPCOpen 1.03 release before posting again but as it has been delayed, I thought I would post anyway. lpcopen-make now builds the FreeRTOS library for the 13xx and 17xx_40xx families as well as the core lpcopen library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lpcopen-make is a simple Makefile for building applications that use the core lpcopen functionality. All you need (apart from a Unix like environment) is a cross compiler (e.g. arm-none-eabi).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;You can find the latest version at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fbitbucket.org%2Fsmartavionics%2Flpcopen-make" rel="nofollow" target="_blank"&gt;https://bitbucket.org/smartavionics/lpcopen-make&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:09:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Simple-makefile-and-startup-code-for-building-basic-lpcopen/m-p/524855#M7491</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:09:38Z</dc:date>
    </item>
  </channel>
</rss>

