Thread: Dev-C++ make.exe error

  1. #1
    Registered User
    Join Date
    Sep 2005
    Location
    USA
    Posts
    69

    Dev-C++ make.exe error

    Hi,
    I'm trying to build a file in Dev-C++ and when I try to compile, I get this in the log:

    Compiler: Default compiler
    Building Makefile: "C:\Documents and Settings\Adam\Desktop\C++\Beginning Game Programming\Game Engine\Makefile.win"
    Executing make...
    make.exe -f "C:\Documents and Settings\Adam\Desktop\C++\Beginning Game Programming\Game Engine\Makefile.win" all
    make.exe: Interrupt\Exception caught [code = 0xc0000005, addr = 0x405140
    Execution terminated

    Any help would be appreciated.
    Thanks,
    Adam

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    That indicates that Make itself crashed - I have no idea as to WHY that is - most likely candidates are that either make itself is buggy, or your installation of make is broken.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  3. #3
    Registered User
    Join Date
    Sep 2005
    Location
    USA
    Posts
    69
    So would it work if I put a different make.exe in the same folder, or is it specific to Dev-C++?
    Adam

  4. #4
    Registered User
    Join Date
    Sep 2005
    Location
    USA
    Posts
    69
    Well, I don't know what happened, but when I tried it again this morning, it works! Thanks for the help.
    Adam

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting an error with OpenGL: collect2: ld returned 1 exit status
    By Lorgon Jortle in forum C++ Programming
    Replies: 6
    Last Post: 05-08-2009, 08:18 PM
  2. Testing some code, lots of errors...
    By Sparrowhawk in forum C Programming
    Replies: 48
    Last Post: 12-15-2008, 04:09 AM
  3. Making C DLL using MSVC++ 2005
    By chico1st in forum C Programming
    Replies: 26
    Last Post: 05-28-2008, 01:17 PM
  4. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  5. Couple C questions :)
    By Divx in forum C Programming
    Replies: 5
    Last Post: 01-28-2003, 01:10 AM