-
Notifications
You must be signed in to change notification settings - Fork 91
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
Run the simulation in Ubuntu 22.04.2 ARM64 #363
Comments
Hi @santysangro, I'm assuming you're trying to run the binaries? Those are built for x86, we currently do not build them for ARM. If you would want to run it on ARM, you would have to recompile it from source. The documentation should explain how to do so, but if you have any problems with it, feel free to hit me up. |
Hey @wouter-heerwegh |
Yes, you would need to use Unreal Engine, and package it for your system. Did you manage to build Airsim and does it open the project in Unreal Engine? |
I did not. I cloned the Unreal Engine repo but when trying to run the ./Setup.sh command, it gives me Exec format error. How could I fix this? |
Would be hard to say without any error trace. Would you be able to put the terminal output here? |
sure! |
I think you would have to install mono first see this. Could you check if it works after that? |
I have this mono version, but I get the same error. |
I also get this warning when running sudo apt update |
I think it is trying to use a mono executable in this path |
Yeah, I get this: |
Is this file executable? |
Yes, the file is running, |
Could you try to run |
Yes, it also works. |
So the |
No, I still get the same eror: |
Hi!
So I am currently trying to download the simulator in Ubuntu 22.04.2 ARM64, and I cannot seem to make it work. Can someone give me a little step by step on how to make it work? It would be greatly appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: