Skip to content
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

How to set ARM_ARCHITECTURE correctly? #13

Closed
fboris opened this issue Jun 12, 2014 · 2 comments
Closed

How to set ARM_ARCHITECTURE correctly? #13

fboris opened this issue Jun 12, 2014 · 2 comments

Comments

@fboris
Copy link

fboris commented Jun 12, 2014

I want to compile svo in my odroid machine. However, it always shows some cflags are not exist:

-mmmx -msse -msse -msse2 -msse3 -mssse3 

So I think it might be the optimization function that arm architecture does not have. I tried a stupid way like rewrite CMakeLists.txt to let it always compile in arm optimization cflags. Although it is not the solution, it works fine now. I want to ask is there a way easily to set the ARM_ARCHITECTURE?

@cfo
Copy link
Collaborator

cfo commented Jun 12, 2014

@fboris
Copy link
Author

fboris commented Jun 12, 2014

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants