2024-02-19 09:23 PM
Getting below error if i try to build or clean.
make -j12 all
make: Interrupt/Exception caught (code = 0xc0000005, addr = 0x00007FFF417C24E8)
"make -j12 all" terminated with exit code 255. Build might be incomplete.
15:51:02 Build Finished. 0 errors, 0 warnings. (took 265ms)
2024-02-19 10:33 PM
Check the code against Microsoft error codes.
2024-02-26 12:54 AM
Hi,
Any suggestions how i can solve this error.
Thanks,
Rakesh B G
2024-02-26 02:10 PM - edited 2024-02-26 02:11 PM
Yep 0xc0000005 is "access denied" error. Try a lesser -j parameter. Always mention the program (make) version when reporting errors.
2024-02-26 02:20 PM
Don't multi-task? Find a newer / different version of make? See if it's a known issue, and scheduled to be addressed / fixed.
2024-07-04 08:14 PM
You encounter this error even when the Project Path is too long! Try copying the project to a path which is shorter and then try...
2024-10-01 04:29 PM
Thanks! I had the same error, moving the project to short path solved it!