Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt for arm-linux (kindle touch 4)
Qt 6.11 is out! See what's new in the release blog

Qt for arm-linux (kindle touch 4)

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 1.9k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    taimag
    wrote on last edited by
    #1

    Hello. Sorry for my english. i use GNU/Linux Debian Wheezy 7.0

    I try compile Qt 4.7.4 for arm-linux with arm-linux-gnueabi-g++-4.5 to device - e-book Amazon Kindle Touch 4 (i want write programm to this device with QT)

    I compile dbus 1.6.8 with arm-linux-gnueabi-g++-4.5 to directory /usr/local/dbusarm and before try ./configure write:
    export PKG_CONFIG_PATH=/usr/local/dbusarm/lib/pkgconfig

    dbusarm - because i configure dbus 1.6.8 with this prefix

    dbus 0.93 dont configure with string:
    ./configure --prefix=/usr/local/dbusarm/ --host=arm-linux --with-x=no ac_cv_have_abstract_sockets=yes CXX=arm-linux-gnueabi-g++-4.5
    error with ucred.h

    Command to configure QT:
    ./configure -embedded arm -xplatform qws/linux-arm-gnueabi-g++ -opensource -confirm-license -no-opengl -nomake examples -nomake demos -little-endian -no-script -no-scripttools -no-declarative -no-phonon -no-multimedia -no-qt3support -dbus -no-webkit -no-javascript-jit -force-pkg-config

    i see error:
    The QtDBus module cannot be enabled because libdbus-1 version 0.93 was not found.
    Turn on verbose messaging (-v) to ./configure to see the final report.
    If you believe this message is in error you may use the continue
    switch (-continue) to ./configure to continue.

    If i remove parametr -dbus - configure OK.

    Please help me, how i can enable dbus in Qt?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved