D*******l 发帖数: 5462 | 1 Hello,
I have a rt-n16, install DD-WRT mega16785.
I can make or pickup any call any internal ata without any problem. but
Internet ata will ring, when pickup, not sound at all.
after some research, I knew asterisk have a rtp problem with arm cpu.
I make a clean install, I am follow this
http://forums.plugpbx.org/index.php/topic,247.msg1168.html.
on step 7,
configure: error: cannot guess build type; you must specify one.
I have no idea what should I do now.
Thanks,
Derick | d********g 发帖数: 10550 | 2 就是源码和build文件里没有定义arm所以不认,你按照那个教程修改操作应该就可以了吧
【在 D*******l 的大作中提到】 : Hello, : I have a rt-n16, install DD-WRT mega16785. : I can make or pickup any call any internal ata without any problem. but : Internet ata will ring, when pickup, not sound at all. : after some research, I knew asterisk have a rtp problem with arm cpu. : I make a clean install, I am follow this : http://forums.plugpbx.org/index.php/topic,247.msg1168.html. : on step 7, : configure: error: cannot guess build type; you must specify one. : I have no idea what should I do now.
| D*******l 发帖数: 5462 | 3 我是改了以后编译的。 :(
了吧
【在 d********g 的大作中提到】 : 就是源码和build文件里没有定义arm所以不认,你按照那个教程修改操作应该就可以了吧
| D*******l 发帖数: 5462 | 4 /opt/asterisk-1.8.3.3# sh ./configure --build='arm'
checking build system type... arm-unknown-none
checking host system type... arm-unknown-none
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/opt/asterisk-1.8.3.3':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
现在又没有gcc。 也找不到。 | d********g 发帖数: 10550 | 5 $ which gcc
看下gcc在哪里,没有的话装(我一般喜欢装g++,顺便就把gcc装了)
$ sudo apt-get update; sudo apt-get upgrade; sudo apt-get install g++
gcc一般在/usr/bin/,所以不大可能是$PATH没设好
【在 D*******l 的大作中提到】 : /opt/asterisk-1.8.3.3# sh ./configure --build='arm' : checking build system type... arm-unknown-none : checking host system type... arm-unknown-none : checking for gcc... no : checking for cc... no : checking for cl.exe... no : configure: error: in `/opt/asterisk-1.8.3.3': : configure: error: no acceptable C compiler found in $PATH : See `config.log' for more details. : 现在又没有gcc。 也找不到。
| D*******l 发帖数: 5462 | |
|