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. Need Help for Error

Need Help for Error

Scheduled Pinned Locked Moved General and Desktop
5 Posts 2 Posters 2.6k 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.
  • D Offline
    D Offline
    Diluka
    wrote on last edited by
    #1

    Hi

    Have a nice day,When i debug my application it display two errors i mention error details below i need to know what are the possible reasons for that kind of errors i faced that error in second time but still i havent proper solution for it.

    11:28:00: Running steps for project PatternDebuger...
    11:28:00: Configuration unchanged, skipping qmake step.
    11:28:00: Starting: "C:\Qt\Qt5.0.1\Tools\MinGW\bin\mingw32-make.exe"
    C:/Qt/Qt5.0.1/Tools/MinGW/bin/mingw32-make -f Makefile.Debug
    mingw32-make[1]: Entering directory 'C:/Qt/qtcreator-2.1.0/PatternDebuger-build-Desktop_Qt_5_0_1_MinGW_32bit-Debug'
    g++ -Wl,-subsystem,windows -mthreads -o debug\PatternDebuger.exe debug/main.o debug/mainwindow.o debug/logreader.o debug/eventfactory.o debug/moc_mainwindow.o -lmingw32 -lqtmaind -LC:\Qt\Qt5.0.1\5.0.1\mingw47_32\lib -lQt5Widgetsd -lQt5Guid -lQt5Cored -llibEGLd -llibGLESv2d -lgdi32 -luser32
    c:/qt/qt5.0.1/tools/mingw/bin/../lib/gcc/i686-w64-mingw32/4.7.2/../../../../i686-w64-mingw32/bin/ld.exe: cannot open output file debug\PatternDebuger.exe: Permission denied
    collect2.exe: error: ld returned 1 exit status
    Makefile.Debug:84: recipe for target 'debug\PatternDebuger.exe' failed
    mingw32-make[1]: *** [debug\PatternDebuger.exe] Error 1
    mingw32-make[1]: Leaving directory 'C:/Qt/qtcreator-2.1.0/PatternDebuger-build-Desktop_Qt_5_0_1_MinGW_32bit-Debug'
    makefile:34: recipe for target 'debug' failed
    mingw32-make: *** [debug] Error 2
    11:28:00: The process "C:\Qt\Qt5.0.1\Tools\MinGW\bin\mingw32-make.exe" exited with code 2.
    Error while building/deploying project PatternDebuger (kit: Desktop Qt 5.0.1 MinGW 32bit)
    When executing step 'Make'

    Thanks

    1 Reply Last reply
    0
    • raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      may it be that your PatternDebuger.exe is still running while you try to compile?

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • D Offline
        D Offline
        Diluka
        wrote on last edited by
        #3

        No i check task manager :(

        1 Reply Last reply
        0
        • raven-worxR Offline
          raven-worxR Offline
          raven-worx
          Moderators
          wrote on last edited by
          #4

          then you can check with "ProcessExplorer":http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx if ther is an active handle on the file.
          Do this by choosing "FIND -> Find Handle or DLL" and enter PatternDebuger. You will get a list of which process is still accessing the file.

          --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
          If you have a question please use the forum so others can benefit from the solution in the future

          1 Reply Last reply
          0
          • D Offline
            D Offline
            Diluka
            wrote on last edited by
            #5

            Ok I will check , thanks for your information

            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