Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. [SOLVED]Qt on target i.MX5X make error :::: sub-webkit-make_default-ordered Error 2
Forum Updated to NodeBB v4.3 + New Features

[SOLVED]Qt on target i.MX5X make error :::: sub-webkit-make_default-ordered Error 2

Scheduled Pinned Locked Moved Qt WebKit
8 Posts 2 Posters 8.2k 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.
  • P Offline
    P Offline
    post4pavan
    wrote on last edited by
    #1

    qt-everywhere-opensource-src-4.7.4 on Ubuntu10.04

    @post4pavan@ubuntu:~/qt-target$ make
    cd src/tools/bootstrap/ && make -f Makefile
    make[1]: Entering directory /home/post4pavan/qt-target/src/tools/bootstrap' make[1]: Nothing to be done for first'.
    make[1]: Leaving directory /home/post4pavan/qt-target/src/tools/bootstrap' cd src/tools/moc/ && make -f Makefile make[1]: Entering directory /home/post4pavan/qt-target/src/tools/moc'
    make[1]: Nothing to be done for first'. make[1]: Leaving directory /home/post4pavan/qt-target/src/tools/moc'
    cd src/tools/rcc/ && make -f Makefile
    make[1]: Entering directory /home/post4pavan/qt-target/src/tools/rcc' make[1]: Nothing to be done for first'.
    make[1]: Leaving directory /home/post4pavan/qt-target/src/tools/rcc' cd src/tools/uic/ && make -f Makefile make[1]: Entering directory /home/post4pavan/qt-target/src/tools/uic'
    make[1]: Nothing to be done for first'. make[1]: Leaving directory /home/post4pavan/qt-target/src/tools/uic'
    cd src/corelib/ && make -f Makefile
    make[1]: Entering directory /home/post4pavan/qt-target/src/corelib' make[1]: Nothing to be done for first'.
    make[1]: Leaving directory /home/post4pavan/qt-target/src/corelib' cd src/xml/ && make -f Makefile make[1]: Entering directory /home/post4pavan/qt-target/src/xml'
    make[1]: Nothing to be done for first'. make[1]: Leaving directory /home/post4pavan/qt-target/src/xml'
    cd src/network/ && make -f Makefile
    make[1]: Entering directory /home/post4pavan/qt-target/src/network' make[1]: Nothing to be done for first'.
    make[1]: Leaving directory /home/post4pavan/qt-target/src/network' cd src/sql/ && make -f Makefile make[1]: Entering directory /home/post4pavan/qt-target/src/sql'
    make[1]: Nothing to be done for first'. make[1]: Leaving directory /home/post4pavan/qt-target/src/sql'
    cd src/testlib/ && make -f Makefile
    make[1]: Entering directory /home/post4pavan/qt-target/src/testlib' make[1]: Nothing to be done for first'.
    make[1]: Leaving directory /home/post4pavan/qt-target/src/testlib' cd src/gui/ && make -f Makefile make[1]: Entering directory /home/post4pavan/qt-target/src/gui'
    make[1]: Nothing to be done for first'. make[1]: Leaving directory /home/post4pavan/qt-target/src/gui'
    cd src/qt3support/ && make -f Makefile
    make[1]: Entering directory /home/post4pavan/qt-target/src/qt3support' make[1]: Nothing to be done for first'.
    make[1]: Leaving directory /home/post4pavan/qt-target/src/qt3support' cd src/opengl/ && make -f Makefile make[1]: Entering directory /home/post4pavan/qt-target/src/opengl'
    make[1]: Nothing to be done for first'. make[1]: Leaving directory /home/post4pavan/qt-target/src/opengl'
    cd src/multimedia/ && make -f Makefile
    make[1]: Entering directory /home/post4pavan/qt-target/src/multimedia' make[1]: Nothing to be done for first'.
    make[1]: Leaving directory /home/post4pavan/qt-target/src/multimedia' cd src/svg/ && make -f Makefile make[1]: Entering directory /home/post4pavan/qt-target/src/svg'
    make[1]: Nothing to be done for first'. make[1]: Leaving directory /home/post4pavan/qt-target/src/svg'
    cd src/script/ && make -f Makefile
    make[1]: Entering directory /home/post4pavan/qt-target/src/script' make[1]: Nothing to be done for first'.
    make[1]: Leaving directory /home/post4pavan/qt-target/src/script' cd src/declarative/ && make -f Makefile make[1]: Entering directory /home/post4pavan/qt-target/src/declarative'
    make[1]: Nothing to be done for first'. make[1]: Leaving directory /home/post4pavan/qt-target/src/declarative'
    cd src/3rdparty/webkit/JavaScriptCore/ && make -f Makefile
    make[1]: Entering directory /home/post4pavan/qt-target/src/3rdparty/webkit/JavaScriptCore' make[1]: Nothing to be done for first'.
    make[1]: Leaving directory /home/post4pavan/qt-target/src/3rdparty/webkit/JavaScriptCore' cd src/3rdparty/webkit/WebCore/ && make -f Makefile make[1]: Entering directory /home/post4pavan/qt-target/src/3rdparty/webkit/WebCore'
    make[1]: *** No rule to make target ../JavaScriptCore/release/libjscore.a', needed by ../../../../lib/libQtWebKit.so.4.7.4'. Stop.
    make[1]: Leaving directory `/home/post4pavan/qt-target/src/3rdparty/webkit/WebCore'
    make: *** [sub-webkit-make_default-ordered] Error 2@

    Unable to resolve this.
    I have gone through "previously solved [link] ":http://developer.qt.nokia.com/forums/viewthread/10734 but, no progress!

    Please Suggest....!

    [moved to Qt Webkit forum, Tobias]

    Qt for Embedded! INTERESTING!

    1 Reply Last reply
    0
    • P Offline
      P Offline
      post4pavan
      wrote on last edited by
      #2

      qt-everywhere-opensource-src-4.7.4 on Ubuntu10.04 for i.MX5X

      Part of the error when "make" was run

      @cd src/3rdparty/webkit/JavaScriptCore/ && make -f Makefile
      make[1]: Entering directory /home/post4pavan/qt-target/src/3rdparty/webkit/JavaScriptCore' make[1]: Nothing to be done for first'.
      make[1]: Leaving directory /home/post4pavan/qt-target/src/3rdparty/webkit/JavaScriptCore' cd src/3rdparty/webkit/WebCore/ && make -f Makefile make[1]: Entering directory /home/post4pavan/qt-target/src/3rdparty/webkit/WebCore'
      make[1]: *** No rule to make target ../JavaScriptCore/release/libjscore.a', needed by ../../../../lib/libQtWebKit.so.4.7.4'. Stop.
      make[1]: Leaving directory `/home/post4pavan/qt-target/src/3rdparty/webkit/WebCore'
      make: *** [sub-webkit-make_default-ordered] Error 2@

      Complete log can be found at "error_log":http://developer.qt.nokia.com/forums/viewthread/12732

      Qt for Embedded! INTERESTING!

      1 Reply Last reply
      0
      • P Offline
        P Offline
        post4pavan
        wrote on last edited by
        #3

        Sorry, Qt Webkit forum exists, Please move on to this "link":http://developer.qt.nokia.com/forums/viewthread/12733/

        Qt for Embedded! INTERESTING!

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tobias.hunger
          wrote on last edited by
          #4

          I merged another posts by post4pavan on this topic into this one.

          1 Reply Last reply
          0
          • P Offline
            P Offline
            post4pavan
            wrote on last edited by
            #5

            Using different compiler tool chain has also not solved any??!!

            Qt for Embedded! INTERESTING!

            1 Reply Last reply
            0
            • P Offline
              P Offline
              post4pavan
              wrote on last edited by
              #6

              After 2 working days being wasted, the solution is

              Solution

              @Working-dir$ cd src/3rdparty/webkit/JavaScriptCore/release/@

              change jscore. to libjscore.a

              @Working-dir$ cp jscore. libjscore.a@@

              Hope this solution works to all those who browse for the webkit error on a i.MX target, thereby reducing the loss of time in compilation.

              Thanks to "almagest":http://developer.qt.nokia.com/member/2699

              Qt for Embedded! INTERESTING!

              1 Reply Last reply
              0
              • T Offline
                T Offline
                tobias.hunger
                wrote on last edited by
                #7

                Looks like the target's mkspec is not setting up the static library prefix/suffix. Where did you get the mkspec from?

                1 Reply Last reply
                0
                • P Offline
                  P Offline
                  post4pavan
                  wrote on last edited by
                  #8

                  Hi Tobias Hunger

                  from imxdev website, I got the mkspec?

                  Qt for Embedded! INTERESTING!

                  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