HELLO,I try to compile the newest ArduinoIoTCloud examples for broad ESP8266, but I get the bellow error. Could anyone tell what is happening please.
Compiling 'ArduinoIoTCloud-Basic' for 'NodeMCU 1.0 (ESP-12E Module)'
cborpretty.c: In function hexDump
cborpretty.c: 195:32: error: expected ')' before '__INT8
195 | err = stream(out, "%02" PRIx8, *buffer++)
| ^
| )
cborpretty.c: In function utf8EscapedDump
cborpretty.c: 251:39: error: expected ')' before '__INT32
251 | err = stream(out, "\\u%04" PRIX32 "\\u%04" PRIX32
| ^
| )
cborpretty.c: 257:39: error: expected ')' before '__INT32
257 | err = stream(out, "\\u%04" PRIX32, uc)
| ^
| )
cborpretty.c: In function value_to_pretty
cborpretty.c: 382:34: error: expected ')' before '__INT64
382 | err = stream(out, "%" PRIu64, val)
| ^
| )
cborpretty.c: 387:39: error: expected ')' before '__INT64
387 | err = stream(out, "-%" PRIu64, val)
| ^
| )
cborpretty.c: 457:30: error: expected ')' before '__INT64
457 | err = stream(out, "%" PRIu64 "%s(", tag, get_indicator(it, flags))
| ^
| )
cborpretty.c: 473:37: error: expected ')' before '__INT8
473 | err = stream(out, "simple(%" PRIu8 ")", simple_type)
| ^
| )
cborpretty.c: 531:36: error: expected ')' before '__INT64
"", ival, suffix)
| ^
| )
cbortojson.c: In function add_value_metadata
cbortojson.c: 297:39: error: expected ')' before '__INT64
"%" PRIu64 "\"%s", status->lastTag
| ^
| )
cbortojson.c: 316:40: error: expected ')' before '__INT64
"%c%" PRIx64 "\"", flags & NumberWasNegative ? - : +
| ^
| )
cbortojson.c: In function tagged_value_to_json
cbortojson.c: 351:35: error: expected ')' before '__INT64
", tag) < 0)
| ^
| )
cbortojson.c: 359:39: error: expected ')' before '__INT64
{", tag) < 0 ||
| ^
| )
cbortojson.c: In function value_to_json
cbortojson.c: 578:38: error: expected ')' before '__INT8
578 | if (fprintf(out, "\"simple(%" PRIu8 ")\"", simple_type) < 0)
| ^
| )
cbortojson.c: 637:39: error: expected ')' before '__INT64
"", ival)
| ^
| )
Property.cpp:25: note #pragma message No RTC available on this architecture - ArduinoIoTCloud will not keep track of local change timestamps
25 | #pragma message "No RTC available on this architecture - ArduinoIoTCloud will not keep track of local change timestamps ."
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error compiling libraries
Build failed for project 'ArduinoIoTCloud-Basic'