Asterisk移植到arm平台下如何设置configure的参数?
Asterisk移植到arm平台下如何设置configure的参数,有人知道吗?谢谢。。
我用的 ./configure --host=arm-linux --enable-static --disable-shared -disable-debugging --prefix=/***/***
提示:没有这个文件或命令。。。
我只是安装了cross-2.95.3的交叉编译器,不知道还要安装什么。。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(9)
楼主怎么联系,小弟很想和你探讨一下在ARM下移植Asterisk的问题。
我的QQ:58383854
手机:15838261701
Email:zhangzhiyin88@126.com
路漫漫其修远兮,吾将天天泡论坛,day day UP!
还有回答的吗 ?谢谢
链接出现问题,不知道是什么原因
库文件应该都齐了,包括ncursers
hello, i think you have to check your supporting libraries. or maybe you can install termcap and pwlib. it is not just install arm-linux-gcc. it is more than that. you can get an idea from here:
http://wiki.neurostechnology.com/index.php/Asterisk. but you have to modify something. cross-compiling asterisk is very troublesome.
good luck!
zhu
[ 本帖最后由 zhulizhong 于 2007-6-11 09:38 编辑 ]
因为你少库文件,你的toolchain少一个东西termcap需要的一个库libcruses的库
由于开始用./configure --host=arm-linux编译出现这个错误。。
configure:24078: checking for /root/pwlib/include/ptlib.h
configure:24084: error: cannot check for file existence when cross compiling
就改成了用这个命令。。。
./configure --host=arm-linux --without-pwlib
还是不行。。提示:
configure: error: *** termcap support not found
环境变量要怎样设置呢?谢谢 。。。
哥们,你交叉编译的环境变量设置好了没有。
hello. whcih version f asterisk are you using? 1.2 or 1.4. check you prefix and others. do you install glibc and utils beside arm-linux-gcc?
please give details!
zhulizhong