Menu

Fail to compile anything within projects

Hades
2009-03-09
2012-09-26
  • Hades

    Hades - 2009-03-09

    Hello!

    When i try to compile a project, Dev c++ throws an exception:
    Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4217b3).

    Compiler: Default compiler
    Building Makefile: "D:\Dev-Cpp\Makefile.win"
    Executing make...
    make.exe -f "D:\Dev-Cpp\Makefile.win" all
    make.exe: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4217b3)

    Execution terminated.

    Does anyone know a solution?

    Thanks in advance!

     
    • cpns

      cpns - 2009-03-09

      First of all ensure that the make.exe that is running is the one installed with Dev-C++. Unfortunately when Dev-C++ runs it appends its binary path to the end of the PATH environment variable not the beginning. This is a bug IMO, and if other tools are installed had have the path set, it is possible to pick-up a foreign make utility since it is a common name for such tools.

       
    • Hades

      Hades - 2009-03-09

      I verified, make.exe is the original one, besides i also tried th ming32-make.exe, and it throws the same exception. On the other hand, simple .cpp files can be compiled without any problem with these make.exe-s, only the project compile throws this exception.

       
    • Wayne Keen

      Wayne Keen - 2009-03-09

      One perhaps unrelated point - compiling projects in your Dev directory is not a good idea.

      What version of Dev are you using, with what OS?

      Wayne

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.