中断/异常捕获 [英] Interrupt/Exception caught

查看:51
本文介绍了中断/异常捕获的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

mingw32-make:捕获到中断/异常(代码 = 0xc0000005,addr = 0x61207374)

当我在 Windows 提示符下运行 make 时,出现此错误.我看到一篇文章说它与Path环境变量上指定的路径顺序有关.我确保 MinGW/bin 是列表中的第一条路径(因为这是我获得 mingw32-make 的地方,但我仍然收到此错误.>

它适用于 Git Bash 提示符,但奇怪的是不适用于此 Windows 命令提示符.

解决方案

问题是我的 PATH 变量中有一些与 make 冲突的路径.把它们拿出来解决了问题.

mingw32-make: Interrupt/Exception caught (code = 0xc0000005, addr = 0x61207374)

When I run make on the windows prompt I get this error. I saw an article that said it has to do with the order of the paths specified on the Path environment variable. I made sure that MinGW/bin is the first path on the list (because that is where I'm getting mingw32-make but nonetheless I still get this error.

It works on the Git Bash prompt but strangely not on this Windows command prompt.

解决方案

The problem was that I had some paths in my PATH variable that conflicted with make. Taking them out solved the problem.

这篇关于中断/异常捕获的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆