-
Notifications
You must be signed in to change notification settings - Fork 299
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
does not build on armhf: unrecognized command line option ‘-msse2’ #450
Comments
@streaps @stevedekorte the same problem for me, here is the
The output:
|
@stevedekorte however, this Dockerfile compiles just fine in CentOS 7. It fails only on macOS M2. |
Was just looking into Libco: https://github.com/Tencent/libco |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to build on a Raspberry Pi 2, 32 bit Debian Buster (Raspbian 10). I followed the instructions from README.md:
[ 0%] Building C object libs/iovm/tools/CMakeFiles/io2c.dir/io2c.c.o
cc: error: unrecognized command line option ‘-msse2’
make[2]: *** [libs/iovm/tools/CMakeFiles/io2c.dir/build.make:63: libs/iovm/tools/CMakeFiles/io2c.dir/io2c.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:478: libs/iovm/tools/CMakeFiles/io2c.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
The text was updated successfully, but these errors were encountered: