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. Assembler error while compiling Qt5 ?
Forum Updated to NodeBB v4.3 + New Features

Assembler error while compiling Qt5 ?

Scheduled Pinned Locked Moved General and Desktop
4 Posts 1 Posters 3.1k 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.
  • S Offline
    S Offline
    soroush
    wrote on last edited by
    #1

    I'm encountering a very strange error while compiling Qt5 for 32 bit system. QtWebkit won't compile with a message from assembler. I've never seen such errors before. That seems not to be a compiler nor linker error

    @
    mingw32-make[2]: Entering directory 'E:/sources/qt-everywhere-opensource-src-5.0.0/qtwebkit/Source/WebKit'
    g++ -c {blah blah blah blah} -o .obj\debug_shared\qhttpheader.o qt\Api\qhttpheader.cpp
    Assembler messages:
    Fatal error: can't create .objdebug_shared\qhttpheader.o: No such file or directory
    qt\Api\qhttpheader.cpp:272:1: fatal error: error writing to -: No error
    compilation terminated.
    @

    1 Reply Last reply
    0
    • S Offline
      S Offline
      soroush
      wrote on last edited by
      #2

      I think that's because of wrong address that compiler tries to generate files in:
      @.objdebug_shared\qhttpheader.o@
      which actually should be:
      @.obj\debug_shared\qhttpheader.o@

      1 Reply Last reply
      0
      • S Offline
        S Offline
        soroush
        wrote on last edited by
        #3

        interesting! mkdir ./.objdebug_shared causes compile to continue. It's definitely a bug. I'm gonna report.

        (I should stop talking myself.)

        1 Reply Last reply
        0
        • S Offline
          S Offline
          soroush
          wrote on last edited by
          #4

          "BUG report":https://bugreports.qt-project.org/browse/QTBUG-28878

          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