You are not logged in.

#1 2009-01-22 13:33:56

birdspider
Member
From: Vienna
Registered: 2007-12-29
Posts: 30
Website

asusfan 0.5.0 - Unknown symbol __udivdi3

Hi,

as of recently my fan control driver for my asus a8jp laptop stopped working,
looking for a cure I found there is a new version @ googlecode, I compiled but it gives me "Unknown symbol __udivdi3"

does anyone have a clue what this could mean ?

http://pastebin.com/m507f5b7c

would be the 0.5.0 source code

Offline

#2 2009-10-25 16:43:09

pfm
Member
Registered: 2009-10-25
Posts: 2

Re: asusfan 0.5.0 - Unknown symbol __udivdi3

birdspider wrote:

does anyone have a clue what this could mean ?

As I met the same problem, Google tells me that this is a 64/32 bit thing. Change the line

tmp = (out_obj.integer.value-2732)/10;

to

tmp = ((unsigned long)(out_obj.integer.value-2732))/10;

in asus_fan.c.


HTH

Offline

Board footer

Powered by FluxBB