fixed point routines.
fixed point routines.
- Subject: fixed point routines.
- From: "Jason Bagley" <email@hidden>
- Date: Thu, 04 Apr 2002 16:12:20 -0800
Hi,
After adding a call to IOAudioLevelControl::getDB(), my kext won't load.
These symbols are undefined:
kmodload: ___fixdfsi
kmodload: ___floatsidf
kmodload: ___muldf3
kmodload: kld_load() failed.Error loading module
'com.echo.driver.MiaPCIAudioDriver': kmod load error.
Error loading module: kmod load error.
I tried changing my code so that IOFixed isn't used in any calculations,
even though this shouldn't be a problem because its just an SInt32. But
merely having the value returned from getDB() is enough to cause the link
error.
What library do I add, or what compiler settings should I change? I have a
bug ready to report if this is a problem with GCC or the AudioFamily.
Thanks,
Jason Bagley
Software Engineer
www.artlogic.com
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.