<?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>CodeWarrior Development ToolsのトピックHow do i change compiler setting in codewarrior v10.6?</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-do-i-change-compiler-setting-in-codewarrior-v10-6/m-p/430658#M2961</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working in codewarrior v10.6 (Evaluation version) and now I am porting my existing code to s12z controller build to analysis the memory requirements for my new project. But when i build the code, the code gets build but the unused functions and variables in my project didn't get memory allocated in map file. But I need all for the files which are getting build need to get memory allocated in map file for my analysis. Is there any setting to perform my task??&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for precious time..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jun 2015 05:33:19 GMT</pubDate>
    <dc:creator>aswinkumarr</dc:creator>
    <dc:date>2015-06-05T05:33:19Z</dc:date>
    <item>
      <title>How do i change compiler setting in codewarrior v10.6?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-do-i-change-compiler-setting-in-codewarrior-v10-6/m-p/430658#M2961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working in codewarrior v10.6 (Evaluation version) and now I am porting my existing code to s12z controller build to analysis the memory requirements for my new project. But when i build the code, the code gets build but the unused functions and variables in my project didn't get memory allocated in map file. But I need all for the files which are getting build need to get memory allocated in map file for my analysis. Is there any setting to perform my task??&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for precious time..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 05:33:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-do-i-change-compiler-setting-in-codewarrior-v10-6/m-p/430658#M2961</guid>
      <dc:creator>aswinkumarr</dc:creator>
      <dc:date>2015-06-05T05:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do i change compiler setting in codewarrior v10.6?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-do-i-change-compiler-setting-in-codewarrior-v10-6/m-p/430659#M2962</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;You're using CW for MCU V10.6 and you move your existing application on S12Z.&lt;/P&gt;&lt;P&gt;The best way I recommend is to create a generic project example for your device using the project wizard.&lt;/P&gt;&lt;P&gt;This will include all config and settings for the device.&lt;/P&gt;&lt;P&gt;After you could add your source code in this project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The options and other project configuration are available on the Project Properties panel.&lt;/P&gt;&lt;P&gt;To access them you must select the project and via the menu Project + Properties.&lt;/P&gt;&lt;P&gt;The compiler options are available under C/C++ Build + Settings + S12Z Compiler&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/37468iE8DF2FFE25DF457C/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;The linker is doing a smartlinking for all source files including in the project.&lt;/P&gt;&lt;P&gt;All un-used code will be removed.&lt;/P&gt;&lt;P&gt;The map file will give you all information including the removed functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For details I recommend you to have a look to the documentation:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \CW_MCU_v10.6\MCU\Help\PDF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MCU_S12Z_Compiler.pdf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MCU_Build_Tools_Utilities.pdf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Targeting_Microcontrollers.pdf&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pascal&lt;BR /&gt;Freescale Technical Support&lt;BR /&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>Tue, 09 Jun 2015 08:27:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-do-i-change-compiler-setting-in-codewarrior-v10-6/m-p/430659#M2962</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2015-06-09T08:27:44Z</dc:date>
    </item>
  </channel>
</rss>

