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

Update CMakefile.txt for aarch64 OS #288

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

meesokim
Copy link

aarch64 architecture is for 64bit OS.
It doesn't allow the 32bit compiler option like -marm -mabi=aapcs-linux -mhard-float -mfloat-abi=hard If only the architecture is not aarch64, it follows the existing compiler option, otherwise drop unacceptable options

But still 64bit binary makes 'bus error'. It requires another fix.

aarch64 architecture is for 64bit OS.
It doesn't allow the 32bit compiler option like -marm -mabi=aapcs-linux -mhard-float -mfloat-abi=hard
If only the architecture is not aarch64, it follows the existing compiler option, otherwise drop unacceptable options.
@juj
Copy link
Owner

juj commented Jan 26, 2023

Thanks - I'll defer landing this until it is known if the driver can be made to work on 64-bit at least. I don't know if that would be the case, and haven't been looking in this direction in some while. If it does end up working, probably better to land the whole thing in one go.

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 this pull request may close these issues.

2 participants