<?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: Recompile Project Error  in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Recompile-Project-Error/m-p/620733#M5293</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally, the warning "ignoring changed section attributes for .text" is because user tries to define changeable variable in&amp;nbsp; .text section. the gcc compiler tries to writable access it, but .text was readonly implicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't see your code, if this can't help, please create a demo project for your issue. I will look into it further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&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>Mon, 06 Mar 2017 06:25:59 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2017-03-06T06:25:59Z</dc:date>
    <item>
      <title>Recompile Project Error</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Recompile-Project-Error/m-p/620732#M5292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have K60Tower board: _K60P144M150SF3RM, with MQX4.2 version, and CodeWarrior 10.6.4 Version&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't recompile my project for long time.&amp;nbsp; And something might have modified. But Compilation I got the following warning:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/16283i4110496043A68B84/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/16329iFB286AFBF7DF691F/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is that OK?&lt;/P&gt;&lt;P&gt;What caused this warning?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;David Zhou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 15:03:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Recompile-Project-Error/m-p/620732#M5292</guid>
      <dc:creator>davidzhou</dc:creator>
      <dc:date>2017-03-03T15:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Recompile Project Error</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Recompile-Project-Error/m-p/620733#M5293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally, the warning "ignoring changed section attributes for .text" is because user tries to define changeable variable in&amp;nbsp; .text section. the gcc compiler tries to writable access it, but .text was readonly implicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't see your code, if this can't help, please create a demo project for your issue. I will look into it further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&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>Mon, 06 Mar 2017 06:25:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Recompile-Project-Error/m-p/620733#M5293</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2017-03-06T06:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Recompile Project Error</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Recompile-Project-Error/m-p/620734#M5294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennie,&lt;/P&gt;&lt;P&gt;Thank you for your input.&lt;/P&gt;&lt;P&gt;The warning message is from bsp project, not from my application project. In the IOdebug_asm.S file, line 58.&lt;/P&gt;&lt;P&gt;To build bsp_AccuMax in release, it still shows the same warning message. I guess I can ignore it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/14728iF65B2CF8D2E0823A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;David Zhou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 13:54:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Recompile-Project-Error/m-p/620734#M5294</guid>
      <dc:creator>davidzhou</dc:creator>
      <dc:date>2017-03-06T13:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Recompile Project Error</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Recompile-Project-Error/m-p/620735#M5295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennie,&lt;/P&gt;&lt;P&gt;I found: &lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://gcc.gnu.org/ml/gcc-help/2010-09/msg00088.html" title="https://gcc.gnu.org/ml/gcc-help/2010-09/msg00088.html"&gt;Arnaud Lacombe - Re: Problem for using __attribute__((section(".text")))&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and edited iodebug_asm.S file as posted by Arnaud. and warning disappears.&lt;/P&gt;&lt;P&gt;the file location:&lt;/P&gt;&lt;P&gt;C:\Freescale\Freescale_MQX_4_2\mqx\source\io\debug\iodebug_asm.S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;David Zhou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 14:10:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Recompile-Project-Error/m-p/620735#M5295</guid>
      <dc:creator>davidzhou</dc:creator>
      <dc:date>2017-03-06T14:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Recompile Project Error</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Recompile-Project-Error/m-p/620736#M5296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David.&lt;/P&gt;&lt;P&gt;Thanks for the sharing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;Jennie Zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 06:21:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Recompile-Project-Error/m-p/620736#M5296</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2017-03-07T06:21:36Z</dc:date>
    </item>
  </channel>
</rss>

