> i've got the xfs sources from the sgi cvs tree but if i try to compile the > kernel image i get the following error msgs: > > gcc: installation problem, cannot exec `cc1': No such file or directory > cpp: output pipe has been closed > gcc: file path prefix `/usr/lib/gcc-lib/i386-linux/egcs-2.91.66/' never used > > any idea what's wrong?
Yes. In the Makefile, around line 30, change the CC variable to: CC = $(CROSS_COMPILE)gcc BTW, this question has come up many times on the [EMAIL PROTECTED] mailing list. -- Kevin