cxp-1996

cxp-1996

0个粉丝

8

问答

0

专栏

0

资料

cxp-1996  发布于  2020-03-10 10:57:41
采纳率 0%
8个问答
2785

使用hisi3516EV300交叉编译avahi出现问题,紧急求助

 
avahi版本:0.7
expat版本:2.2.9
libdaemon版本:0.14
dbus版本:1.13.0

配置configure如下:
./configure --host=arm-himix100-linux \
    --prefix= \
    --with-distro=archlinux \
    --localstatedir=/var \
    --with-xml=expat \
    --with-avahi-user=root \
    --with-avahi-group=root \
    --with-autoipd-user=root \
    --with-autoipd-group=root \
    --disable-gdbm \
    --disable-qt3 \
    --disable-qt4 \
    --disable-qt5 \
    --disable-gtk \
    --disable-gtk3 \
    --disable-python \
    --disable-mono \
    --disable-pygobject \
    --disable-doxygen \
    --disable-manpages\
    --disable-libevent \
    --disable-FEATURE \
    --disable-glib \
    --disable-gobject \
    DBUS_CFLAGS="-I/home/cxp/share/Other/avahi-0.7/install/dbus/include/dbus-1.0/ -I/home/cxp/share/Other/avahi-0.7/install/dbus/lib/dbus-1.0/include/" \
    DBUS_LIBS="-L/home/cxp/share/Other/avahi-0.7/install/dbus/lib -ldbus-1" \
    LIBDAEMON_CFLAGS="-I/home/cxp/share/Other/avahi-0.7/install/daemon/include" \
    LIBDAEMON_LIBS="-L/home/cxp/share/Other/avahi-0.7/install/daemon/lib -ldaemon"

报错如下:
cxp@ubuntu:~/share/Other/avahi-0.7/source/avahi-0.7/avahi-utils$ make
  CCLD     avahi-browse
/opt/hisi-linux/x86-arm/arm-himix100-linux/host_bin/../lib/gcc/arm-linux-uclibceabi/6.3.0/../../../../arm-linux-uclibceabi/bin/ld: warning: libdbus-1.so.3, needed by ../avahi-client/.libs/libavahi-client.so, not found (try using -rpath or -rpath-link)
../avahi-client/.libs/libavahi-client.so: undefined reference to `dbus_message_iter_append_fixed_array@LIBDBUS_1_3'
../avahi-client/.libs/libavahi-client.so: undefined reference to `dbus_message_is_signal@LIBDBUS_1_3'
../avahi-client/.libs/libavahi-client.so: undefined reference to `dbus_message_get_args@LIBDBUS_1_3'
../avahi-client/.libs/libavahi-client.so: undefined reference to `dbus_watch_get_data@LIBDBUS_1_3'
../avahi-client/.libs/libavahi-client.so: undefined reference to `dbus_connection_unref@LIBDBUS_1_3'
../avahi-client/.libs/libavahi-client.so: undefined reference to `dbus_message_append_args@LIBDBUS_1_3'

查看目录是否存在共享库:
[img=30,40]C:\Users\hdcvt\Desktop[/img]

添加共享库:(不能解决)
LD_LIBRARY_PATH=/home/cxp/share/Other/avahi-0.7/source/avahi-0.7/avahi-client/.libs/
我来回答
回答5个
时间排序
认可量排序

DBFace

0个粉丝

4

问答

0

专栏

0

资料

DBFace 2020-03-11 13:35:50
认可0
libdbus-1.so.3 是不是个软连接,用 -ldbus 而不是 -ldbus-1 试一下

cxp-1996

0个粉丝

8

问答

0

专栏

0

资料

cxp-1996 2020-03-11 15:08:23
认可0
[quote][url=forum.php?mod=redirect&goto=findpost&pid=155342&ptid=79395]DBFace 发表于 2020-3-11 13:35[/url]
libdbus-1.so.3 是不是个软连接,用 -ldbus 而不是 -ldbus-1 试一下[/quote]

[img=50,50]C:\Users\hdcvt\Desktop\a.png[/img]

cxp-1996

0个粉丝

8

问答

0

专栏

0

资料

cxp-1996 2020-03-11 15:12:40
认可0
[quote][url=forum.php?mod=redirect&goto=findpost&pid=155342&ptid=79395]DBFace 发表于 2020-3-11 13:35[/url]
libdbus-1.so.3 是不是个软连接,用 -ldbus 而不是 -ldbus-1 试一下[/quote]

不好意思,不会上传图片。我交叉编译dbus,的确生成了libdbus-1.a、libdbus-1.so.3等文件。就是继续编译的时候提示找不到服务,假如是库不完整还可以找。这个怎么才能找到根本问题,第一次移植很多方面不懂。谢谢了

DBFace

0个粉丝

4

问答

0

专栏

0

资料

DBFace 2020-03-11 16:10:50
认可0
[quote][url=forum.php?mod=redirect&goto=findpost&pid=155353&ptid=79395]cxp-1996 发表于 2020-3-11 15:12[/url]
不好意思,不会上传图片。我交叉编译dbus,的确生成了libdbus-1.a、libdbus-1.so.3等文件。就是继续编译的 ...[/quote]

不好意思,你这个应该就是  -ldbus-1。
你可以试试把 dbus 的库放在编译的 so 前面试试,有时候库的引用顺序也很有影响的

cxp-1996

0个粉丝

8

问答

0

专栏

0

资料

cxp-1996 2020-03-11 16:33:23
认可0
[quote][url=forum.php?mod=redirect&goto=findpost&pid=155356&ptid=79395]DBFace 发表于 2020-3-11 16:10[/url]
不好意思,你这个应该就是  -ldbus-1。
你可以试试把 dbus 的库放在编译的 so 前面试试,有时候库的引用 ...[/quote]

可以方便加QQ交流嘛,因为整个编译是自动的,只添加交叉编译链,库的位置已经指定了。不会上传图片有点说不清楚。:handshake
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币

Markdown 语法

  • 加粗**内容**
  • 斜体*内容*
  • 删除线~~内容~~
  • 引用> 引用内容
  • 代码`代码`
  • 代码块```编程语言↵代码```
  • 链接[链接标题](url)
  • 无序列表- 内容
  • 有序列表1. 内容
  • 缩进内容
  • 图片![alt](url)
+ 添加网盘链接/附件

Markdown 语法

  • 加粗**内容**
  • 斜体*内容*
  • 删除线~~内容~~
  • 引用> 引用内容
  • 代码`代码`
  • 代码块```编程语言↵代码```
  • 链接[链接标题](url)
  • 无序列表- 内容
  • 有序列表1. 内容
  • 缩进内容
  • 图片![alt](url)
举报反馈

举报类型

  • 内容涉黄/赌/毒
  • 内容侵权/抄袭
  • 政治相关
  • 涉嫌广告
  • 侮辱谩骂
  • 其他

详细说明

易百纳技术社区