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

Fails to build for Opensplice-6.9.210323OSS-armv7l-GCC10 #169

Open
richardbostock opened this issue Apr 19, 2021 · 1 comment
Open

Fails to build for Opensplice-6.9.210323OSS-armv7l-GCC10 #169

richardbostock opened this issue Apr 19, 2021 · 1 comment

Comments

@richardbostock
Copy link

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

@ThijsSassen
Copy link
Contributor

@richardbostock thank you, we will take a look at this

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

No branches or pull requests

2 participants