|
From: Earnie B. <ea...@us...> - 2008-09-10 12:24:10
|
Quoting Alan James Caruana <ajc...@gm...>: > On Tue, Sep 9, 2008 at 7:26 PM, Earnie Boyd > <ea...@us...> wrote: >> >> Quoting Alan James Caruana <ajc...@gm...>: >> >>> Hi, >>> >>> I was using mingw32-make in the windows environment (i.e. no MSYS and >>> no CYGWIN), and it was working fine until I shut down my PC. When I >>> restarted, the machine, mingw32-make would not work, and gives an >>> error after each command it executes. The error it gives is the >>> following: >>> >>> mingw32-make: Interrupt/Exception caught (code = 0xc0000005, addr = >>> 0x41f96e) >>> >>> I tried re-installing the make, but nothing improved. How can I solve >>> this problem ? >>> >> >> Did you install any new hardware like a camera or make any other changes? >> > Actually it broke when I installed MSYS. But I also tried it on a > clean system on a VM with no MSYS and the same problem occurred. > DON'T TOP POST. What if you use the MSYS version of make? Is the VM on the same PC as the original? You haven't given us much to go on. When you installed MSYS you there is now a sh.exe and if mingw32-make finds a file of that name it will use that instead of cmd.exe unless you state inside of the Makefile ``SHELL = cmd''. Earnie |