<?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>MCUXpresso IDEのトピックUndefined reference to a variable</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Undefined-reference-to-a-variable/m-p/1085894#M5916</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been trying to port a code from kinetics Design Studio to MCU Xpresso. At a certain point, I've started seeing errors. These errors seem to be associated with Linker.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c:/nxp/mcuxpressoide_11.1.1_3241/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.1.0.202001081728/tools/bin/../lib/gcc/arm-none-eabi/8.3.1/../../../../arm-none-eabi/bin/ld.exe: ./source/Module_Interrupt.o: in function `PORTB_IRQHandler':&lt;BR /&gt;C:\sam_ws_brian\sam_exec\PLS_DEBUG/../source/Module_Interrupt.c:416: undefined reference to `ModZOffset'&lt;BR /&gt;c:/nxp/mcuxpressoide_11.1.1_3241/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.1.0.202001081728/tools/bin/../lib/gcc/arm-none-eabi/8.3.1/../../../../arm-none-eabi/bin/ld.exe: ./source/Module_Interrupt.o: in function `MI_ProcessRDCinterrupt':&lt;BR /&gt; m_flash_config: 0 GB 16 B 0.00%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me what are these errors for and how to fix them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2020 15:13:02 GMT</pubDate>
    <dc:creator>chaitanya</dc:creator>
    <dc:date>2020-04-27T15:13:02Z</dc:date>
    <item>
      <title>Undefined reference to a variable</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Undefined-reference-to-a-variable/m-p/1085894#M5916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been trying to port a code from kinetics Design Studio to MCU Xpresso. At a certain point, I've started seeing errors. These errors seem to be associated with Linker.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c:/nxp/mcuxpressoide_11.1.1_3241/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.1.0.202001081728/tools/bin/../lib/gcc/arm-none-eabi/8.3.1/../../../../arm-none-eabi/bin/ld.exe: ./source/Module_Interrupt.o: in function `PORTB_IRQHandler':&lt;BR /&gt;C:\sam_ws_brian\sam_exec\PLS_DEBUG/../source/Module_Interrupt.c:416: undefined reference to `ModZOffset'&lt;BR /&gt;c:/nxp/mcuxpressoide_11.1.1_3241/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.1.0.202001081728/tools/bin/../lib/gcc/arm-none-eabi/8.3.1/../../../../arm-none-eabi/bin/ld.exe: ./source/Module_Interrupt.o: in function `MI_ProcessRDCinterrupt':&lt;BR /&gt; m_flash_config: 0 GB 16 B 0.00%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me what are these errors for and how to fix them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2020 15:13:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Undefined-reference-to-a-variable/m-p/1085894#M5916</guid>
      <dc:creator>chaitanya</dc:creator>
      <dc:date>2020-04-27T15:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined reference to a variable</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Undefined-reference-to-a-variable/m-p/1085895#M5917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I basically means that the linker cannot fine the symbol (variable?) ModZOffset.&lt;/P&gt;&lt;P&gt;Is this defined somewhere in your application?&lt;/P&gt;&lt;P&gt;If yes: is it static so it does not have external linkage?&lt;/P&gt;&lt;P&gt;Or is it present in a file but you have excluded it from build (see &lt;A class="link-titled" href="https://mcuoneclipse.com/2014/07/22/exclude-source-files-from-build-in-eclipse/" title="https://mcuoneclipse.com/2014/07/22/exclude-source-files-from-build-in-eclipse/"&gt;Exclude Source Files from Build in Eclipse | MCU on Eclipse&lt;/A&gt;&amp;nbsp;)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2020 16:45:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Undefined-reference-to-a-variable/m-p/1085895#M5917</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2020-04-27T16:45:39Z</dc:date>
    </item>
  </channel>
</rss>

