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

does not work build #21

Open
bolds07 opened this issue May 10, 2018 · 2 comments
Open

does not work build #21

bolds07 opened this issue May 10, 2018 · 2 comments

Comments

@bolds07
Copy link

bolds07 commented May 10, 2018

latest ndk version does not have darwin-x86_64, replacing it to the actual directory

#!/bin/bash
NDK=/home/r/aff/ndk/
SYSROOT=$NDK/platforms/android-14/arch-arm/
TOOLCHAIN=$NDK/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64

i get error:

__MATHDECLX (Mdouble,function,suffix, args, attrib)
^
/usr/include/bits/mathcalls.h:302:1: note: in expansion of macro '__MATHCALLX'
__MATHCALLX (trunc,, (Mdouble __x), (const));
^
ffbuild/common.mak:60: recipe for target 'libavdevice/alldevices.o' failed
make: *** [libavdevice/alldevices.o] Error 1
teste.sh: 38: teste.sh: build_one: not found

@madhavanmalolan
Copy link
Owner

madhavanmalolan commented May 11, 2018 via email

@mayurvpatel
Copy link

mayurvpatel commented Mar 17, 2020

I am facing the same issue.
When I am going to run build_ffmpeg.sh then it is give me an error like this.

CC libavdevice/alldevices.o
In file included from ./libavformat/internal.h:24:0,
from libavdevice/alldevices.c:23:
/Users/mayur.patel/Library/Android/sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/lib/gcc/arm-linux-androideabi/4.9.x/include/stdint.h:9:26: fatal error: stdint.h: No such file or directory
include_next <stdint.h>
^
compilation terminated.
make: *** [libavdevice/alldevices.o] Error 1
MayurPatel:ffmpeg-4.2.2 mayur.patel$

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

3 participants