We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The makefile assume it's an Intel architecture and enable SSE
The build error is:
make[1]: Entering directory '/run/build/tap-lv2/autopan' cc tap_autopan.c `pkg-config --cflags lv2` -O3 -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -Wall -Werror -fPIC -DPIC -I../utils -mtune=generic -msse -msse2 -mfpmath=sse -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -shared -Wl,-O1 -Wl,--as-needed -Wl,--no-undefined -Wl,--strip-all -lm -lrt -o tap_autopan.so cc: error: unrecognized command line option ‘-msse’ cc: error: unrecognized command line option ‘-msse2’ cc: error: unrecognized command line option ‘-mfpmath=sse’ make[1]: *** [../Makefile.mk:36: tap_autopan.so] Error 1 make[1]: Leaving directory '/run/build/tap-lv2/autopan'
The text was updated successfully, but these errors were encountered:
Use make NOOPT=true
make NOOPT=true
Sorry, something went wrong.
No branches or pull requests
The makefile assume it's an Intel architecture and enable SSE
The build error is:
The text was updated successfully, but these errors were encountered: