-
Notifications
You must be signed in to change notification settings - Fork 447
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
ARM device compilation #225
Comments
I removed the two options "-msse2" and "-msse3" in CMakeLists.txt, then this error you have encounted was disappeared: |
Hi @shallwing And currently ROS uses opencv 4.5.4 but I think 4.5.3 is supported. |
[https://github.com//issues/32](problem explaintion) |
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: