<?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 Inherited Project missing components in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Inherited-Project-missing-components/m-p/1460175#M8771</link>
    <description>&lt;P&gt;I inherited a project using a&amp;nbsp;&lt;SPAN&gt;Kinetis KL25 processor.&amp;nbsp; Long story short is that I was able to install "Code Warrior 11.1" and import the project, Clean (All), and Build (All).&amp;nbsp; To my delight this all worked and created the output hex file that matched the one currently being used.&amp;nbsp; However, when I went to change the code it ended up running "Processor Expert" and now the code will not build. I get the following problems under the Components section:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Components/Referenced_Components&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;KSDK1:KinetisSDK - The component KinetisSDK is not supported in this version of Processor Expert&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;MCUC1:McuLibConfig - The component McuLibConfig is not supported in this version of Processor Expert&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Components&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;WAIT1:Wait -&amp;nbsp;The component Wait&amp;nbsp; is not supported in this version of Processor Expert&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It fails to build because the code calls WAIT1_Waitms in many places which is now undefined.&lt;/P&gt;&lt;P&gt;I am not familiar with this ecosystem so need some help.&amp;nbsp; Did I configure something incorrectly, or failed to install something, or do the newer version of the development tools not really support this any more?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 18 May 2022 16:25:33 GMT</pubDate>
    <dc:creator>ygator</dc:creator>
    <dc:date>2022-05-18T16:25:33Z</dc:date>
    <item>
      <title>Inherited Project missing components</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Inherited-Project-missing-components/m-p/1460175#M8771</link>
      <description>&lt;P&gt;I inherited a project using a&amp;nbsp;&lt;SPAN&gt;Kinetis KL25 processor.&amp;nbsp; Long story short is that I was able to install "Code Warrior 11.1" and import the project, Clean (All), and Build (All).&amp;nbsp; To my delight this all worked and created the output hex file that matched the one currently being used.&amp;nbsp; However, when I went to change the code it ended up running "Processor Expert" and now the code will not build. I get the following problems under the Components section:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Components/Referenced_Components&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;KSDK1:KinetisSDK - The component KinetisSDK is not supported in this version of Processor Expert&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;MCUC1:McuLibConfig - The component McuLibConfig is not supported in this version of Processor Expert&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Components&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;WAIT1:Wait -&amp;nbsp;The component Wait&amp;nbsp; is not supported in this version of Processor Expert&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It fails to build because the code calls WAIT1_Waitms in many places which is now undefined.&lt;/P&gt;&lt;P&gt;I am not familiar with this ecosystem so need some help.&amp;nbsp; Did I configure something incorrectly, or failed to install something, or do the newer version of the development tools not really support this any more?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 16:25:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Inherited-Project-missing-components/m-p/1460175#M8771</guid>
      <dc:creator>ygator</dc:creator>
      <dc:date>2022-05-18T16:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Inherited Project missing components</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Inherited-Project-missing-components/m-p/1462295#M8775</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201051"&gt;@ygator&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Yes, CW doesn't support KSDK and it's library. I think you'd better use MCUXpresso IDE for your KL25 project because there is more examples and middlewares in KSDK package.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jing&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 08:43:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Inherited-Project-missing-components/m-p/1462295#M8775</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2022-05-23T08:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Inherited Project missing components</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Inherited-Project-missing-components/m-p/1462573#M8777</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;It appears the project was built with Code Warrior 10.6.&amp;nbsp; I assume this version supports&amp;nbsp;&lt;SPAN&gt;KSDK and it's library.&amp;nbsp; However, under previous versions it only shows 11.0 on the download page.&amp;nbsp; Where can I download a version that will work?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is a legacy product that I need to support and would like to get it to work as is without having to change it to work with new development tools.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 15:37:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Inherited-Project-missing-components/m-p/1462573#M8777</guid>
      <dc:creator>ygator</dc:creator>
      <dc:date>2022-05-23T15:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Inherited Project missing components</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Inherited-Project-missing-components/m-p/1462692#M8778</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Just in case anyone else ends up in a similar circumstance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I found&amp;nbsp;CW_MCU_v10.6_SE_Offline.exe and was able to install CW 10.6.&amp;nbsp; I still had the Processor Expert errors, but got rid of them by running&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Processor Export/Import Component(s) from within CW with the following files&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;from Components 2018-09-30.zip&amp;nbsp;file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;Part1_Beans_30.09.2018.PEupd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;Part2_Beans_30.09.2018.PEupd&lt;/SPAN&gt;&lt;BR /&gt;Now with new issues I was able to correct them by&amp;nbsp;&lt;SPAN&gt;running Help/Check for Updates&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;from within CW and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I just went ahead and installed all the available updates.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 21:31:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Inherited-Project-missing-components/m-p/1462692#M8778</guid>
      <dc:creator>ygator</dc:creator>
      <dc:date>2022-05-23T21:31:32Z</dc:date>
    </item>
  </channel>
</rss>

