I'm getting this compilation error:
fatal error: can’t create precompiled header f: Text file busy compilation terminated.
This is a very mysterious one, since i get it only once in a while..
Where do i go wrong?
|
I'm getting this compilation error: fatal error: can’t create precompiled header f: Text file busy compilation terminated. This is a very mysterious one, since i get it only once in a while.. Where do i go wrong? |
|||
|
ETXTBSY is a standard errno value, the best explanation I've found being:
So, you might still be executing the program the compiler is trying to recreate/update...? |
|||
|
|
make -jwhen this occurs? Perhaps try limiting to one compilation at a time. – Johnsyweb Apr 5 '11 at 9:29