From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grzegorz Daniluk Subject: Re: 1.0.24 alsa-driver compilation problem Date: Fri, 04 Mar 2011 14:20:01 +0100 Message-ID: <4D70E701.3050500@elproma.com.pl> References: <4D70B9DA.8070607@elproma.com.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mailmxout.mailmx.agnat.pl (mailmxout4.mailmx.agnat.pl [193.239.44.248]) by alsa0.perex.cz (Postfix) with ESMTP id E94072413A for ; Fri, 4 Mar 2011 14:20:35 +0100 (CET) Received: from smtp.agnat.pl ([193.239.44.82]) by mailmxout.mailmx.agnat.pl with esmtp (Exim 4.74) (envelope-from ) id 1PvUvK-0000uI-U4 for alsa-devel@alsa-project.org; Fri, 04 Mar 2011 14:20:02 +0100 Received: from [78.133.172.40] (helo=[192.168.1.79]) by smtp.agnat.pl with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.71) (envelope-from ) id 1PvUvK-0000ts-RP for alsa-devel@alsa-project.org; Fri, 04 Mar 2011 14:20:02 +0100 In-Reply-To: <4D70B9DA.8070607@elproma.com.pl> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org ok, when I add the --with-oss=no option to ./configure those warnings disappear and I can load the module without any problems. But still.. how can I compile alsa to have also oss emulation (I need /dev/dsp to access sound codec from my software). Greg Grzegorz Daniluk wrote: > Hi, > I'm trying to cross-compile the latest 1.0.24 alsa-driver for my > embedded system (using SH4 processor and linux kernel 2.6.35). Before > compiling 1.0.24 I did turn off the alsa in kernel configuration > (leaving just Sound card support enabled). So I run as follows: > ./configure --with-kernel= > --with-build= --with-cross=sh4-linux-gnu- > > and then 'make'. However, during 'make' I've noticed the following warning: > > WARNING: "register_sound_special_device" > [/root/alsa-driver-1.0.24/acore/snd.ko] undefined! > WARNING: "unregister_sound_special" > [/root/alsa-driver-1.0.24/acore/snd.ko] undefined! > > and then when trying to insmod the snd.ko module the following error > appears: > > snd: Unknown symbol unregister_sound_special (err 0) > snd: Unknown symbol register_sound_special_device (err 0) > > thank you for your help, > best regards, > Greg > _______________________________________________ > Alsa-devel mailing list > Alsa-devel@alsa-project.org > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel > >