简体   繁体   English

错误:not.exe已停止工作-尝试构建LLVM时

[英]Error: not.exe has stopped working - When trying to build LLVM

I am trying to build LLVM on windows, and everytime I do so I get to a certain point and then recieve an error that says "not.exe has stopped working" It pops up on the desktop about 15 times. 我试图在Windows上构建LLVM,每次这样做都会到达某个程度,然后收到一条错误消息,提示"not.exe has stopped working" ,该错误在桌面上弹出约15次。

I am not sure what is going on, but when I check the error in Visual Studio I receive this: 我不确定发生了什么,但是当我在Visual Studio中检查错误时,会收到以下消息:

Error   4   error : Couldn't execute program 'C:/Users/Cyborg/Documents/Developer'The process cannot access the file because it is being used by another process.   C:\Users\Joe\Documents\Dev\llvm\test\CUSTOMBUILD    check-llvm

I receive this error 5-7 times depending on how fast I click the error that pops up on the desktop. 我会收到5-7次此错误,具体取决于我单击桌面上弹出的错误的速度。 So clearly this issue is happening because of that. 因此很明显,此问题正在发生。

The fault module is: MSVCR100.dll 故障模块为: MSVCR100.dll

Does anyone know why this is happening? 有人知道为什么会这样吗?

I don't know why you're getting the error since I don't build or use LLVM on Windows. 我不知道为什么会出现错误,因为我没有在Windows上构建或使用LLVM。 Since no one else has chimed in, I'll try to give a hint or two. 由于没有其他人参与,我将尝试给出一两个提示。

"not.exe" (or "not" under Linux) is a little LLVM helper program used when running the lit based regressions tests. “ not.exe”(或Linux下的“ not”)是一个小LLVM帮助程序,在运行基于light的回归测试时使用。 It is used to execute a program and return a good exit status if the program fails and a bad exit status if the program doesn't fail. 它用于执行程序,如果程序失败,则返回良好的退出状态,如果程序没有失败,则返回不良的退出状态。

I'm guessing that "CUSTOMBUILD check-llvm" (what ever that is) is attempting to run the regression tests and your getting your mysterious error as a result whenevr "not" is used. 我猜想“ CUSTOMBUILD check-llvm”(无论如何)正在尝试运行回归测试,并且当使用evr“ not”时,您会得到神秘的错误。

I hope that helps. 希望对您有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM