Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Mingw32-make fails with "Interrupt/Exception caught (code = 0xc00000fd, addr = 0x421963) with code 255
Forum Updated to NodeBB v4.3 + New Features

Mingw32-make fails with "Interrupt/Exception caught (code = 0xc00000fd, addr = 0x421963) with code 255

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 3 Posters 11.6k 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.
  • jensen82J Offline
    jensen82J Offline
    jensen82
    wrote on last edited by
    #1

    Hi!

    I already searched google and found some posts regarding this problem:

    "D:\Frameworks\Qt\QtCreator\mingw\bin\mingw32-make.exe: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x421963)
    The process "D:\Frameworks\Qt\QtCreator\mingw\bin\mingw32-make.exe" exited with code 255.
    Error while building project testproject (target: Desktop)
    When executing build step 'Make'"

    The solution found at google did not help, i should set the path to mingw/bin in Variable PATH at first, followed by all other paths. I restarted the pc and it did not solve the problem.

    My Config:

    Windows 7 64 Bit, QtCreator 2.31 with mingw

    Any ideas? how to solve it?

    Thank you very much!

    1 Reply Last reply
    0
    • D Offline
      D Offline
      Duck
      wrote on last edited by
      #2

      Do you have cygwin or anything similar in your path or on your system, too?

      1 Reply Last reply
      0
      • I Offline
        I Offline
        ignasiet
        wrote on last edited by
        #3

        Same exact issue here. I solved it by changing my PATH variable and making it shorter without parentheses. Seems to be an unsolved bug from a long time ago:

        https://bugreports.qt.nokia.com//browse/QTSDK-32

        This is my PATH which causes the crash:
        C:\Qt\qtcreator-2.3.1\mingw\bin;C:\Qt\4.7.3\lib;C:\Qt\4.7.3\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.0\bin;C:\Program Files\ImageMagick-6.6.3-Q16;C:\Program Files (x86)\MiKTeX 2.8\miktex\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\CMake 2.8\bin;C:\Program Files (x86)\doxygen\bin;C:\Program Files\MATLAB\R2009b\runtime\win64;C:\Program Files\MATLAB\R2009b\bin;C:\Program Files\SlikSvn\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\NVIDIA Corporation\Cg\bin;C:\Program Files (x86)\NVIDIA Corporation\Cg\bin.x64;C:\Program Files (x86)\OpenLibraries\bin;C:\Program Files\Microsoft Windows Performance Toolkit;C:\Python26\Scripts;C:\Program Files\Intel\DMIX;C:\Program Files (x86)\Aspera\Client\bin;%JAVA_HOME%\bin;C:\Program Files (x86)\UnixUtils;C:\Program Files (x86)\QuickTime\QTSystem;C:\Program Files (x86)\Graphviz 2.28\bin;C:\Program Files (x86)\Mscgen;C:\Program Files (x86)\Apache Software Foundation\apache-maven-2.2.1\bin

        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