[proaudio] Compile error for linux-2.6.26-rt1. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: [proaudio] Compile error for linux-2.6.26-rt1.
- From: "Jean-Baptiste Mestelan" <mestelan@xxxxxxxxx>
- Date: Sun, 10 Aug 2008 19:35:00 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=1KLQNcQcv5452yZXMVHUJDzhZKTKhYBEJAs8UmNa+0I=; b=PQ5SC4B5xj705/ZB+AAIhsyNrwTUZn4VL5TTLvtwZuwIY+7Cl6ZGNmqXmm4kbRcLiV Ept6ZF8I2alkO4IGz7B2SQnvPvUu3cdqZ/JTNPiaU3XluiOrlrEMzSAPYMFa0pU4uqxs lW/lmINzksoBv70QLrxoN9SzeD3BpNEjd3wcA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=j2EWDkInY8WPViAgpcESiA+o5CwKINd3ShIAgPJEfRo1arTOkXMcgljepnZscmcPrs 255lBv2WCg5QpdWwMNTud5cztM3YZqxFCMglVYr1KdAKn+lTSdLuYB3z6IlPO+28omkF J0V0Lh8/+umoR1ZcHgkwAMAKik/n3uIF2ommk=
Hello.
Thanks for delivering 2.6.26-rt1 kernel. I tried to compile it, but
got the error message below.
Maybe some kind list-member is willing to provide a clue ?
!
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CC arch/x86/kernel/asm-offsets.s
In file included from include/linux/notifier.h:14,
from include/linux/memory_hotplug.h:6,
from include/linux/mmzone.h:560,
from include/linux/gfp.h:4,
from include/linux/slab.h:12,
from include/linux/percpu.h:5,
from include/asm/local.h:4,
from include/linux/module.h:19,
from include/linux/crypto.h:21,
from arch/x86/kernel/asm-offsets_32.c:7,
from arch/x86/kernel/asm-offsets.c:2:
include/linux/rwsem.h:150: error: redefinition of 'rwsem_is_locked'
include/asm/rwsem.h:261: error: previous definition of
'rwsem_is_locked' was here
include/linux/rwsem.h: In function 'rwsem_is_locked':
include/linux/rwsem.h:151: error: implicit declaration of function
'compat_rwsem_is_locked'
make[1]: *** [arch/x86/kernel/asm-offsets.s] Error 1
make: *** [prepare0] Error 2