We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GCC 10 requires some of the variables defined in headers to be moved to externs. _POSIX_PATH_MAX was undefined under GCC10 on ARM.
Attached is a git patch (zipped) for the modifications required to get this to build. Let me know if you want me to upload this as a pull request.
0001-GCC-10-enforces-usage-of-externs-for-global-variable.zip
The text was updated successfully, but these errors were encountered:
@richardbostock thank you, we will take a look at this
Sorry, something went wrong.
No branches or pull requests
GCC 10 requires some of the variables defined in headers to be moved to externs.
_POSIX_PATH_MAX was undefined under GCC10 on ARM.
Attached is a git patch (zipped) for the modifications required to get this to build. Let me know if you want me to upload this as a pull request.
0001-GCC-10-enforces-usage-of-externs-for-global-variable.zip
The text was updated successfully, but these errors were encountered: