-
Notifications
You must be signed in to change notification settings - Fork 396
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
Cmake error when building against XLC on z/OS 2.4 #6764
Comments
Can you try the cmds from https://ci.eclipse.org/omr/job/PullRequest-zos_390-64/3893/console?
|
Still seemed to be failing with the commands from above ran ... although at a different spot now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seeing an error building with cmake when attempting to build omr on a z/OS 2.4 system. An error is seen while going through metalc files as shown below. This same build is working completely fine when attempted on a z/OS 2.3 system.
Both cases using the XLC compiler.
Following steps:
Strack trace:
Additionally, only having the following changes in this commit added seem to fix this error when using the XLC compiler on z/OS 2.4
29bfa5a (Commit from my fork of omr)
(i.e: Using agoff instead of mgoff)
Attempting the build on z/OS 2.4 computer with the
zos-master
branch,cmake
command runs successfully and builds 100%.Trying to do a quick search on related issues, this came up: #5449
But I am unsure if it is actually related to the abovementioned problem.
The text was updated successfully, but these errors were encountered: