Re: SMP problem when compiling

Keith Owens (kaos@ocs.com.au)
Wed, 15 May 2002 09:06:18 +1000


On Tue, 14 May 2002 19:35:51 +0200,
Pol <blenderman@wanadoo.be> wrote:
>I get this error when I compile the kernel 2.4.18 with make -j (make bzImage)
>cpp0: gcc: Internal compiler error: program cc1 got fatal signal 11

Unless you have a very large machine, make -j when using make >= 3.78
will overload the system. Use make -jN where N == number of cpus as a
starting point. gcc has been known to segfault when it runs out of
memory.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/