Hi,
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:
../azure_iot/uamqp/src/amqpvalue_to_string.c:323:45: error: expected ')' before 'PRId64'
323 | else if ((sprintf(str_value, "%" PRId64, value) < 0) ||
The exact line where this fails is here . The source already has `inttypes.h` included and I have set the Project to use "Library Type" to "Newlib" as I learnt NewLibNano does not support "long long 64".
What else could be wrong here? The compiler is set to ISO C99 std. Happy to share any more details required.
EDIT: I'm using MCUXpresso IDE v11.2
Thanks,
Abhijit Nathwani