I'm trying to set up a new build system for our company but I've hit a snag. Spurious "write error" keep the compile from happening 95% of the time.
I'm doing 'make -j12' in order to maximize my 8 cores but if I go over -j2, which seems to work most of the time, any more parallelism triggers the "write error" on one of the sub-makes and it stops the build.