Asterisk移植到arm平台下如何设置configure的参数?

发布于 2022-07-23 14:02:17 字数 354 浏览 13 评论 9

Asterisk移植到arm平台下如何设置configure的参数,有人知道吗?谢谢。。
我用的  ./configure --host=arm-linux --enable-static --disable-shared -disable-debugging  --prefix=/***/***
提示:没有这个文件或命令。。。

我只是安装了cross-2.95.3的交叉编译器,不知道还要安装什么。。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(9

删除→记忆 2022-07-30 19:32:04

楼主怎么联系,小弟很想和你探讨一下在ARM下移植Asterisk的问题。
我的QQ:58383854
    手机:15838261701
  Email:zhangzhiyin88@126.com

堇色安年 2022-07-30 19:31:43

路漫漫其修远兮,吾将天天泡论坛,day day UP!

流云如水 2022-07-30 19:31:32

还有回答的吗 ?谢谢

高冷爸爸 2022-07-30 19:12:04

链接出现问题,不知道是什么原因
库文件应该都齐了,包括ncursers

强者自强 2022-07-30 17:33:49

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 编辑 ]

雨后彩虹 2022-07-30 14:40:15

原帖由 dxyr 于 2007-5-25 15:47 发表
由于开始用./configure --host=arm-linux编译出现这个错误。。
configure:24078: checking for /root/pwlib/include/ptlib.h
configure:24084: error: cannot check for file existence when cross compiling
...

因为你少库文件,你的toolchain少一个东西termcap需要的一个库libcruses的库

献世佛 2022-07-30 13:32:55

由于开始用./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
环境变量要怎样设置呢?谢谢 。。。

此刻的回忆 2022-07-30 12:25:35

哥们,你交叉编译的环境变量设置好了没有。

小瓶盖 2022-07-29 17:31:49

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文