From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <43FB416A.6090001@domain.hid> Date: Tue, 21 Feb 2006 17:35:54 +0100 From: teo MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Xenomai-help] 2.1-rc3 on ppcEmbedded...mpc5200 List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "xenomai@xenomai.org" Hello, I'm trying Xenomai latest release on kernel 2.4.25 of ppc_devel for MPC5200. After patch, I have encountered this error in kernel linking: /kernel/xenomai/skins/posix/xeno_posix.o(.text+0xed9c): In function `close': /opt/ELDK/ppc_6xx/usr/src/sirLinuxXEN/linuxppc_2.4.25-xenomai/kernel/xenomai/skins/posix/shm.c:262: multiple definition of `close' arch/ppc/kernel/kernel.o(.text+0x2c30):arch/ppc/kernel/entry.S: first defined here make: *** [vmlinux] Error 1/ In file misc.S in arch/ppc/kernel there is ...SYSCALL(close)... and it's define close global symbol as in posix/shm.c Is it possible to chage name of close in shm.c ? thanx in advance... Matteo Facchinetti