public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* question about libc.a libgcc.a
@ 2001-07-27 18:55 Hai Xu
  2001-07-27 19:12 ` Richard B. Johnson
  2001-07-27 20:02 ` Russell King
  0 siblings, 2 replies; 3+ messages in thread
From: Hai Xu @ 2001-07-27 18:55 UTC (permalink / raw)
  To: linux-kernel

Dear all,

I am focus on a device driver. I compile it to a model.o and try to insmod
it to kernel. But when do so, I will get:

unresolved symbol: __udividi3
unresolved symbol: __umoddi3

As someone tell me, I have to link the libgcc.a to my model.o. I did it but
I when I try to insmod the model.o, I will get segamentation fault.

The following are my link libraries.
#LIBS    =
$(MATLAB_ROOT)/rtw/c/lib/$(ARCH)/lrtwLib.a -L/usr/lib/gcc-lib/i386-redhat-li
nux/2.96 -lgcc -L/usr/lib -lm -lc $(EXT_LIB) $(S_FUNCTIONS_LIB)
$(INSTRUMENT_LIBS)

Please give me some ideas about it.

Thanks in advance
Hai Xu


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-07-27 20:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-27 18:55 question about libc.a libgcc.a Hai Xu
2001-07-27 19:12 ` Richard B. Johnson
2001-07-27 20:02 ` Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox