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

compilation of library opus: #error "Configured to use ARM asm but no CPU detection method available for " "your platform. #64

Open
karawitan opened this issue Nov 11, 2021 · 0 comments

Comments

@karawitan
Copy link
Collaborator

Hi !

when trying to compile libopus-1.3.1 (dependency for mpv), I get the following error:

make build-wip opus

(...)

make[1]: Entering directory '/berrymuch/work/opus-1.3.1'
make[2]: Entering directory '/berrymuch/work/opus-1.3.1'
  CC       celt/arm/armcpu.lo
celt/arm/armcpu.c:153:3: error: #error "Configured to use ARM asm but no CPU detection method available for " "your platform.  Reconfigure with --disable-rtcd (or send patches)."
celt/arm/armcpu.c: In function 'opus_select_arch':
celt/arm/armcpu.c:159:3: warning: implicit declaration of function 'opus_cpu_capabilities' [-Wimplicit-function-declaration]
celt/arm/armcpu.c:159:3: warning: nested extern declaration of 'opus_cpu_capabilities' [-Wnested-externs]
Makefile:2546: recipe for target 'celt/arm/armcpu.lo' failed
make[2]: *** [celt/arm/armcpu.lo] Error 1
make[2]: Leaving directory '/berrymuch/work/opus-1.3.1'
Makefile:2646: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/berrymuch/work/opus-1.3.1'
Makefile:1615: recipe for target 'all' failed
make: *** [all] Error 2
make: *** [Makefile:8: build-wip.opus] Error 2

Any suggestion / help welcome to fix this ?

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

1 participant