<?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: expected ')' before 'PRId64' when compiling project for FRDM k64F in MCUXpresso General</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/expected-before-PRId64-when-compiling-project-for-FRDM-k64F/m-p/1177155#M4010</link>
    <description>&lt;P&gt;I just tried it here - it works perfectly for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure you are using Newlib for both the library AND the header.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Nov 2020 09:22:09 GMT</pubDate>
    <dc:creator>converse</dc:creator>
    <dc:date>2020-11-03T09:22:09Z</dc:date>
    <item>
      <title>expected ')' before 'PRId64' when compiling project for FRDM k64F</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/expected-before-PRId64-when-compiling-project-for-FRDM-k64F/m-p/1176641#M4007</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have downloaded the SDK for frdm k64f board including Azure support. However the samples include a older version of the Azure SDK. When adding the required files from the new SDK, the project building fails with the error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;../azure_iot/uamqp/src/amqpvalue_to_string.c:323:45: error: expected ')' before 'PRId64'
  323 |             else if ((sprintf(str_value, "%" PRId64, value) &amp;lt; 0) ||&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The exact line where this fails is &lt;A title="UAMQP Azure Source" href="https://github.com/Azure/azure-uamqp-c/blob/8bb4697b53e3538b42409d0d836c5099d2e63019/src/amqpvalue_to_string.c#L321" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&amp;nbsp;. The source already has `inttypes.h` included and I have set the Project to use "Library Type" to "Newlib" as I &lt;A title="Newlib Nano" href="https://answers.launchpad.net/gcc-arm-embedded/+question/257014" target="_blank" rel="noopener"&gt;learnt&lt;/A&gt; NewLibNano does not support "long long 64".&lt;/P&gt;&lt;P&gt;What else could be wrong here? The compiler is set to ISO C99 std. Happy to share any more details required.&lt;/P&gt;&lt;P&gt;EDIT: I'm using MCUXpresso IDE v11.2&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Abhijit Nathwani&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 13:10:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/expected-before-PRId64-when-compiling-project-for-FRDM-k64F/m-p/1176641#M4007</guid>
      <dc:creator>abhijitnathwani</dc:creator>
      <dc:date>2020-11-02T13:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: expected ')' before 'PRId64' when compiling project for FRDM k64F</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/expected-before-PRId64-when-compiling-project-for-FRDM-k64F/m-p/1176647#M4008</link>
      <description>&lt;P&gt;Where is PRId64 defined, and what is it defined as?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the C compiler will concatenate strings such as&lt;/P&gt;&lt;PRE&gt;”first bit” “second bit”&lt;/PRE&gt;&lt;P&gt;but all parts must be strings.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 13:20:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/expected-before-PRId64-when-compiling-project-for-FRDM-k64F/m-p/1176647#M4008</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2020-11-02T13:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: expected ')' before 'PRId64' when compiling project for FRDM k64F</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/expected-before-PRId64-when-compiling-project-for-FRDM-k64F/m-p/1176985#M4009</link>
      <description>&lt;P&gt;PRId64 is a macro defined in 'inttypes.h' header file. It depends on int64 support available or not.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 05:48:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/expected-before-PRId64-when-compiling-project-for-FRDM-k64F/m-p/1176985#M4009</guid>
      <dc:creator>abhijitnathwani</dc:creator>
      <dc:date>2020-11-03T05:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: expected ')' before 'PRId64' when compiling project for FRDM k64F</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/expected-before-PRId64-when-compiling-project-for-FRDM-k64F/m-p/1177155#M4010</link>
      <description>&lt;P&gt;I just tried it here - it works perfectly for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure you are using Newlib for both the library AND the header.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 09:22:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/expected-before-PRId64-when-compiling-project-for-FRDM-k64F/m-p/1177155#M4010</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2020-11-03T09:22:09Z</dc:date>
    </item>
  </channel>
</rss>

