From: NIIBE Y. <gn...@ch...> - 2000-11-22 02:06:08
|
Bryan Rittmeyer wrote: > Does this toolchain build the LinuxSH kernel in CVS correctly? Yes. But please note that GCC we're using is very new one, it will produce bunch of warnings for old code. > Trying to > do so with the "old" toolchain (the one still in CVS) produces quite a > big list of errors. One of problems is the use of the nofpudiv compiler > flag (which is not supported by the old gcc) but there are lots of > include problems also. Is this a kernel issue or a compiler issue? It's because old toolchain has error in the specs file, it should set __SH4__ but old one defines __SH3__ and __sh3__. -- |