2011-04-05 3 views
5

나는이 컴파일 오류 받고 있어요 : 난 한 동안 한 번만를 얻을 수 있기 때문에컴파일 치명적인 오류 헤더 파일 g ++

fatal error: can’t create precompiled header f: Text file busy 
compilation terminated. 

이것은 매우 이상한 일이입니다 .. 내가 가서 할

잘못된?

+1

[this] (http://www.cyberciti.biz/faq/binbash-bad-interpreter-text-file-busy/)가 도움이 될 수 있습니까? – Xeo

+0

이 경우'make -j'를 실행하고 있습니까? 아마도 한 번에 하나의 컴파일로 제한하는 것이 좋습니다. – Johnsyweb

답변

5

ETXTBSY 내가 존재 찾은 표준의 errno 값, 최선의 설명입니다 : 그래서

An attempt to execute a file that is currently open for writing, or write to a file that is currently being executed. Often using a debugger to run a program is considered having it open for writing and will cause this error. (The name stands for "text file busy".)

, 여전히 컴파일러/업데이트를 다시 시도하는 프로그램을 실행 될 수를 ...?