I tried compiling 2.5.42 with gcc 2.95.4.
I use Peter Chubb's raid0 patch which
worked fine with 2.5.41
compiling, I got this:
drivers/built-in.o: In function `raid0_mergeable_bvec':
drivers/built-in.o(.text+0xa497d): undefined reference to `__umoddi3'
drivers/built-in.o: In function `raid0_make_request':
drivers/built-in.o(.text+0xa4d23): undefined reference to `__umoddi3'
These functions use the % operator with sector_t,
so I guess there is a problem with the new 64-bit sector_t.
Helge Hafting
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Tue Oct 15 2002 - 22:00:43 EST