2.3.47-pre5 compilation error

From: Andrew Park (apark@cdf.toronto.edu)
Date: Fri Feb 18 2000 - 19:20:49 EST


When make bzImage, I get the following

gcc -D__KERNEL__ -I/local/src/kernel/2.3/linux-2.3.47-pre5/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -DCPU=686 -march=i686 -c -o init_task.o init_task.c
../../gcc/c-typeck.c:5945: Internal compiler error in function add_pending_init
make[1]: *** [init_task.o] Error 1
make[1]: Leaving directory `/usr/local/src/kernel/2.3/linux-2.3.47-pre5/arch/i386/kernel'
make: *** [_dir_arch/i386/kernel] Error 2

when make modules, I get the following

gcc -D__KERNEL__ -I/local/src/kernel/2.3/linux-2.3.47-pre5/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -DCPU=686 -march=i686 -DMODULE -DMODVERSIONS -include /local/src/kernel/2.3/linux-2.3.47-pre5/include/linux/modversions.h -c -o cpqarray.o cpqarray.c
In file included from cpqarray.c:54:
cpqarray.h:33: linux/md.h: No such file or directory
cpqarray.c: In function `init_module':
cpqarray.c:315: warning: unused variable `j'
cpqarray.c:315: warning: unused variable `i'
make[2]: *** [cpqarray.o] Error 1
make[2]: Leaving directory `/usr/local/src/kernel/2.3/linux-2.3.47-pre5/drivers/block'
make[1]: *** [_modsubdir_block] Error 2
make[1]: Leaving directory `/usr/local/src/kernel/2.3/linux-2.3.47-pre5/drivers'make: *** [_mod_drivers] Error 2

The same thing happened with 2.3.47-pre4
Does anybody else get the same error?

Andrew Park
           
___________________________________________________________________________
CDFlab Systems Administrator www.cdf.utoronto.ca|
---------------------------------------------------------------------------

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



This archive was generated by hypermail 2b29 : Wed Feb 23 2000 - 21:00:22 EST