<?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>Kinetis MicrocontrollersのトピックProblems building Bootloader applications</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problems-building-Bootloader-applications/m-p/211203#M3485</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see issues I don't understand. I have downloaded the software for both MSD Device (AN4379) and DFU (AN4370) boot loaders. I am trying to build these with CodeWarrior 10.2 for a Kinetis K60 CPU.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I import the project I get warnings like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Invalid project path: Include path not found: ....\app\app\common&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A clean build of the project produces almost 2000 errors. When I try to clean this up, "Update with modified files" and then "Search for Unresolved Includes" , it likes fine. But another clean build produces the same errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As expected, a build for the MCF52259 using CodeWarrior 7.2 works out of the box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using several machines, all with WinXP SP2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I admit I'm an Eclipse newbie but I didn't expect these types of issues. Especially when I see others have moved beyond this.&amp;nbsp;Any help would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Feb 2012 00:47:47 GMT</pubDate>
    <dc:creator>DHair</dc:creator>
    <dc:date>2012-02-29T00:47:47Z</dc:date>
    <item>
      <title>Problems building Bootloader applications</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problems-building-Bootloader-applications/m-p/211203#M3485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see issues I don't understand. I have downloaded the software for both MSD Device (AN4379) and DFU (AN4370) boot loaders. I am trying to build these with CodeWarrior 10.2 for a Kinetis K60 CPU.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I import the project I get warnings like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Invalid project path: Include path not found: ....\app\app\common&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A clean build of the project produces almost 2000 errors. When I try to clean this up, "Update with modified files" and then "Search for Unresolved Includes" , it likes fine. But another clean build produces the same errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As expected, a build for the MCF52259 using CodeWarrior 7.2 works out of the box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using several machines, all with WinXP SP2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I admit I'm an Eclipse newbie but I didn't expect these types of issues. Especially when I see others have moved beyond this.&amp;nbsp;Any help would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 00:47:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problems-building-Bootloader-applications/m-p/211203#M3485</guid>
      <dc:creator>DHair</dc:creator>
      <dc:date>2012-02-29T00:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problems building Bootloader applications</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problems-building-Bootloader-applications/m-p/211204#M3486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same problem, but when I replaced the build variable ${proj_loc} with ${ProjDirPath} (the one defined in the Kinetis set of build variables), for all the includes in the project Properties/ C/C++ General/ Paths and Symbols all those errors went away except one. The macro USB_OK still couldn't be resolved so I manually added the path, $ProjDirPath\Source\Device\source\driver, and the project now builds just fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I try to run I get the error that the target can't be stopped. Will have to try and figure that one out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ER&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 02:58:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problems-building-Bootloader-applications/m-p/211204#M3486</guid>
      <dc:creator>ERussell</dc:creator>
      <dc:date>2012-03-01T02:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problems building Bootloader applications</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problems-building-Bootloader-applications/m-p/211205#M3487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All the softwares were updated for CW10.2 fixing some issues, including the ${proj_loc} problem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 04:28:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problems-building-Bootloader-applications/m-p/211205#M3487</guid>
      <dc:creator>PaoloRenzo</dc:creator>
      <dc:date>2012-04-25T04:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problems building Bootloader applications</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problems-building-Bootloader-applications/m-p/211206#M3488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"All the softwares were updated for CW10.2 fixing some issues, including the ${proj_loc} problem"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't understand what this means.&amp;nbsp; I just downloaded the AN4379SW.zip today and it doesn't show the files have been modified since 9/23/2011.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm personally starting to get pretty frustrated with these demos.&amp;nbsp; I don't use codewarrior as my daily compiler so when I use it to try these demos out it gets pretty trying to have to spend hours untangling the wrong dependencies and other missing pieces that cause these to not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for the problem above, I'm getting it.&amp;nbsp; Tried to import the project into my workspace using "Import existing projects into workspace" and I get a lot of invalid project path errors and a make error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mingw32-make: *** No rule to make target `D:\Temp\USB_MSD_Device_bootloader\Source\Device\source\driver\kinetis\usb_dci_kinetis.c', needed by `Sources/driver/usb_dci_kinetis.obj'.&amp;nbsp;&amp;nbsp; &amp;nbsp;Kinetis_MK60N512VMD100_msd_bootloader&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 04:25:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problems-building-Bootloader-applications/m-p/211206#M3488</guid>
      <dc:creator>bigredhdl</dc:creator>
      <dc:date>2012-08-31T04:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problems building Bootloader applications</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problems-building-Bootloader-applications/m-p/211207#M3489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry, I was talking about AN4370. Not sure about the other one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sorry you had a bad moment with the app note. Can you open a ticket and report this? Our support team should be able to fix this and give you a solution right away. &lt;A href="http://www.freescale.com/support" rel="nofollow" target="_blank"&gt;www.freescale.com/support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 05:35:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problems-building-Bootloader-applications/m-p/211207#M3489</guid>
      <dc:creator>PaoloRenzo</dc:creator>
      <dc:date>2012-08-31T05:35:28Z</dc:date>
    </item>
  </channel>
</rss>

