Menu

#2124 make: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4227d3) when using *.cpp

MSYS
unread
nobody
None
Bug
none
Unknown
False
2013-10-31
2013-10-31
Sb Spider
No

Hello
I have been trying to use the make tool on Windows using the make command that comes along with it. However, I receive the following error when using it to build most open source projects:
"make: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4227d3)"

Upon further investigation, and running a few experiments, I have found that the reason for this seems to be when an asterisk is used e.g. .cpp. So, for example, if my Makefile looks like the following:
Makefile:
main:
g++
.cpp -o prog

then the error is thrown. However, if it is written in the following manner:
main:
g++ main.cpp -o prog

then no error is thrown and it builds successfully. Please look into this, as it seems like I am not the only one who is suffering from this problem.

Thanks
Spider

Discussion