Asterisk build error

I typed

./cofigure
make menuselect
make

and log showed

$ make NOISY_BUILD=yes
CC=“cc” CXX=“g++” LD=“” AR=“” RANLIB=“” CFLAGS=“” LDFLAGS=“” make -C menuselect CONFIGURE_SILENT=“–silent” makeopts
make[1]: Entering directory ‘/data/data/com.termux/files/home/asterisk-16.13.0/menuselect’
make[1]: ‘makeopts’ is up to date.
make[1]: Leaving directory ‘/data/data/com.termux/files/home/asterisk-16.13.0/menuselect’
make[1]: Entering directory ‘/data/data/com.termux/files/home/asterisk-16.13.0/utils’
gcc -o astcanary.o -c astcanary.c -MD -MT astcanary.o -MF .astcanary.o.d -MP -pthread -I/data/data/com.termux/files/home/asterisk-16.13.0/include -fsigned-char -I/data/data/com.termux/files/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fblocks -g3 -DSTANDALONE -O3 -fno-partial-inlining -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wno-parentheses-equality -Wno-unused-value -Wno-parentheses-equality
clang-10: error: unknown argument: ‘-fno-partial-inlining’
make[1]: *** [/data/data/com.termux/files/home/asterisk-16.13.0/Makefile.rules:165: astcanary.o] Error 1
make[1]: Leaving directory ‘/data/data/com.termux/files/home/asterisk-16.13.0/utils’
make: *** [Makefile:390: utils] Error 2

I think this error iss from processer problem. here is my architecure. give me some opinions

configure: Package configured for:
configure: OS type : linux-gnueabi
configure: Host CPU : armv7l
configure: build-cpu:vendor:os: armv7l : unknown : linux-gnueabi :
configure: host-cpu:vendor:os: armv7l : unknown : linux-gnueabi :

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.