You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the documentation at readthedocs and the issue is not addressed there.
I have tested that the issue is present in current master branch (aka latest git).
I have searched the issue tracker for a similar issue.
If there is a stack dump, I have decoded it.
I have filled out all fields below.
Platform
Hardware: [other]
Core Version: [2021-07-16]
Development Env: [Arduino IDE]
Operating System: [Ubuntu]
Settings in IDE
Module: [Generic ESP8266 Module]
Flash Mode: [dout]
Flash Size: [1MB]
lwip Variant: [v2 Lower Memory]
Reset Method: [nodemcu]
Flash Frequency: [40Mhz]
CPU Frequency: [80Mhz]
Upload Using: [SERIAL]
Upload Speed: [115200] (serial upload only)
Problem Description
Compile error when using the fixed size integer macros from inttypes.h with library versions 3.0.0+ but was OK in previous versions (e.g. v2.7.4). The code example also compiles OK on GNU GCC v7.1.1
Update toolchain (newlib) to supply proper definitions for PRxxx macros.
Fixesesp8266#8220
Added a PRxxx macro to an example to ensure CI will catch any problem like
this in the future.
* Fix PRxxx printf format macros
Update toolchain (newlib) to supply proper definitions for PRxxx macros.
Fixes#8220
Added a PRxxx macro to an example to ensure CI will catch any problem like
this in the future.
Basic Infos
Platform
Settings in IDE
Problem Description
Compile error when using the fixed size integer macros from inttypes.h with library versions 3.0.0+ but was OK in previous versions (e.g. v2.7.4). The code example also compiles OK on GNU GCC v7.1.1
MCVE Sketch
Debug Messages
Error message is:
The text was updated successfully, but these errors were encountered: