-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Make gcc 7.5.0 available on arm32 machines #487
Comments
Probably worth trying this with the new 7.5.0 release on Linux/arm32 (armv7l) |
As anticipated, the
|
Can you try adding |
@sxa555 That didn't work either. I tried something similar by including that directory using
but this gave the following error Another proposed solution is to install the package |
For complete reference my configure line with gcc 7.5.0 was:
|
Thought I'd closed this. Deployed and working and also enabled for JDK in adoptium/temurin-build#1968 to fix support issue 33 |
Currently fails to build as it can't find sys/cdefs.h on the arm32 distributions (on raspbian or Ubuntu). Possibly expecting it to be in the location it's supplied in on the RHEL machines. I had a first attempt at overriding it with the configure parameters but that didn't succeed. Breaking this out to a separate work item so it doesn't impact closing issues related to the ansible scripts on Milestone A
The text was updated successfully, but these errors were encountered: