-
Notifications
You must be signed in to change notification settings - Fork 220
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
Compilation fails on aarch64 #906
Comments
As suggested on that issue, I tried adding stk's Angelscript arm snippet to the current openspades but it still bails trying the x64 codepath. |
Yes this is because OpenSpades uses a VERY old version of AngelScript. 2.31.1 which is from 2016 and the latest is 2.33 from 2018 which includes many fixes for the aarch64. I will fork OS today and see if i can update the AngelScript version to the latest version. EDIT: So it seems like yvt and other people did some changes to the AngelScript and updating it is not just copy and paste. @yvt Updating the angelscript from https://sourceforge.net/p/angelscript/code/commit_browser to r2666 would fix most of our issues and OS would be able to run on aarch64. |
BTW this is how supertuxkart got it fixed supertuxkart/stk-code#2569 |
The same issue occurs when building on ppc64el
|
Removing the bug label as it's not a bug but just a lack of support. |
any activity on solving this issue ? also you can compile with #1005 but it will not start |
Possibly related to #416. New issue because different architecture and the only solution back then was a fork which is now outdated
Log https://gist.github.com/parkerlreed/5ee2e088851036eb8f500bfb7c8a3011
The text was updated successfully, but these errors were encountered: