Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. '../bin/qmake' failed

'../bin/qmake' failed

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 166 Views
  • 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.
  • A Offline
    A Offline
    Asha
    wrote on last edited by
    #1

    Hi,

    I am trying to cross compile qt with embedded (beagleboneboard).

    I downloaded cross compile toolchain and qt source code,for cross compiling purpose..

    I am configuring ,

    while configuring got the error,

    Exec format error, so I gone through some websites, to solve this problem I installed

    sudo apt-get install qemu

    after this, once again tried with configure,at this time got error

    /lib/ld-linux-armhf.so.3:No such file or directory

    again with the help of some forums got where is my ld-linux-armhf.so.3 file and I linked that file to /lib/ld-linux-armhf.so.3 using this command

    sudo ln -s /usr/arm-linux-armhf/lib/ld-linux-armhf.so.3 /lib/ld-linux-armhf.so.3

    After this trying to configure once again,now getting the new error,below is the attachement...please go through this and please let me know what mistake I am doing...

    bin.png

    bin1.png

    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