交叉编译Linux / MIPS的QtDbus应用程序

时间:2012-02-02 11:42:16

标签: qt4 cross-compiling dbus qtdbus

我正在尝试为Linux / MIPS设备交叉编译dbus-chat示例(包含在qt-everywhere-opensource-src-4.6.2中)。我在构建时遇到以下错误:

... / qt-everywhere-opensource-src-4.6.2 / lib / libQtCore.so:未定义引用`inotify_init@GLIBC_2.4'

... / qt-everywhere-opensource-src-4.6.2 / lib / libQtGui.so:undefined    参考`__floatundisf@GCC_4.2.0'

... / qt-everywhere-opensource-src-4.6.2 / lib / libQtCore.so:undefined    参考`inotify_rm_watch@GLIBC_2.4'

... / qt-everywhere-opensource-src-4.6.2 / lib / libQtCore.so:undefined    参考`inotify_add_watch@GLIBC_2.4'

... / qt-everywhere-opensource-src-4.6.2 / lib / libQtCore.so:undefined    参考`__floatundidf@GCC_4.2.0'

collect2:ld返回1退出状态

我使用mipsel-linux-gcc-3.4.4和dbus-1.0.0来交叉编译用于QT的dbus库。 我不确定哪个库丢失或者dbus版本不兼容。我能够编译简单的dbus应用程序。

0 个答案:

没有答案