Re: [ILUG] cannot execute cc1 erroe

From: kevin lyda (kevin at domain suberic.net)
Date: Thu 12 Aug 1999 - 12:35:25 IST


"Kieran O' Sullivan" spoke thusly:
>When I try to make bzImage on the 2.0.36 kernal
>
>gcc gives me the following.
>
>gcc -D__KERNEL__ -I/usr/src/linux-2.0.36.SuSE/include -V2.7.2.3 -Wall
>-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe
>-m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o
>init/main.o init/main.cgcc: installation problem, cannot exec `cc1': No
>such file or directory
>cpp: output pipe has been closed
>make: *** [init/main.o] Error 1

go to the right dir and run that command but with this prepended:

strace -o /tmp/foo -f

then grep open /tmp/foo - see what it thinks cc1 is called. regardless
it sounds like your gcc is installed incorrectly - maybe there's an
update at suse?

kevin



This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:04:27 GMT