[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <230962.51223.qm@web8408.mail.in.yahoo.com>
Date: Thu, 4 Oct 2007 11:12:16 +0100 (BST)
From: veerasena reddy <veerasena_b@...oo.co.in>
To: linux-mips <linux-mips@...ux-mips.org>,
"linux-kernel.org" <linux-kernel@...r.kernel.org>
Subject: unresoved symbol _gp_disp
Hi,
I am using buildroot to build toolchain (GCC ver
3.4.3, binutil-1.15 and ucLibc-0.9.28, linux-2.6.18
kernel) for MIPS processor with soft float option
enabled.
I have written a loadble module ( which gets complied
along with kernel) which does some floating point
operation.
When i try to load the module i get the following
error
"unresoved symbol _gp_disp".
===================================================
below is from MIPS FAQ which also doesn't help:
Insmod complains about the _gp_disp symbol being
undefined
_gp_disp is a magic symbol used with PIC code on MIPS.
Be happy, this error message saved you from crashing
your system. You should use the same compiler options
to compile a kernel module as the kernel makefiles do.
In particular the options -mno-pic -mno-abicalls -G 0
are important.
===================================================
In fact i tried with -mno-abicalls -fno-pic compiler
options still i see the same problem.
Could you please give me some pointers on this issue.
BTW, How to compile libgcc.a with "-G 0" options.
In which file of buildroot i shoul added these options
to get effective.
Thanks in advance.
Regards,
Veerasena.
Unlimited freedom, unlimited storage. Get it now, on http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists