Spam:*********, Unresolved Symbols with Insmod
"Fahd Abidi" <[email protected]> Tue, 13 May 2008 13:34:55 -0400
| Newsgroups | gmane.comp.hardware.motorola.microcontrollers.coldfire |
|---|---|
| Message-ID | <071DB0C788671B48940BC79F8B49306930FA90@ultsol01.tewks.ultsol.local> |
X-SpamDetect-Info: ------------- Start ASpam results --------------- X-SpamDetect-Info: This message may be spam. This message BODY has been altered to show you the spam information X-SpamDetect: *********: 9.600000 Share Market Scam=2.0, Symbol & DodgySrc=2.0, DodgySource=2.0, SPF Default Fail=2.5, Some tags-to-text=0.5, X-Verify-SMTP present=0.6 X-SpamDetect-Info: ------------- End ASpam results ----------------- Hello, so I built my driver with interrupt handling and got it compiled. When I went to insmod I got an error from insmod saying: Insmod: Unresolved Symbol wake_up_interruptable Insmod: Unresolved Symbol interrptible_sleep_on_timeout I have included the following header files: #include <linux/interrupt.h> #include <linux/delay.h> #include <linux/string.h> #include <linux/slab.h> #include <linux/wait.h> I think maybe I need to resolve dependencies in the kernel for these symbols by adding the relevant driver or enabling the relevant feature in the kernel configuration. But I am not sure which one it is. Any idea's? Fahd Abidi