<?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: Compilation Error: dali master lpc13xx in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Compilation-Error-dali-master-lpc13xx/m-p/525893#M8529</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by LabRat on Sun Sep 21 09:58:21 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;See:&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%2Flinker-cannot-find-library" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/linker-cannot-find-library&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:56:50 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:56:50Z</dc:date>
    <item>
      <title>Compilation Error: dali master lpc13xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Compilation-Error-dali-master-lpc13xx/m-p/525889#M8525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ajay.moxie on Sun Nov 10 03:18:08 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I was trying to compile NXP dali master project from NXP on LPCXpress, but its failing with following error&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\nxp\DALI_Master\dali_master_lpc13xx\inc/bsp.h:47:21: fatal error: lpc13xx.h: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where to find these files, I don't see them in the source code provided by NXP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ajay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:56:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Compilation-Error-dali-master-lpc13xx/m-p/525889#M8525</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Compilation Error: dali master lpc13xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Compilation-Error-dali-master-lpc13xx/m-p/525890#M8526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by LabRat on Sun Nov 10 03:27:21 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: ajay.moxie&lt;/STRONG&gt;&lt;BR /&gt;.. I don't see them in the source code provided by NXP.&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you import and build the correct CMSIS?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:56:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Compilation-Error-dali-master-lpc13xx/m-p/525890#M8526</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Compilation Error: dali master lpc13xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Compilation-Error-dali-master-lpc13xx/m-p/525891#M8527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc on Sun Nov 10 23:02:00 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi ajay,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You will have to import from following C:\nxp\lighting\DALI_SDK_v2.0\LPC134xMaster folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You will see following two projects in your workspace.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CMSISv1p30_LPC13xx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dali_master_lpc13xx&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tested and it works for me. I am using LPCXpresso v6.1.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MC&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:56:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Compilation-Error-dali-master-lpc13xx/m-p/525891#M8527</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Compilation Error: dali master lpc13xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Compilation-Error-dali-master-lpc13xx/m-p/525892#M8528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by geokonst on Sun Sep 21 09:29:25 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was having the same issue, so thanks MC for reminding me to import both projects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am, however, now getting this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;s:/lpcxpresso_7.3.0_186/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: cannot find -lCMSISv1p30_LPC13xx&lt;BR /&gt;collect2.exe: error: ld returned 1 exit status&lt;BR /&gt;make: *** [dali_master_lpc13xx.axf] Error 1&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas what might be wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:56:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Compilation-Error-dali-master-lpc13xx/m-p/525892#M8528</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Compilation Error: dali master lpc13xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Compilation-Error-dali-master-lpc13xx/m-p/525893#M8529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by LabRat on Sun Sep 21 09:58:21 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;See:&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%2Flinker-cannot-find-library" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/linker-cannot-find-library&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:56:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Compilation-Error-dali-master-lpc13xx/m-p/525893#M8529</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Compilation Error: dali master lpc13xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Compilation-Error-dali-master-lpc13xx/m-p/525894#M8530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by geokonst on Mon Sep 22 05:00:23 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;For anyone running into the same issues:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The CMSISv1p30 wasn't compiling and therefore giving the error I was getting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can solve this by updating the project to a later CMSIS or make the changes suggested (by NXP if you search for the error) to the libraries (adding a couple of "&amp;amp;") &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It now compiles fine&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:56:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Compilation-Error-dali-master-lpc13xx/m-p/525894#M8530</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:56:51Z</dc:date>
    </item>
  </channel>
</rss>

