-
Notifications
You must be signed in to change notification settings - Fork 13
aarch64 support #7
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
Comments
it seems that pine64 architecture is pretty similar to Raspberry Pi, so I guess there is no big issue with architecture. |
Concerning 64bit support for arm, this line https://github.com/ofnode/of/blob/master/CMakeLists.txt#L125 should be modified to deduce architecture bit from target architecture. And concerning armv8 support, we should tweak some statement to either generalize armv7 specific command to other arm* or add armv8 specific statement (like compilation flag here https://github.com/ofnode/of/blob/master/CMakeLists.txt#L1031) |
It seems to be more a concern with the #define TARGET_RASPBERRY_PI in OpenFrameworks : It sounds like a hard task for adding on more board ... |
not sure because openframeworks build for generic armv7, which should work on armv8 too. |
I read in the cmake that the architecture aarch64 (for pine64) is not supported.
What would it take to make it compliant with such a board ?
The text was updated successfully, but these errors were encountered: