[linux-sh:03245] Re: The current kernel for a Jornada 680 SH3

"Chris" <[email protected]> Fri, 28 May 2004 20:34:17 +0100
Newsgroups gmane.linux.ports.sh.general
Message-ID <007301c444ea$c52922e0$0402a8c0@Sat804>
From: "Kaz Kojima" <[email protected]>
> BTW, it'd be better to report about gcc-3.3/3.4 status for sh*-linux*
> targets

Thanks for the answers, I'm beginning to get the idea. However, I was 
surprised to see that building gcc-sh 3.4.0 in Debian-386 breaks because of 
two missing include files:

In file included from ./tm.h:10,
                 from ../../gcc-3.4.0/gcc/libgcc2.c:43:
../../gcc-3.4.0/gcc/config/sh/linux.h:149:20: signal.h: No such file or 
directory
../../gcc-3.4.0/gcc/config/sh/linux.h:150:26: sys/ucontext.h: No such file 
or directory
make[2]: *** [libgcc/./_muldi3.o] Error 1

Does this mean I used the wrong configure options (none in fact, although 
I've read about common SH-related options), or are the files still missing 
from 3.4.0 and have to be copied from the linux-sh tree?

Thanks again!