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

Doesn't build on arm or aarch64 #7

Open
hfiguiere opened this issue Jun 26, 2020 · 1 comment
Open

Doesn't build on arm or aarch64 #7

hfiguiere opened this issue Jun 26, 2020 · 1 comment

Comments

@hfiguiere
Copy link

hfiguiere commented Jun 26, 2020

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'
@falkTX
Copy link
Member

falkTX commented Jun 26, 2020

Use make NOOPT=true

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