Menu

#706 make Interrupt/Exception

open
nobody
None
7
2012-09-26
2009-08-02
Juan Baez
No

Version 4.9.9.2 returns the following error when attempting to compile the sample C++ project:

make.exe -f "C:\Users\Jason\Desktop\Testing\Makefile.win" all
make.exe: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4ff283)

Execution terminated

Windows Vista x64.

Discussion

  • Juan Baez

    Juan Baez - 2009-08-02

    This occurs no matter what project I attempt to compile. It even occurs if I do it by hand.

    c:\dev-cpp\bin\make.exe -f "Makefile.win" all
    c:\dev-cpp\bin\make.exe: Interrupt/Exception caught (code = 0xc00000fd, addr = 0
    x4ff283)

     
  • Brent

    Brent - 2010-02-04

    I also get this error...

    Vista x64

     
  • Brent

    Brent - 2010-02-04

    by hand I get this error from make.exe:

    make.exe: *** No rule to make target main.cpp, needed by main.o. Stop.

    main.o.....?

     
  • cpns

    cpns - 2010-02-04

    Post it to the forum before posting it to the tracker. No one is actively developing Dev-C++ , and I doubt that it will ever explicitly support Windows Vista x64. The best you can hope for if this is a genuine bug is a work-around solution.

    I suggest there are better alternatives to a creaking 5 year old unmaintained tool.

     
  • Anonymous

    Anonymous - 2010-02-20

    I have the same problem (Windows 7 x64). It solved by running Dcpp as аdministrator.

    PS: sorry for my English

     

    Last edit: Anonymous 2016-01-10
  • Nobody/Anonymous

    So which part of my post 2010-02-04 12:09 did you guys not understand?

    Post it to the forum http://sourceforge.net/projects/dev-cpp/forums/forum/48211

    You may get a solution on the forum, but the error is with make.exe not Dev-C++, so posting it as a Dev-C++ bug will achieve nothing.

     
  • Michael O'Toole

    Michael O'Toole - 2011-09-15

    The problem appears to relate to the path for make... If parenthesis '( ' or ')' appear in the your path before the path to the make.exe file it will generate this error...

    If you don't have the path added the system will look through yur path anyway and generate the error... google without the dev-cpp part for more information...

     
  • Michael O'Toole

    Michael O'Toole - 2011-09-15

    You probably need to include both Dev-Cpp and Mingw...
    My path now starts with: C:\Dev-Cpp\mingw32\bin;C:\Dev-Cpp\bin; and everything is working...
    If you also use CodeBlocks you may need to fix it too... Mike

     

Log in to post a comment.