atigyi / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
0 stars 0 forks source link

Problems with %lld printf specifiers #5

Open pfalcon opened 5 years ago

pfalcon commented 5 years ago

This change: https://github.com/GoogleCloudPlatform/iot-device-sdk-embedded-c/commit/d215cc5dc046323dbcc63400c05f9a4696941960#diff-6e458435d7562e1520557ee84e6791bc is unfortunate for Zephyr, as our libc doesn't support %lld/%llu specifiers: https://github.com/zephyrproject-rtos/sdk-ng/issues/62 .

As can be seen, that ticket is open for some time, and may remain such still. So, as I short-term workaround, I'd propose to revert the above commit in zephyr branch.