<?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: Re: CW 10.6: adding pre-build script causes duplicate makefile targets in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CW-10-6-adding-pre-build-script-causes-duplicate-makefile/m-p/357064#M1754</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;I am having the same problem. What kind of information is needed to reproduce it on your side? The complete project might be a bit huge, and I don't want to disclose it either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the .cproject file of the project in question. This runs fine in CW 10.4, but with CW 10.6 on my colleague's machine I get multiple makefile entries for SmartLED-III.elf. The first one seems OK but the latter two are empty, which obviously causes the build to fail. As soon as I remove the pre-build entry, the build works in CW 10.6, too.&lt;/P&gt;&lt;P&gt;As CW 10.6 refuses to work on my machine (Java crap again?), testing may be a bit slower, though...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jan 2015 08:50:00 GMT</pubDate>
    <dc:creator>WolfgangW</dc:creator>
    <dc:date>2015-01-20T08:50:00Z</dc:date>
    <item>
      <title>CW 10.6: adding pre-build script causes duplicate makefile targets</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CW-10-6-adding-pre-build-script-causes-duplicate-makefile/m-p/357062#M1752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CW 10.6&lt;/P&gt;&lt;P&gt;MQX 4.1&lt;/P&gt;&lt;P&gt;Kinetis K70&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a pre-build script that I have used with CW10.3 with no problems for several years.&amp;nbsp; The script increments a build number in a header file.&amp;nbsp; I'm migrating to CW10.6 and when I add the pre-build script I can see CW 10.6 adding duplicate build artifact targets to the makefile.&amp;nbsp; One target is correct.&amp;nbsp; The other is empty.&amp;nbsp; The result is that the compilation does &lt;STRONG&gt;&lt;EM style="color: #ff0000;"&gt;NOT&lt;/EM&gt;&lt;/STRONG&gt; produce a build artifact and I can't launch my debug configuration because of the missing build artifact.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 00:27:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CW-10-6-adding-pre-build-script-causes-duplicate-makefile/m-p/357062#M1752</guid>
      <dc:creator>pbanta</dc:creator>
      <dc:date>2014-12-17T00:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: CW 10.6: adding pre-build script causes duplicate makefile targets</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CW-10-6-adding-pre-build-script-causes-duplicate-makefile/m-p/357063#M1753</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;I've create an example where I'm using a re-build file.&lt;/P&gt;&lt;P&gt;This will delete a file in source folder and copy a backup file to source folder.&lt;/P&gt;&lt;P&gt;This is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you provide us more details showing the problem ?&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>Mon, 22 Dec 2014 14:56:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CW-10-6-adding-pre-build-script-causes-duplicate-makefile/m-p/357063#M1753</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2014-12-22T14:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re: CW 10.6: adding pre-build script causes duplicate makefile targets</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CW-10-6-adding-pre-build-script-causes-duplicate-makefile/m-p/357064#M1754</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;I am having the same problem. What kind of information is needed to reproduce it on your side? The complete project might be a bit huge, and I don't want to disclose it either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the .cproject file of the project in question. This runs fine in CW 10.4, but with CW 10.6 on my colleague's machine I get multiple makefile entries for SmartLED-III.elf. The first one seems OK but the latter two are empty, which obviously causes the build to fail. As soon as I remove the pre-build entry, the build works in CW 10.6, too.&lt;/P&gt;&lt;P&gt;As CW 10.6 refuses to work on my machine (Java crap again?), testing may be a bit slower, though...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 08:50:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CW-10-6-adding-pre-build-script-causes-duplicate-makefile/m-p/357064#M1754</guid>
      <dc:creator>WolfgangW</dc:creator>
      <dc:date>2015-01-20T08:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: CW 10.6: adding pre-build script causes duplicate makefile targets</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CW-10-6-adding-pre-build-script-causes-duplicate-makefile/m-p/357065#M1755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wolfgang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for the delay.&lt;/P&gt;&lt;P&gt;Attached you will find the example I'm using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 14:32:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CW-10-6-adding-pre-build-script-causes-duplicate-makefile/m-p/357065#M1755</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2015-01-26T14:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: CW 10.6: adding pre-build script causes duplicate makefile targets</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CW-10-6-adding-pre-build-script-causes-duplicate-makefile/m-p/357066#M1756</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;is there a solution for that Bug? We have the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 09:13:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CW-10-6-adding-pre-build-script-causes-duplicate-makefile/m-p/357066#M1756</guid>
      <dc:creator>michael_reese</dc:creator>
      <dc:date>2016-06-24T09:13:04Z</dc:date>
    </item>
  </channel>
</rss>

