<?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 for MCUのトピックRe: CodeWarrior for MCU + Coldfire + EWL library (Project Properties)</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-for-MCU-Coldfire-EWL-library-Project-Properties/m-p/508371#M12866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ssifod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please clatify what you mean when you say that "&lt;STRONG&gt;This project doesn't have the EWL library and I want to add it in my project&lt;/STRONG&gt;"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All projects in CW include EWL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Mar 2016 01:07:16 GMT</pubDate>
    <dc:creator>Carlos_Musich</dc:creator>
    <dc:date>2016-03-15T01:07:16Z</dc:date>
    <item>
      <title>CodeWarrior for MCU + Coldfire + EWL library (Project Properties)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-for-MCU-Coldfire-EWL-library-Project-Properties/m-p/508369#M12864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using a project in CodeWarrior for MCU 10.5.&lt;/P&gt;&lt;P&gt;This project is using the ColdFire M52233 and also uTasker RTOS.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This project doesn't have the EWL library and I want to add it in my project&lt;/STRONG&gt; so I have the C standard library with stdio.h (printf, scanf) and also stdint.h, stdbool.h and math.h (ex: cos/sin).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a model, I created a M52233DEMO demo project in CodeWarrior 10.2 with the Bareboard project Wizard and the "Coldfire Vx Evaluation Boards". Now, I can see all the Projects settings to use the EWL library. I tested my Bareboard project and printf and math (sin/cos) is working fine.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, I'm editing the Project Settings of my other project with uTasker and it does not seems to be able to add the "Includes" folder to see all C standard library headers.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are my question:&lt;/P&gt;&lt;P&gt;Q1) Do you have to &lt;STRONG&gt;drag/drop&lt;/STRONG&gt; all my "Includes" folder from the Windows Explorer to the CodeWarrior (Eclipse) Projects Panel ? I'm asking this question because I see a "Includes" folder in my M52233DEMO demo which is not present in the other project (even after changing the Project Properties). How do we create a "Includes" folder in the project ?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="142341_142341.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121143i5ADF9B29D9F80FD8/image-size/large?v=v2&amp;amp;px=999" role="button" title="142341_142341.png" alt="142341_142341.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="CW-includes.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/56420iC8F6D59BA10CD846/image-size/large?v=v2&amp;amp;px=999" role="button" title="CW-includes.png" alt="CW-includes.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Q2) What path/folders do I have to add in my project if I want the EWL (C standard libary) ?&lt;/P&gt;&lt;P&gt;Where do I have to add these path/folders ? &lt;/P&gt;&lt;P&gt;For now, I added these folders in the "Project Properties", "C/C++ Build, Settings", "ColdFire Compiler", "Input" and also in "Project Properties", "C/C++ General", "Paths and Symbols". "C Source File".&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your support,&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;ssinfod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2016 22:51:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-for-MCU-Coldfire-EWL-library-Project-Properties/m-p/508369#M12864</guid>
      <dc:creator>ssinfod</dc:creator>
      <dc:date>2016-03-04T22:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior for MCU + Coldfire + EWL library (Project Properties)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-for-MCU-Coldfire-EWL-library-Project-Properties/m-p/508370#M12865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help ? How can I add an "Includes" folder like shown in my attached image ? &lt;/P&gt;&lt;P&gt;Do I have to use a specific menu or drag/drop ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 17:03:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-for-MCU-Coldfire-EWL-library-Project-Properties/m-p/508370#M12865</guid>
      <dc:creator>ssinfod</dc:creator>
      <dc:date>2016-03-08T17:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior for MCU + Coldfire + EWL library (Project Properties)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-for-MCU-Coldfire-EWL-library-Project-Properties/m-p/508371#M12866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ssifod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please clatify what you mean when you say that "&lt;STRONG&gt;This project doesn't have the EWL library and I want to add it in my project&lt;/STRONG&gt;"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All projects in CW include EWL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 01:07:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-for-MCU-Coldfire-EWL-library-Project-Properties/m-p/508371#M12866</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2016-03-15T01:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior for MCU + Coldfire + EWL library (Project Properties)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-for-MCU-Coldfire-EWL-library-Project-Properties/m-p/508372#M12867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean that the uTasker RTOS demo project (for the coldfire M52233) did not use or include the EWL library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for the specific settings to add the EWL library to this project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, for some reason, I can't seem to be able to add the "Includes" folder like in my picture.&lt;/P&gt;&lt;P&gt;How is this "Includes" folder created in CodeWarrior 10.5 ? (From which Menu ?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your support.&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 04:47:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-for-MCU-Coldfire-EWL-library-Project-Properties/m-p/508372#M12867</guid>
      <dc:creator>ssinfod</dc:creator>
      <dc:date>2016-03-15T04:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior for MCU + Coldfire + EWL library (Project Properties)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-for-MCU-Coldfire-EWL-library-Project-Properties/m-p/508373#M12868</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 can create a new bareboard project using the wizard. Then go to menu Project &amp;gt; Properties &amp;gt; C/C++ Build &amp;gt; Settings and in Compiler paths and Linker paths check the EWL paths that you are missing and add them to your project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Carlos&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>Tue, 15 Mar 2016 20:26:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-for-MCU-Coldfire-EWL-library-Project-Properties/m-p/508373#M12868</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2016-03-15T20:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior for MCU + Coldfire + EWL library (Project Properties)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-for-MCU-Coldfire-EWL-library-Project-Properties/m-p/508374#M12869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I did but I don't see the "Includes" folder in the project explorer (like in my screenshot .. with a green circle).&lt;/P&gt;&lt;P&gt;When or How is this "Includes" folder created in CodeWarrior ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added the settings in the "&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Project &amp;gt; Properties &amp;gt; C/C++ Build &amp;gt; Settings" but I still don't see this "Includes" folder...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact, maybe this "Includes" is not needed...&amp;nbsp; &lt;/P&gt;&lt;P&gt;I will review all the settings from the bareboard project and hopefully it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;ssinfod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 03:50:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-for-MCU-Coldfire-EWL-library-Project-Properties/m-p/508374#M12869</guid>
      <dc:creator>ssinfod</dc:creator>
      <dc:date>2016-03-16T03:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior for MCU + Coldfire + EWL library (Project Properties)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-for-MCU-Coldfire-EWL-library-Project-Properties/m-p/508375#M12870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found Freescale AN4104 which answers most of my questions.&amp;nbsp; (see attached file)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 00:43:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CodeWarrior-for-MCU-Coldfire-EWL-library-Project-Properties/m-p/508375#M12870</guid>
      <dc:creator>ssinfod</dc:creator>
      <dc:date>2016-03-17T00:43:38Z</dc:date>
    </item>
  </channel>
</rss>

