-
Notifications
You must be signed in to change notification settings - Fork 59
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
armflang build errors #107
Comments
Forgot to say that I'm using this recent commit: |
3 tasks
@ashterenli can you check if the patch works for you? |
@gcongiu you mean this patch? https://github.com/icl-utk-edu/papi/pull/108/files |
that is a wrong flag. Instead https://developer.arm.com/documentation/101380/2304/Compiler-options/-ffree-form?lang=en This is my fix:
|
@ashterenli I updated the PR to reflect your fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to build papi with armflang, I get to:
Seems
components/sysdetect/tests/Makefile
needs to be updated.In contrast, the flags seem correct in
ftests
:The text was updated successfully, but these errors were encountered: