All of lore.kernel.org
 help / color / mirror / Atom feed
* How can I link the kernel with libgcc ?
@ 2006-03-10  1:44 Carlos Munoz
  2006-03-10  1:45 ` Valdis.Kletnieks
  2006-03-10  2:02 ` Lee Revell
  0 siblings, 2 replies; 24+ messages in thread
From: Carlos Munoz @ 2006-03-10  1:44 UTC (permalink / raw)
  To: linux-kernel

Hi all,

I'm writing an audio driver and the hardware requires floating point 
arithmetic.  When I build the kernel I get the following errors at link 
time:

*** Warning: "__subdf3" [sound/sh/siu_sh7343.ko] undefined!
*** Warning: "__muldf3" [sound/sh/siu_sh7343.ko] undefined!
*** Warning: "__divdf3" [sound/sh/siu_sh7343.ko] undefined!
*** Warning: "__adddf3" [sound/sh/siu_sh7343.ko] undefined!

These symbols are coming from gcc. What I would like to do is link the 
kernel with libgcc to solve this errors. I'm looking at the kernel 
makefiles and it doesn't seem obvious to me how to do it. Does anyone 
know how I can link the kernel with libgcc, or point me in the right 
direction ?

By the way this is for the Renesas SH7343 processor.

Thanks,


Carlos Munoz

^ permalink raw reply	[flat|nested] 24+ messages in thread
[parent not found: <5OEVB-3GX-15@gated-at.bofh.it>]

end of thread, other threads:[~2006-03-10 20:04 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-10  1:44 How can I link the kernel with libgcc ? Carlos Munoz
2006-03-10  1:45 ` Valdis.Kletnieks
2006-03-10  2:06   ` Lee Revell
2006-03-10  3:01     ` Carlos Munoz
2006-03-10  3:22       ` Lee Revell
2006-03-10  3:22         ` Lee Revell
2006-03-10  3:25       ` Carlos Munoz
2006-03-10  3:25         ` Lee Revell
2006-03-10  3:47           ` Carlos Munoz
2006-03-10 10:37             ` Denis Vlasenko
2006-03-10 11:05               ` Bart Hartgers
2006-03-10 11:05                 ` Bart Hartgers
2006-03-10 18:03               ` Carlos Munoz
2006-03-10 18:33                 ` linux-os (Dick Johnson)
2006-03-10 18:33                   ` linux-os (Dick Johnson)
2006-03-10 18:41                   ` Ben Slusky
2006-03-10 19:18                 ` Al Viro
2006-03-10 20:04                   ` Carlos Munoz
2006-03-10 11:55             ` James Courtier-Dutton
2006-03-10 10:18         ` Jes Sorensen
2006-03-10 18:07           ` Carlos Munoz
2006-03-10  8:01       ` Arjan van de Ven
2006-03-10  2:02 ` Lee Revell
     [not found] <5OEVB-3GX-15@gated-at.bofh.it>
2006-03-10  2:32 ` Robert Hancock

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.