<?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: syntax error in ksdk 1.1.0</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/syntax-error-in-ksdk-1-1-0/m-p/373777#M804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found something else c++ related:&lt;/P&gt;&lt;P&gt;KSDK_1.1.0/platform/system/inc/fsl_clock_manager.h:480:54: error: parameter 'callbacksPtr' includes pointer to array of unknown bound 'clock_manager_callback_user_config_t* [] {aka ClockManagerCallbackUserConfig* []}'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uint8_t callbacksNumber);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you include fsl_clock_manager in a cpp file you get this error.&amp;nbsp; C++ doesn't like the array syntax in the function call without a size bound.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2015 14:35:50 GMT</pubDate>
    <dc:creator>kalden_srcinc</dc:creator>
    <dc:date>2015-01-26T14:35:50Z</dc:date>
    <item>
      <title>syntax error in ksdk 1.1.0</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/syntax-error-in-ksdk-1-1-0/m-p/373773#M800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fsl_adc16_hal.h and fsl_adc16_driver.h both have a syntax error when building with a c++ compiler.&amp;nbsp; &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have:&lt;/P&gt;&lt;P&gt;#if defined(__cplusplus)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;extern&lt;/STRONG&gt; }&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when it should be&lt;/P&gt;&lt;P&gt;#if defined(__cplusplus)&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure if this exists elsewhere&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 18:50:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/syntax-error-in-ksdk-1-1-0/m-p/373773#M800</guid>
      <dc:creator>kalden_srcinc</dc:creator>
      <dc:date>2015-01-23T18:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error in ksdk 1.1.0</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/syntax-error-in-ksdk-1-1-0/m-p/373774#M801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which chip do you use ?&lt;/P&gt;&lt;P&gt;And which IDE do you use ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 01:33:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/syntax-error-in-ksdk-1-1-0/m-p/373774#M801</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-01-26T01:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error in ksdk 1.1.0</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/syntax-error-in-ksdk-1-1-0/m-p/373775#M802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using a TWR-K64F120M.&amp;nbsp; Just building from the command line &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 13:37:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/syntax-error-in-ksdk-1-1-0/m-p/373775#M802</guid>
      <dc:creator>kalden_srcinc</dc:creator>
      <dc:date>2015-01-26T13:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error in ksdk 1.1.0</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/syntax-error-in-ksdk-1-1-0/m-p/373776#M803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fsl_enet_driver.h has the issue as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 14:08:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/syntax-error-in-ksdk-1-1-0/m-p/373776#M803</guid>
      <dc:creator>kalden_srcinc</dc:creator>
      <dc:date>2015-01-26T14:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error in ksdk 1.1.0</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/syntax-error-in-ksdk-1-1-0/m-p/373777#M804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found something else c++ related:&lt;/P&gt;&lt;P&gt;KSDK_1.1.0/platform/system/inc/fsl_clock_manager.h:480:54: error: parameter 'callbacksPtr' includes pointer to array of unknown bound 'clock_manager_callback_user_config_t* [] {aka ClockManagerCallbackUserConfig* []}'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uint8_t callbacksNumber);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you include fsl_clock_manager in a cpp file you get this error.&amp;nbsp; C++ doesn't like the array syntax in the function call without a size bound.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 14:35:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/syntax-error-in-ksdk-1-1-0/m-p/373777#M804</guid>
      <dc:creator>kalden_srcinc</dc:creator>
      <dc:date>2015-01-26T14:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error in ksdk 1.1.0</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/syntax-error-in-ksdk-1-1-0/m-p/373778#M805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;I don't do C++ often so cannot provide much guidance but I have seen another post on C++ I want you to be aware of.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;P&gt; &lt;A _jive_internal="true" href="https://community.nxp.com/message/473811?et=watches.email.thread" title="https://community.freescale.com/message/473811?et=watches.email.thread"&gt;KDS linker error | Freescale Community&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 14:45:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/syntax-error-in-ksdk-1-1-0/m-p/373778#M805</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2015-01-26T14:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error in ksdk 1.1.0</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/syntax-error-in-ksdk-1-1-0/m-p/373779#M806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are minor syntax issues that I can patch myself without much trouble.&amp;nbsp; I just wanted to let Freescale know so that maybe they can be officially fixed in the next release.&amp;nbsp; Thanks for the link though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 14:49:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/syntax-error-in-ksdk-1-1-0/m-p/373779#M806</guid>
      <dc:creator>kalden_srcinc</dc:creator>
      <dc:date>2015-01-26T14:49:06Z</dc:date>
    </item>
  </channel>
</rss>

