<?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: LPC845 samples not compiling on Keil using 12.1.0 pack and ARM compiler 6</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-samples-not-compiling-on-Keil-using-12-1-0-pack-and-ARM/m-p/1089723#M41794</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI, I've tried this workaround without success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though it does allow the firmware to compile without errors, the firmware image doesn't appear to work properly on the target hardware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the LPC54018 IoT Module, I can compile/load the Hello World project with Keil 5.29 and everything works great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I open the same project with Keil 5.31, make the change as suggested (-x assembler-with-cpp) and compile without errors. But after flashing the firmware, it doesn't appear to be running on the target. I certainly don't get any data out the serial port.&lt;/P&gt;&lt;P style="color: rgba(0, 0, 0, 0.8); background-color: #ffffff; font-size: 13px;"&gt;&lt;SPAN class="" dir="ltr"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jul 2020 03:04:59 GMT</pubDate>
    <dc:creator>rawsewage</dc:creator>
    <dc:date>2020-07-14T03:04:59Z</dc:date>
    <item>
      <title>LPC845 samples not compiling on Keil using 12.1.0 pack and ARM compiler 6</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-samples-not-compiling-on-Keil-using-12-1-0-pack-and-ARM/m-p/1089721#M41792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The compiler shows the following errors:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;startup_LPC845.s(xxx): error: too many positional arguments&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To fix it i have to delete all the comments at the right of each &lt;STRONG&gt;def_irq_handler&lt;/STRONG&gt; definition (maybe .macro thinks spaces are arguments?)&lt;/P&gt;&lt;P&gt;Just letting this here if it happens to other people.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jul 2020 16:39:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-samples-not-compiling-on-Keil-using-12-1-0-pack-and-ARM/m-p/1089721#M41792</guid>
      <dc:creator>matteofumagalli</dc:creator>
      <dc:date>2020-07-11T16:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: LPC845 samples not compiling on Keil using 12.1.0 pack and ARM compiler 6</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-samples-not-compiling-on-Keil-using-12-1-0-pack-and-ARM/m-p/1089722#M41793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Matteo&lt;/P&gt;&lt;P&gt;I guess you use Keil v5.30 or later.&lt;/P&gt;&lt;P&gt;Please check the workaround of this issue from ARM Keil.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.keil.com/support/docs/4226.htm" title="http://www.keil.com/support/docs/4226.htm"&gt;ARMCLANG: Pre-processing of assembler file in armclang&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jun Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2020 03:57:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-samples-not-compiling-on-Keil-using-12-1-0-pack-and-ARM/m-p/1089722#M41793</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-07-13T03:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: LPC845 samples not compiling on Keil using 12.1.0 pack and ARM compiler 6</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-samples-not-compiling-on-Keil-using-12-1-0-pack-and-ARM/m-p/1089723#M41794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI, I've tried this workaround without success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though it does allow the firmware to compile without errors, the firmware image doesn't appear to work properly on the target hardware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the LPC54018 IoT Module, I can compile/load the Hello World project with Keil 5.29 and everything works great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I open the same project with Keil 5.31, make the change as suggested (-x assembler-with-cpp) and compile without errors. But after flashing the firmware, it doesn't appear to be running on the target. I certainly don't get any data out the serial port.&lt;/P&gt;&lt;P style="color: rgba(0, 0, 0, 0.8); background-color: #ffffff; font-size: 13px;"&gt;&lt;SPAN class="" dir="ltr"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2020 03:04:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-samples-not-compiling-on-Keil-using-12-1-0-pack-and-ARM/m-p/1089723#M41794</guid>
      <dc:creator>rawsewage</dc:creator>
      <dc:date>2020-07-14T03:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: LPC845 samples not compiling on Keil using 12.1.0 pack and ARM compiler 6</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-samples-not-compiling-on-Keil-using-12-1-0-pack-and-ARM/m-p/1089724#M41795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your original question says you use LPC845, if you have issue&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;LPC54018, please create a new thread.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regarding to LPC845, please test if the solution works for a simple project for example, blink led.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;if the problem is only for a specific project, let me the project name, I will test.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2020 09:52:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-samples-not-compiling-on-Keil-using-12-1-0-pack-and-ARM/m-p/1089724#M41795</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-07-14T09:52:51Z</dc:date>
    </item>
  </channel>
</rss>

