<?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: make: *** [.axf] Error 1 in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/make-axf-Error-1/m-p/560624#M15951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ccavallieri on Thu May 07 06:28:09 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for answering.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, they're the same. I'm not sure what I need to do; is the problem related to that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:13:23 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:13:23Z</dc:date>
    <item>
      <title>make: *** [.axf] Error 1</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/make-axf-Error-1/m-p/560622#M15949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ccavallieri on Thu May 07 06:00:18 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hey guys, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm new here and I'm stuck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working now on a Mifare Reader, MFRC522. I trying to make it read some information, but first, I want to test if I'm having some kind of communication.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm building my project and there's this error: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Building target: chicago.axf&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU Linker&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -nostdlib -Xlinker -Map=chicago.map -Xlinker --gc-sections -mcpu=cortex-m3 -mthumb -T "chicago_Release.ld" -o "chicago.axf"&amp;nbsp; ./src/main.o ./src/rc522.o&amp;nbsp; ./apps/libraries/utils/utils.o&amp;nbsp; ./apps/libraries/systemClock/systemClock.o&amp;nbsp; ./apps/libraries/spi/spi.o&amp;nbsp; ./apps/libraries/lpc1700/Lib_MCU/src/lpc17xx_adc.o ./apps/libraries/lpc1700/Lib_MCU/src/lpc17xx_can.o ./apps/libraries/lpc1700/Lib_MCU/src/lpc17xx_clkpwr.o ./apps/libraries/lpc1700/Lib_MCU/src/lpc17xx_dac.o ./apps/libraries/lpc1700/Lib_MCU/src/lpc17xx_emac.o ./apps/libraries/lpc1700/Lib_MCU/src/lpc17xx_gpio.o ./apps/libraries/lpc1700/Lib_MCU/src/lpc17xx_i2c.o ./apps/libraries/lpc1700/Lib_MCU/src/lpc17xx_i2s.o ./apps/libraries/lpc1700/Lib_MCU/src/lpc17xx_libcfg_default.o ./apps/libraries/lpc1700/Lib_MCU/src/lpc17xx_mcpwm.o ./apps/libraries/lpc1700/Lib_MCU/src/lpc17xx_nvic.o ./apps/libraries/lpc1700/Lib_MCU/src/lpc17xx_pinsel.o ./apps/libraries/lpc1700/Lib_MCU/src/lpc17xx_pwm.o ./apps/libraries/lpc1700/Lib_MCU/src/lpc17xx_qei.o ./apps/libraries/lpc1700/Lib_MCU/src/lpc17xx_rit.o ./apps/libraries/lpc1700/Lib_MCU/src/lpc17xx_rtc.o ./apps/libraries/lpc1700/Lib_MCU/src/lpc17xx_spi.o ./apps/libraries/lpc1700/Lib_MCU/src/lpc17xx_ssp.o ./apps/libraries/lpc1700/Lib_MCU/src/lpc17xx_timer.o ./apps/libraries/lpc1700/Lib_MCU/src/lpc17xx_uart.o ./apps/libraries/lpc1700/Lib_MCU/src/lpc17xx_wdt.o&amp;nbsp; ./apps/libraries/lpc1700/CMSISv1p30_LPC17xx/src/system_LPC17xx.o&amp;nbsp; ./apps/libraries/flash/flash.o&amp;nbsp; ./apps/global/global.o ./apps/global/hardware.o&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;./src/rc522.o:(.rodata.frame_size+0x0): multiple definition of `frame_size'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;./src/main.o:(.rodata.frame_size+0x0): first defined here&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c:/nxp/lpcxpresso_7.5.0_254/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: warning: cannot find entry symbol ResetISR; defaulting to 00000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;collect2.exe: error: ld returned 1 exit status&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: *** [chicago.axf] Error 1"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have no idea what I can do about it. I already read topics related to it but anything seems to fix the problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could anyone help me?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards from Brazil. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:13:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/make-axf-Error-1/m-p/560622#M15949</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: make: *** [.axf] Error 1</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/make-axf-Error-1/m-p/560623#M15950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mysepp on Thu May 07 06:12:55 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;./src/rc522.o:(.rodata.frame_size+0x0): multiple definition of `frame_size'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;./src/main.o:(.rodata.frame_size+0x0): first defined here&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have defined "frame_size" in rc522.c and main.c.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it is the same, perhaps same "extern" is missing at one of the places?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:13:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/make-axf-Error-1/m-p/560623#M15950</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: make: *** [.axf] Error 1</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/make-axf-Error-1/m-p/560624#M15951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ccavallieri on Thu May 07 06:28:09 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for answering.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, they're the same. I'm not sure what I need to do; is the problem related to that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:13:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/make-axf-Error-1/m-p/560624#M15951</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: make: *** [.axf] Error 1</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/make-axf-Error-1/m-p/560625#M15952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Thu May 07 06:55:11 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: ccavallieri&lt;/STRONG&gt;&lt;BR /&gt;Yes, they're the same. I'm not sure what I need to do...&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Learn the basics&amp;nbsp; :quest: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Read again Chapters about 'Definition' and 'Declaration' in your C book ;-)&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or use Google:&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.c4learn.com%2Fc-programming%2Fc-declaration-vs-definition%2F" rel="nofollow" target="_blank"&gt;http://www.c4learn.com/c-programming/c-declaration-vs-definition/&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:13:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/make-axf-Error-1/m-p/560625#M15952</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: make: *** [.axf] Error 1</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/make-axf-Error-1/m-p/560626#M15953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ccavallieri on Fri May 08 05:10:12 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the tip. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I recently changed my notebook and the LPCXpresso wasn't registered. It was all about this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now it's working correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:13:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/make-axf-Error-1/m-p/560626#M15953</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:13:24Z</dc:date>
    </item>
  </channel>
</rss>

