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 on some architectures: src/SendReportDialog.cpp:435:20: error: invalid output constraint '=a' in asm #919

Closed
yurivict opened this issue Aug 4, 2022 · 2 comments · Fixed by #926
Assignees

Comments

@yurivict
Copy link

yurivict commented Aug 4, 2022

On armv7 the error is:

src/SendReportDialog.cpp:435:20: error: invalid output constraint '=a' in asm
                 : "=a"(regs[0]), "=b"(regs[1]), "=c"(regs[2]), "=d"(regs[3])
                   ^
1 error generated.

If assembly is only for x86/x86_64 please place the check for architecture into cmake scripts.

@yalgaer yalgaer self-assigned this Aug 4, 2022
@yalgaer
Copy link
Collaborator

yalgaer commented Aug 5, 2022

Thank you for the report, this part will be removed from non-x86 builds

Do you have any other places where UGENE does not build on ARM?

@yurivict
Copy link
Author

yurivict commented Aug 5, 2022

I only see this failure in the fallout logs at this moment.
I'll let you know if I'll see more failures.

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

Successfully merging a pull request may close this issue.

2 participants