-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Got error when build AirSim for Linux_AArch64 platform:Error: AutomationTool was unable to run successfully #2541
Comments
You can try to build for the target platform, the Logs will be helpful to figure out where the compilation error is coming from. |
@suchb We might not support AArch64 at all, regardless of broken packaging. AArch64 is for ARM, which platform are you targeting with your packaging? |
Hello,saihv, Looking forward to your reply. Thanks |
@saihv |
@suchb We do not really support ARM platforms with AirSim, the graphical requirements of AirSim are far beyond what a Jetson TX2 can provide. Compiling Unreal Engine is also going to be quite hard on ARM. You can run AirSim on an x64 platform: Ubuntu, Windows or Mac. |
Hi saihv, Could you please tell me is there a plan to support Linux Arm64 platform? thanks |
No, I don't see how you expect Unreal Engine Editor to run in linux arm64. If your goal is to make arm64 binary, unreal engine has documentation for cross-compiling a binary for that platform. |
Cross-compiling UE4 for linux arm64 was already success in my case, but UE4 for linux arm64 have no EDITOR, So I Compiled UE4-Editor on Ubuntu x64 platform, and Compiled Airsim source code on it, I got error when package Airsim to Linux arm64. I want to run Airsim on Linux arm64 platform for UAV simulation. |
Any solution for this problem? |
Hello,
Bellow is the error info:
[2020.04.07-01.39.54:728][ 59]UATHelper: Packaging (Linux (AArch64)): Took 2498.865683s to run mono, ExitCode=5
[2020.04.07-01.39.54:728][ 59]UATHelper: Packaging (Linux (AArch64)): UnrealBuildTool failed. See log for more details. (/home/su/Library/Logs/Unreal Engine/LocalBuildLogs/UBT-Blocks-LinuxAArch64-Development_2.txt)
[2020.04.07-01.39.54:728][ 59]UATHelper: Packaging (Linux (AArch64)): AutomationTool exiting with ExitCode=5 (5)
[2020.04.07-01.39.54:728][ 59]UATHelper: Packaging (Linux (AArch64)): RunUAT ERROR: AutomationTool was unable to run successfully.
[2020.04.07-01.39.54:728][ 59]PackagingResults: Error: AutomationTool was unable to run successfully.
[2020.04.07-01.39.54:728][ 59]PackagingResults: Error: Unknown Error
Does Airsim support LinuxAArch64?
The text was updated successfully, but these errors were encountered: