From: Michael G. <mg...@ho...> - 2001-11-29 21:31:02
|
Hi, I am having some trouble compiling the kernel for my dreamcast (sh4). I got the binutils and the gcc going and I was can compile a kernel from the sources that I got from LinuxDC project, but the source that I got from your CVS won't compile. I do: mag@q:~/dreamcast/linux$ make ARCH=sh CROSS_COMPILE=sh4-linux- clean oldconfig dep zImage and when it gets to the zImage target I get: sh4-linux-gcc -D__KERNEL__ -I/home/mag/dreamcast/kernel/kernel.cvs/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -ml -m4 -mno-implicit-fp -pipe -c -o init/main.o init/main.c cc1: Invalid option `no-implicit-fp' make: *** [init/main.o] Error 1 The other kernel, the one that works, does "-m4-nofpu" instead of "-m4 -mno-implicit-fp" So I guess my question is, is it a bug? Or am I doing something wrong? If so than what? Thanks in advance, Mag. |