[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

unresolved symbols when using uint64_t



Hello,

I was orignally using unsigned ints for ms timer values, but decided to use 64 bit ints instead. I switched my typedef to uint64_t and recompiled ... everything fine. When I did insmod, I got unresolved symbol errors like so:

__cmpdi2
__fixunssfdi


what could be the possible cause, and how would I go about tracking these errors for future incidents??

Thanks,

~Ken