红联Linux门户
Linux帮助

jrtplib在ARM板子运行时出现:Error:Can't get the local IP address

发布时间:2010-12-10 11:50:45来源:红联作者:zhouzhuan2008
jrtplib在ARM板子运行时出现:Error:Can't get the local IP address
我的jrtplib是2.7版本的,安装在pc上能正确运行,交叉编译到arm板子上之后,出现上述问题,程序是很简单的程序:
如下:

#include"rtpsession.h"
#include
#include

int main()
{
RTPSession sess;
sess.Create(5000);
return 0;
}

这个程序我在PC机上用g++编译后,运行并没有上面那个问题
文章评论

共有 0 条评论