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

Compilation ARMhf #3

Open
SammyRamone opened this issue Mar 1, 2018 · 3 comments
Open

Compilation ARMhf #3

SammyRamone opened this issue Mar 1, 2018 · 3 comments

Comments

@SammyRamone
Copy link

The package does not natively compile on armhf due to the compiler options for x86.
Setting FUNCTION_MULTIVERSIONING to 0 and removing the following from forward_kinematics.h works.
#include <emmintrin.h>
#include <immintrin.h>
#include <x86intrin.h>

@v4hn
Copy link
Member

v4hn commented Apr 4, 2018

Is this still broken upstream?

@SammyRamone
Copy link
Author

yes, I accidentally pushed a commit on master which solves this, but it disables some optimization for x86 processors
Currently the master is not compiling on armhf

@philipp1234
Copy link
Collaborator

Tried to fix it.

@SammyRamone Could you test on on ARM?

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

3 participants