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
During the installation I got this issue:
C++: error: unrecogniaed command line option: '-msse2'
I think this issue is caused because of the difference between device architecture. (I'm using Jetson Orin whose arch is arm64)
I found those optimization options are not supported on ARM64 device.
And then what should I do? Just eliminating them or should I add new options?
Thanks for your consideration.
Best,
The text was updated successfully, but these errors were encountered:
Hi, Jiarong.
I hope you are doing well.
During the installation I got this issue:
C++: error: unrecogniaed command line option: '-msse2'
I think this issue is caused because of the difference between device architecture. (I'm using Jetson Orin whose arch is arm64)
I found those optimization options are not supported on ARM64 device.
And then what should I do? Just eliminating them or should I add new options?
Thanks for your consideration.
Best,
The text was updated successfully, but these errors were encountered: