From: Adrian M. <ad...@mc...> - 2002-08-26 20:13:40
|
I have this problem: sh4-linux-gcc -D__KERNEL__ -I/home/Adrian/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -ml -m4 -mno-implicit-fp -pipe -c -o sh-sci.o sh-sci.c sh-sci.c: In function `sci_handle_breaks': sh-sci.c:803: warning: label `break_continue' defined but not used sh-sci.c: In function `sci_ioctl': sh-sci.c:1112: void value not ignored as it ought to be make[3]: *** [sh-sci.o] Error 1 make[3]: Leaving directory `/home/Adrian/linux/drivers/char' make[2]: *** [first_rule] Error 2 make[2]: Leaving directory `/home/Adrian/linux/drivers/char' make[1]: *** [_subdir_char] Error 2 make[1]: Leaving directory `/home/Adrian/linux/drivers' make: *** [_dir_drivers] Error 2 This appears to indicate that a recentish (5 months ago) patch to this file breaks compilation on my system (Dreamcast). Is this a known problem or have I got something wrong here? Adrian |