<?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>T-SeriesのトピックError when compiling ROM elf file</title>
    <link>https://community.nxp.com/t5/T-Series/Error-when-compiling-ROM-elf-file/m-p/752209#M2455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;I am trying to compile the ROM file to flash onto my T2080 board. However whenever I try to compile the rom source I get the error "relocation truncated to fit: R_PPC64_ADDR16_HI against symbol `ddrclk_opts' defined in .init_data section in ./Sources/T2080QDS_init.o". I am using the T2080QDS bare board project as a starting point and adding my own code as needed. As far as I can tell it appears I have ran out of room maybe? Any help on trying to figure out this problem would be appreciated. Thanks!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Dec 2017 19:29:19 GMT</pubDate>
    <dc:creator>stevenstarnes</dc:creator>
    <dc:date>2017-12-28T19:29:19Z</dc:date>
    <item>
      <title>Error when compiling ROM elf file</title>
      <link>https://community.nxp.com/t5/T-Series/Error-when-compiling-ROM-elf-file/m-p/752209#M2455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;I am trying to compile the ROM file to flash onto my T2080 board. However whenever I try to compile the rom source I get the error "relocation truncated to fit: R_PPC64_ADDR16_HI against symbol `ddrclk_opts' defined in .init_data section in ./Sources/T2080QDS_init.o". I am using the T2080QDS bare board project as a starting point and adding my own code as needed. As far as I can tell it appears I have ran out of room maybe? Any help on trying to figure out this problem would be appreciated. Thanks!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 19:29:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Error-when-compiling-ROM-elf-file/m-p/752209#M2455</guid>
      <dc:creator>stevenstarnes</dc:creator>
      <dc:date>2017-12-28T19:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error when compiling ROM elf file</title>
      <link>https://community.nxp.com/t5/T-Series/Error-when-compiling-ROM-elf-file/m-p/752210#M2456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Is there similar error message if your code is not used in &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;the T2080QDS bare board project?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Is your code try to access or change the "ddrclk_opts"?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 05:37:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Error-when-compiling-ROM-elf-file/m-p/752210#M2456</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2017-12-29T05:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error when compiling ROM elf file</title>
      <link>https://community.nxp.com/t5/T-Series/Error-when-compiling-ROM-elf-file/m-p/752211#M2457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I just compile the bareboard project without modifying anything it compiles without errors.&lt;/P&gt;&lt;P&gt;No my code doesn't modify any the ddrclk_opts variable. When I remove the section regarding the DDR clock it works just fine. The board I am working with does not contain a QIXIS i believe so it is irrelevant to my project anyways.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 16:33:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Error-when-compiling-ROM-elf-file/m-p/752211#M2457</guid>
      <dc:creator>stevenstarnes</dc:creator>
      <dc:date>2017-12-29T16:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error when compiling ROM elf file</title>
      <link>https://community.nxp.com/t5/T-Series/Error-when-compiling-ROM-elf-file/m-p/752212#M2458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved the issue. In the default board setup fir T2080QDS_init.c there is assembly code written as: asm("lis 4, ddrclk_opts@h") this should be changed to asm("lis 4, ddrclk_opts@high"). I believe that @high is for 64 bit builds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 20:55:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Error-when-compiling-ROM-elf-file/m-p/752212#M2458</guid>
      <dc:creator>stevenstarnes</dc:creator>
      <dc:date>2017-12-29T20:55:38Z</dc:date>
    </item>
  </channel>
</rss>

