Re: build failures in asihpi (was: ALSA 1.0.12rc1 release)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 10 Jul 2006 10:21, Eliot Blennerhassett wrote:
> I'm not sure what the problem with asihpi is, but the short term answer is
> to fix the Kconfig or other part of build system to force it not to be
> built for X86_64.

Seems that the alsa-driver configure script does not set CONFIG_X86_64=y

Bug and patch submitted 
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2267

Summary: correct config for x86_64
Drivers that depended on (! x86_64) were not being disabled

Signed off by: Eliot Blennerhassett <eblennerhassett@xxxxxxxxxxxxxxxx>

diff -r e381a75adf4c configure.in
--- a/configure.in      Thu Jul 06 15:13:52 2006 +0200
+++ b/configure.in      Mon Jul 10 13:15:33 2006 +1200
@@ -1093,6 +1093,7 @@ EOF
     c_opts="-mno-red-zone -mcmodel=kernel -fno-reorder-blocks 
-fno-strength-reduce -finline-limit=2000"
     CONFIG_SND_BIT32_EMUL=m
     CONFIG_X86=y
+    CONFIG_X86_64=y
     test "$CONFIG_ISA" = "probe" && CONFIG_ISA=
     ;;
   sa1100)


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/alsa-devel

[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux