-
Notifications
You must be signed in to change notification settings - Fork 257
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
Build in A1 (nvidia tegra xavier (nvgpu)/integrated, armv8, ubuntu 18.04) #65
Comments
hi,@Zhihaibi |
I guess that ocs2 is only tested in 20.04. Update the system to 20.04 and try again.
…---Original---
From: "Xiangbo ***@***.***>
Date: Sat, Jul 13, 2024 15:30 PM
To: ***@***.***>;
Cc: "Zhihai ***@***.******@***.***>;
Subject: Re: [qiayuanl/legged_control] Build in A1 (nvidia tegra xavier (nvgpu)/integrated, armv8, ubuntu 18.04) (Issue #65)
***@***.***
I encountered the same issue as you. Have you resolved it? Thank you very much for your response.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I am using the Jetson AGX Orin with system version ubuntu 20.04, but I'm still encountering the same error as you. It's likely due to compiling for the ARM64 architecture. The code compiles fine on my laptop, but I encounter errors when compiling it on the Orin. |
set(TARGET GENERIC CACHE STRING "Set CPU architecture target") |
Hi,
I am trying to compile hpipm on Arm (nvidia tegra xavier (nvgpu)/integrated, armv8, ubuntu 18.04 )
and meet these error: Unrecognized command line option '-m64' and '-mavx'
I have already switched to the GENERIC target in HPIPM in Cmakelist.txt:
Target architecture
#set(TARGET AVX CACHE STRING "Set CPU architecture target")
set(TARGET GENERIC CACHE STRING "Set CPU architecture target")
and in makefile.rule, I modify to:
Target architecture
#TARGET = AVX512
#TARGET = AVX
TARGET = GENERIC
But I still get this error, do you know how to solve it? Thank you very much!
The text was updated successfully, but these errors were encountered: