lkml.org 
[lkml]   [1996]   [Mar]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 1.3.79, compiling error -- SCSI
Laszlo Vecsey wrote:
>
[Having problem with:]
>
> gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
> -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2
> -malign-jumps=2 -malign-functions=2 -DCPU=586
> -DGENERIC_NCR5380_OVERRIDE="{{(NCR5380_map_type)0x350,5,0,
> BOARD_NCR53C400}};" -c -o u14-34f.o u14-34f.c
> cpp: output pipe has been closed
> gcc: Internal compiler error: program cc1 got fatal signal 11
> make[3]: *** [u14-34f.o] Error 1

I got this a few times when I tried a "make -j zImage", which tells
make to use as many processes as it can to solve targets. My machine
bogged down, and eventually I got that error message. When I cleaned
up and did a "make -j 8 zImage" (a more reasonable value :), it got
through the compile.

My *guess* is that the compiler is running out of resources, probably
memory. Try increasing your swap space, or shutting down X, daemons,
or whatever else could be using resources. It could also be a lack
of disk space for pipes and other "temporary files".

BTW: My setup includes gcc 2.7.0, and 32M of memory. My disk is almost full.

--
Andrew C. Esh mailto:andrew_esh@cnt.com
Computer Network Technology andrewes@mtn.org (finger for PGP key)
6500 Wedgwood Road 612.550.8000 (main)
Maple Grove MN 55311 612.550.8229 (direct)
http://www.cnt.com - CNT Inc. Home Page
http://www.mtn.org/~andrewes - ACE Home Page


\
 
 \ /
  Last update: 2005-03-22 13:36    [W:0.037 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site