[Prev][Next][Index][Thread]
Re: repost: compilation errors
Tuvik Beker wrote:
>
> Hi,
>
> I posted the same question to the group a while ago, but got no hints as to the
> cause of the problem. Meanwhile I have done some minor upgrades, re-read all
> the docs I could lay my hands on etc., but it persists...
> Here it is again - maybe someone will have a new idea.
> I'm unable to compile recent kernels. 1.3.50 compiles fine, but 1.3.68 / 71 /
> 80 / 90 / 97 all report the same error:
> _______________________________________________________________________________
> gcc -D__KERNEL__ -I/usr/src/linux-1.3.97/include -Wall -Wstrict-prototypes -O2
> -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -DCPU=486 -c -o
> tty_ioctl.o tty_ioctl.c
> gcc -D__KERNEL__ -I/usr/src/linux-1.3.97/include -Wall -Wstrict-prototypes -O2
> -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -DCPU=486 -c -o pty.o
> pty.c
> pty.c: In function `pty_open':
> pty.c:184: warning: unused variable `wait'
> gcc -D__KERNEL__ -I/usr/src/linux-1.3.97/include -Wall -Wstrict-prototypes -O2
> -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -DCPU=486 -c -o vt.o
> vt.c
> gcc: Internal compiler error: program cc1 got fatal signal 11
Just a shot in the dark, since as far as I know your setup looks OK, but
how is your memory setup? Can you run top and see if you run out of memory
when this happens?
Cheers,
--Amos
--
--Amos Shapira (Jumper Extraordinaire) | "Of course Australia was marked for
| glory, for its people had been chosen
amoss@cs.huji.ac.il | by the finest judges in England."
| -- Anonymous
Follow-Ups:
References: