On Wed, 2008-04-23 at 15:06 -0700, Mrunal Gawade wrote:
> Hi,
> 
> I received this error __udivdiv3 undefined. _umoddi3 undefined. I browsed for 
> this error and could narrow down problem to 64 bit division not supported on 
> Linux kernel and this problem is related some symbol in that area. I am 
> trying to port a crptographic library (rabin fingerprint) in kernel which has 
> lots of maths involved and so I wont understand where does this problem occur 
> in code. So I am basically doing a blind line by line porting. 
> 
> How do I solve this problem then?
> 
> 
> Thank you,
> Mrunal

Hi 

I had once  the same kind of problem when i was trying to complie the
kernle... Then i found the the gcc version 4 is not compatible with the
kernle version that i am triying to compile. so i used the 3.4 version
gcc then it got solved and compiled without any errors.

try a diffrent version of gcc

-  
Best Regards,
Mohamed Thalib .H


--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to