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

Compiling for ARM #4

Closed
BrodieBruce901 opened this issue Jun 14, 2017 · 3 comments
Closed

Compiling for ARM #4

BrodieBruce901 opened this issue Jun 14, 2017 · 3 comments

Comments

@BrodieBruce901
Copy link

I was very excited to hear about your work and decided to try compile the program. I got through most of the compile until I ran into this error gcc: error: unrecognized command line option '-msse2' and realized it's looking for an x86 based instruction set. I'm going to compile it on an old x86 laptop, but I was wondering if there is a possible work around or plans for an ARM compatible build?

@awesie awesie closed this as completed in bd3b6fc Jun 14, 2017
@awesie
Copy link
Contributor

awesie commented Jun 14, 2017

I committed a change to remove the -msse2 option from the Makefile, since it isn't necessary anyways. Does that fix compilation on ARM?

@BrodieBruce901
Copy link
Author

BrodieBruce901 commented Jun 14, 2017

I was just about to test it with the msse2 and --ffast-math flag unset. I am about to try it. --ffast-math may also be an issue but I will let you know after the compile.

@BrodieBruce901
Copy link
Author

Not sure why I got a -ffast-math error earlier but it did compile without errors with the -msse2 flag unset from the prefix. Thanks for the project, the prompt response, and the help.

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