<?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 Software Development KitのトピックRe: KDS project destroyed</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS-project-destroyed/m-p/517380#M5396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jun 2016 07:11:07 GMT</pubDate>
    <dc:creator>pietrodicastri</dc:creator>
    <dc:date>2016-06-27T07:11:07Z</dc:date>
    <item>
      <title>KDS project destroyed</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS-project-destroyed/m-p/517376#M5392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;I had a running project. Suddenly I get this message. It seems some configuration has gone destroyed. &lt;/P&gt;&lt;P&gt;Is there a suggestion&amp;nbsp; how to repair the project, without rebuilding a new one???&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;18:56:00 **** Incremental Build of configuration Debug for project CapasBootloader003 ****&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;make all &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;'Building file: ../Sources/SDK/fsl_adc16.c'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;'Invoking: Cross ARM C Compiler'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections&amp;nbsp; -g3 -DCPU_MK64FN1M0VMD12 -DFOR_MAIN_BOARD = 1 -DNDEBUG -I"../Sources" -I"C:\PietroWorks\KDSProjects\CapasBootloader003\Sources\FS" -I"C:\PietroWorks\KDSProjects\CapasBootloader003\Sources\Console" -I"C:\PietroWorks\KDSProjects\CapasBootloader003\FlashDrv" -I"C:\PietroWorks\KDSProjects\CapasBootloader003\Includes" -I"C:\PietroWorks\KDSProjects\CapasBootloader003\Sources\SDK" -I"C:\PietroWorks\KDSProjects\CapasBootloader003\Sources\Includes" -I"C:\PietroWorks\KDSProjects\CapasBootloader003\Includes" -I"../Includes" -std=c99 -MMD -MP -MF"Sources/SDK/fsl_adc16.d" -MT"Sources/SDK/fsl_adc16.o" -c -o "Sources/SDK/fsl_adc16.o" "../Sources/SDK/fsl_adc16.c"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;arm-none-eabi-gcc: error: =: No such file or directory&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;arm-none-eabi-gcc: error: 1: No such file or directory&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;make: *** [Sources/SDK/fsl_adc16.o] Error 1&lt;/SPAN&gt;&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;&lt;SPAN style="font-size: 8pt;"&gt;18:56:02 Build Finished (took 1s.458ms)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 16:57:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS-project-destroyed/m-p/517376#M5392</guid>
      <dc:creator>pietrodicastri</dc:creator>
      <dc:date>2016-06-08T16:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: KDS project destroyed</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS-project-destroyed/m-p/517377#M5393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pietro,&lt;/P&gt;&lt;P&gt;your problem is that you use&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;-DFOR_MAIN_BOARD = 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;it should be&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;-DFOR_MAIN_BOARD=1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(without the spaces)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 18:27:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS-project-destroyed/m-p/517377#M5393</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-06-08T18:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: KDS project destroyed</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS-project-destroyed/m-p/517378#M5394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich&lt;/P&gt;&lt;P&gt;You are right..&lt;/P&gt;&lt;P&gt;It works now,,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.&lt;/P&gt;&lt;P&gt;I don t find the way to tag the answer as correct... Suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 05:43:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS-project-destroyed/m-p/517378#M5394</guid>
      <dc:creator>pietrodicastri</dc:creator>
      <dc:date>2016-06-09T05:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: KDS project destroyed</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS-project-destroyed/m-p/517379#M5395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pietro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you created a discussion, no question and this is the reason why there was not correct answer button.&lt;/P&gt;&lt;P&gt;I&amp;nbsp; converted the discussion to question. Now you should be able to mark Erich Styger´s answer as correct answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Iva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 14:19:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS-project-destroyed/m-p/517379#M5395</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2016-06-09T14:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: KDS project destroyed</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS-project-destroyed/m-p/517380#M5396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 07:11:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS-project-destroyed/m-p/517380#M5396</guid>
      <dc:creator>pietrodicastri</dc:creator>
      <dc:date>2016-06-27T07:11:07Z</dc:date>
    </item>
  </channel>
</rss>

