You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying svo using 'Jetson TX2' on my drone.
The TX2 use cpu of 'aarch64', but svo doesn't support this, following errors occur:
c++: error: unrecognized command line option ‘-mmmx’
How can I fix it?
The text was updated successfully, but these errors were encountered:
Excuse me, did you finish compiling the whole project? I meet the error when compiling faster_conor_10_sse.cpp
error:#error "This file requires SSE2 support. Check your compiler flags."
I'm trying svo using 'Jetson TX2' on my drone.
The TX2 use cpu of 'aarch64', but svo doesn't support this, following errors occur:
c++: error: unrecognized command line option ‘-mmmx’
How can I fix it?
The text was updated successfully, but these errors were encountered: