-
Notifications
You must be signed in to change notification settings - Fork 90
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 compiling error #288
Comments
Can you have a try to disable |
Try |
Please see #641 |
Thanks a lot! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello hifiasm team,
Compiling on macOS ARM has the following error:
g++ -c -g -O3 -msse4.2 -mpopcnt -fomit-frame-pointer -Wall CommandLines.cpp -o CommandLines.o
g++ -c -g -O3 -msse4.2 -mpopcnt -fomit-frame-pointer -Wall Process_Read.cpp -o Process_Read.o
g++ -c -g -O3 -msse4.2 -mpopcnt -fomit-frame-pointer -Wall Assembly.cpp -o Assembly.o
g++ -c -g -O3 -msse4.2 -mpopcnt -fomit-frame-pointer -Wall Hash_Table.cpp -o Hash_Table.o
g++: error: unrecognized command-line option '-msse4.2'
g++: error: unrecognized command-line option '-msse4.2'
g++: error: unrecognized command-line option '-msse4.2'
g++: error: unrecognized command-line option '-msse4.2'
g++: error: unrecognized command-line option '-mpopcnt'
g++: error: unrecognized command-line option '-mpopcnt'
g++: error: unrecognized command-line option '-mpopcnt'
g++: error: unrecognized command-line option '-mpopcnt'
make: *** [Assembly.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [Process_Read.o] Error 1
make: *** [Hash_Table.o] Error 1
make: *** [CommandLines.o] Error 1
Thanks,
Jianshu
The text was updated successfully, but these errors were encountered: