Skip to content

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