Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PRxxx printf format macros #8222

Merged
merged 5 commits into from
Jul 26, 2021
Merged

Fix PRxxx printf format macros #8222

merged 5 commits into from
Jul 26, 2021

Conversation

earlephilhower
Copy link
Collaborator

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.

Update toolchain (newlib) to supply proper definitions for PRxxx macros.
Fixes esp8266#8220

Added a PRxxx macro to an example to ensure CI will catch any problem like
this in the future.
@earlephilhower earlephilhower added this to the 3.0.2 milestone Jul 17, 2021
@earlephilhower
Copy link
Collaborator Author

Failure was due to a GCC-internal flag which was set to use long int for 32-bits when compiling GCC for newlib. Yet another new toolchain build enroute.

Copy link
Collaborator

@d-a-v d-a-v left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me, tested the linux taste of gcc, lwIP in debug mode (using PRxxx too)
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compile error when using fixed size integer macros from inttypes.h
2 participants