Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels