<?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のトピックRe: Compiling error</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Compiling-error/m-p/586750#M27353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_Europe on Tue Jun 28 04:24:17 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello theasus,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#1f497d][FONT=Calibri]The compiler errors find their origin in the newer version of the compiler,[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#1f497d][FONT=Calibri] their header (LPC11xx.h) and startup file (system_LPC11xx.c).[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#1f497d][FONT=Calibri] [/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#1f497d][FONT=Calibri] [/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Courier New]dali_drv.c(212): error:&amp;nbsp; #20: identifier "SystemFrequency" is undefined[/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Courier New] [/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Courier New]ballast.c(137): error:&amp;nbsp; #136: struct "&amp;lt;unnamed&amp;gt;" has no field "SYSTICKCLKDIV"[/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Courier New] [/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Courier New]ballast.c(141): error:&amp;nbsp; #136: struct "&amp;lt;unnamed&amp;gt;" has no field "JTAG_TDO_PIO1_1"[/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Courier New] [/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#1f497d][FONT=Calibri] [/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#1f497d][FONT=Calibri]How to solve the problem:[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#1f497d][FONT=Calibri] [/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#1f497d][FONT=Calibri][FONT=Calibri]1.[/FONT]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [/FONT][/COLOR][COLOR=#1f497d][FONT=Calibri]Change in “[/FONT][/COLOR][FONT=Courier New]SystemFrequency”[/FONT][COLOR=#1f497d][FONT=Calibri] in “SystemCoreClock”[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#1f497d][FONT=Calibri][FONT=Calibri]2.[/FONT]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [/FONT][/COLOR][COLOR=#1f497d][FONT=Calibri]Delete the line met [/FONT][/COLOR][FONT=Courier New]SYSTICKCLKDIV[/FONT][COLOR=#1f497d][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#1f497d][FONT=Calibri][FONT=Calibri]3.[/FONT]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [/FONT][/COLOR][COLOR=#1f497d][FONT=Calibri]Change [/FONT][/COLOR][FONT=Courier New]"JTAG_TDO_PIO1_1" [/FONT][COLOR=#1f497d][FONT=Calibri]in&amp;nbsp; “[/FONT][/COLOR][FONT=Courier New]R_PIO1_1”[/FONT][COLOR=#1f497d][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#1f497d][FONT=Calibri] [/FONT][/COLOR]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:43:13 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:43:13Z</dc:date>
    <item>
      <title>Compiling error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Compiling-error/m-p/586748#M27351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by theasus on Sat Jun 25 03:17:41 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;When&amp;nbsp;&amp;nbsp; I tried to compile&amp;nbsp; main.c file which is located at&amp;nbsp;&amp;nbsp; "AN10960 DALI slave using the LPC1112&amp;nbsp; " , It gave some errors;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My compiler is Keil uVision 4.21. &lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;

dali_drv.c(212): error:&amp;nbsp; #20: identifier "SystemFrequency" is undefined

ballast.c(137): error:&amp;nbsp; #136: struct "&amp;lt;unnamed&amp;gt;" has no field "SYSTICKCLKDIV"

ballast.c(138): error:&amp;nbsp; #20: identifier "SystemFrequency" is undefined

ballast.c(141): error:&amp;nbsp; #136: struct "&amp;lt;unnamed&amp;gt;" has no field "JTAG_TDO_PIO1_1"

flash.c(49): error:&amp;nbsp; #20: identifier "SystemFrequency" is undefined

&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt;Could you propose anything?I have read this application note But I couldn't understand why did original application note codes give errors?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:43:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Compiling-error/m-p/586748#M27351</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Compiling-error/m-p/586749#M27352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by whitecoe on Sat Jun 25 05:07:31 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: theasus&lt;/STRONG&gt;&lt;BR /&gt;When&amp;nbsp;&amp;nbsp; I tried to compile&amp;nbsp; main.c file which is located at&amp;nbsp;&amp;nbsp; "AN10960 DALI slave using the LPC1112&amp;nbsp; " , It gave some errors;&lt;BR /&gt;&lt;BR /&gt;My compiler is Keil uVision 4.21. &lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In that case, I would suggest that a better place to look for help might be the Keil forums, rather than the LPCXPresso ones!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.keil.com/forum/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&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;

dali_drv.c(212): error:&amp;nbsp; #20: identifier "SystemFrequency" is undefined

ballast.c(137): error:&amp;nbsp; #136: struct "&amp;lt;unnamed&amp;gt;" has no field "SYSTICKCLKDIV"

ballast.c(138): error:&amp;nbsp; #20: identifier "SystemFrequency" is undefined

ballast.c(141): error:&amp;nbsp; #136: struct "&amp;lt;unnamed&amp;gt;" has no field "JTAG_TDO_PIO1_1"

flash.c(49): error:&amp;nbsp; #20: identifier "SystemFrequency" is undefined

&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;Could you propose anything?I have read this application note But I couldn't understand why did original application note codes give errors?&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;I've not looked at this apps note, but these errors appear to be related to definitions from CMSIS. Probably means that you are failing to include the CMSIS code/headers in your build.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:43:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Compiling-error/m-p/586749#M27352</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Compiling-error/m-p/586750#M27353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_Europe on Tue Jun 28 04:24:17 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello theasus,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#1f497d][FONT=Calibri]The compiler errors find their origin in the newer version of the compiler,[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#1f497d][FONT=Calibri] their header (LPC11xx.h) and startup file (system_LPC11xx.c).[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#1f497d][FONT=Calibri] [/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#1f497d][FONT=Calibri] [/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Courier New]dali_drv.c(212): error:&amp;nbsp; #20: identifier "SystemFrequency" is undefined[/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Courier New] [/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Courier New]ballast.c(137): error:&amp;nbsp; #136: struct "&amp;lt;unnamed&amp;gt;" has no field "SYSTICKCLKDIV"[/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Courier New] [/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Courier New]ballast.c(141): error:&amp;nbsp; #136: struct "&amp;lt;unnamed&amp;gt;" has no field "JTAG_TDO_PIO1_1"[/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Courier New] [/FONT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#1f497d][FONT=Calibri] [/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#1f497d][FONT=Calibri]How to solve the problem:[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#1f497d][FONT=Calibri] [/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#1f497d][FONT=Calibri][FONT=Calibri]1.[/FONT]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [/FONT][/COLOR][COLOR=#1f497d][FONT=Calibri]Change in “[/FONT][/COLOR][FONT=Courier New]SystemFrequency”[/FONT][COLOR=#1f497d][FONT=Calibri] in “SystemCoreClock”[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#1f497d][FONT=Calibri][FONT=Calibri]2.[/FONT]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [/FONT][/COLOR][COLOR=#1f497d][FONT=Calibri]Delete the line met [/FONT][/COLOR][FONT=Courier New]SYSTICKCLKDIV[/FONT][COLOR=#1f497d][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#1f497d][FONT=Calibri][FONT=Calibri]3.[/FONT]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [/FONT][/COLOR][COLOR=#1f497d][FONT=Calibri]Change [/FONT][/COLOR][FONT=Courier New]"JTAG_TDO_PIO1_1" [/FONT][COLOR=#1f497d][FONT=Calibri]in&amp;nbsp; “[/FONT][/COLOR][FONT=Courier New]R_PIO1_1”[/FONT][COLOR=#1f497d][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#1f497d][FONT=Calibri] [/FONT][/COLOR]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:43:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Compiling-error/m-p/586750#M27353</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:43:13Z</dc:date>
    </item>
  </channel>
</rss>

