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