From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Revell Subject: Re: How can I link the kernel with libgcc ? Date: Thu, 09 Mar 2006 22:25:51 -0500 Message-ID: <1141961152.13319.118.camel@mindpipe> References: <4410D9F0.6010707@kenati.com> <200603100145.k2A1jMem005323@turing-police.cc.vt.edu> <1141956362.13319.105.camel@mindpipe> <4410EC0D.3090303@kenati.com> <4410F1BE.7000904@kenati.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4410F1BE.7000904@kenati.com> Sender: linux-kernel-owner@vger.kernel.org To: Carlos Munoz Cc: Valdis.Kletnieks@vt.edu, linux-kernel@vger.kernel.org, alsa-devel List-Id: alsa-devel@alsa-project.org On Thu, 2006-03-09 at 19:25 -0800, Carlos Munoz wrote: > I figured out how to get the driver to use floating point operations. > I included source code (from an open source math library) for the > log10 function in the driver. Then I added the following lines to the > file arch/sh/kernel/sh_ksyms.c: Where is the source code to your driver? Lee