| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | A promble about driver |
| From: | WhiteFox <wyh817@gmail.com> |
| Date: | Thu, 16 Nov 2006 09:27:44 +0800 |
| Domainkey-signature: | a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=e5PjfRCGa/YyOBmd0WkdSb95voiK/Svm4aMQdkGQ9p1kPdMZKmzHZT8Nk0O6burroK4vLVK2uOc2qBsGSljFa6dnAYbAuJSH2bIWfPsJzQhFQWMo+Mkdsou3MbqnB53dQYRs91DLs/XRu6tZ1Vr8qbiST3xl+z3Jy2N62DGfkgQ= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
i wrote a simple driver in broadcom7111(use MIPSs3000),it works in the topbox.
the linux kernel is 2.4.25
the compiler is uclibc-3.3.5
when i insmod the driver,it say:unresolved symbol _gp_disp
what is this mean?
thak you
my code is:
#define MODULE
#include <linux/module.h>
int init_module(void)
{
printk("<1>Hello,world\n");
return 0;
}
void cleanup_module(void)
{
printk("<1>Good Bye\n");
}
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: Problems booting Linux 2.6.18.1 on MIPS34K core, Trevor Hamm |
|---|---|
| Next by Date: | Re: Problems booting Linux 2.6.18.1 on MIPS34K core, Atsushi Nemoto |
| Previous by Thread: | Re: [PATCH] rewrite restore_fp_context/save_fp_context, Ralf Baechle |
| Next by Thread: | Getting a data bus error on SB1 board, Jonathan Day |
| Indexes: | [Date] [Thread] [Top] [All Lists] |