How can I link the kernel with libgcc ?
- From: Carlos Munoz <carlos@xxxxxxxxxx>
- Date: Thu, 09 Mar 2006 17:44:16 -0800
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: How can I link the kernel with libgcc ?
- From: Lee Revell
- Re: How can I link the kernel with libgcc ?
- From: Valdis . Kletnieks
- Re: How can I link the kernel with libgcc ?
- Prev by Date: Re: [PATCH -mm3] x86-64: Eliminate register_die_notifier symbol exported twice
- Next by Date: Re: Robust futexes
- Previous by thread: [PATCH 0 of 20] [RFC] ipath driver - another round for review
- Next by thread: Re: How can I link the kernel with libgcc ?
- Index(es):
Relevant Pages
|