Replies: 6 comments 12 replies
-
You need to use the patches correctly. Patch dir has to be on same level as makefile. Anyway, you can use already compiled binary here https://github.com/IchthysMaranatha/asterisk-chan-quectel/releases/tag/3.5 if your hardware is mips 24kc compatible |
Beta Was this translation helpful? Give feedback.
-
Which hardware are you compiling for? Did you try and use the binary already linked? |
Beta Was this translation helpful? Give feedback.
-
What happens with |
Beta Was this translation helpful? Give feedback.
-
Check log files and see why it's not running and resolve accordingly. You already have the correct binary, no need for compiling anything again. If you have copied with winscp, you need to copy in binary mode |
Beta Was this translation helpful? Give feedback.
-
I think you'll need to compile it with ath79 sdk not the ramips one, I've compiled with because of the QCA9531 soc |
Beta Was this translation helpful? Give feedback.
-
This is the executable working on my mips24kc (we826) router with openwrt 19.07, have zipped it to attach it |
Beta Was this translation helpful? Give feedback.
-
I want to compile with Openwrt 19.07 and Asterisk 16 for EC20,When this step with " ./configure --with-astversion=16" is reached, it fails.
========================================
./configure --with-astversion=16
checking build system type... mips-unknown-linux-musl
checking host system type... mips-unknown-linux-musl
checking target system type... mips-unknown-linux-musl
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for strip... strip
checking for rm... rm
checking for library containing iconv... none required
checking for sqlite3_open in -lsqlite3... no
configure: error: sqlite3 library missing
====================================
opkg install libsqlite3
Package libsqlite3-0 (3310100-1) installed in root is up to date.
And I have installed sqlite3, but it doesn't work.
Thanks for help.
Beta Was this translation helpful? Give feedback.
All reactions