<?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: Section type conflict error</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Section-type-conflict-error/m-p/1481553#M49366</link>
    <description>&lt;P&gt;MCUXpresso enables map file creation by default.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="frank_meyer_0-1656480822670.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/184961i85CFBA22C4364127/image-size/medium?v=v2&amp;amp;px=400" role="button" title="frank_meyer_0-1656480822670.png" alt="frank_meyer_0-1656480822670.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Useful in many instances.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jun 2022 05:35:32 GMT</pubDate>
    <dc:creator>frank_m</dc:creator>
    <dc:date>2022-06-29T05:35:32Z</dc:date>
    <item>
      <title>Section type conflict error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Section-type-conflict-error/m-p/1480752#M49346</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to run a code on MCUXpresso with a LPC4088 board. After enabling the "Enable Link-time optimization" option, I am getting this error:&amp;nbsp;'menuLine' causes a section type conflict with 'Colori'.&lt;/P&gt;&lt;P&gt;This is how I have these two defined:&lt;/P&gt;&lt;P&gt;GUI_RECT menuLine __attribute__((section(".SPIFI")))=&lt;BR /&gt;{&lt;BR /&gt;0,&lt;BR /&gt;25,&lt;BR /&gt;480,&lt;BR /&gt;25,&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;const GUI_COLOR Colori[MAX_SFONDI][9] __attribute__((section(".SPIFI")))={{...},{...},{...}}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would appreciate if someone can help me solving this issue.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 19:19:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Section-type-conflict-error/m-p/1480752#M49346</guid>
      <dc:creator>bamdadslr</dc:creator>
      <dc:date>2022-06-27T19:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Section type conflict error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Section-type-conflict-error/m-p/1481022#M49357</link>
      <description>&lt;P&gt;Hi&amp;nbsp;bamdadslr&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We couldn't reproduce&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which demo code do you use? How to reproduce your issue?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 07:46:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Section-type-conflict-error/m-p/1481022#M49357</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-06-28T07:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Section type conflict error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Section-type-conflict-error/m-p/1481258#M49360</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt; After enabling the "Enable Link-time optimization" option, I am getting this error:&amp;nbsp;'menuLine' causes a section type conflict with 'Colori'.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Perhaps the SPIFI section is too small in this case, for whatever reason.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would compare the map files for both cases (with optimization and without), especially the symbols in question.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 14:11:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Section-type-conflict-error/m-p/1481258#M49360</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2022-06-28T14:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Section type conflict error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Section-type-conflict-error/m-p/1481267#M49362</link>
      <description>&lt;P&gt;Dear frank_meyer, thank you for your answer. Where can I find the map file? there is a .map file (attached) in the project directory, but that one does not contain much information, especially not including those variables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your help.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 14:23:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Section-type-conflict-error/m-p/1481267#M49362</guid>
      <dc:creator>bamdadslr</dc:creator>
      <dc:date>2022-06-28T14:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Section type conflict error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Section-type-conflict-error/m-p/1481271#M49363</link>
      <description>&lt;P&gt;Dear ZhangJenni,&lt;/P&gt;&lt;P&gt;It is not a demo example case, I am using my own code. Let me know if you need more details to help me out.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 14:24:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Section-type-conflict-error/m-p/1481271#M49363</guid>
      <dc:creator>bamdadslr</dc:creator>
      <dc:date>2022-06-28T14:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Section type conflict error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Section-type-conflict-error/m-p/1481553#M49366</link>
      <description>&lt;P&gt;MCUXpresso enables map file creation by default.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="frank_meyer_0-1656480822670.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/184961i85CFBA22C4364127/image-size/medium?v=v2&amp;amp;px=400" role="button" title="frank_meyer_0-1656480822670.png" alt="frank_meyer_0-1656480822670.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Useful in many instances.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 05:35:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Section-type-conflict-error/m-p/1481553#M49366</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2022-06-29T05:35:32Z</dc:date>
    </item>
  </channel>
</rss>

