From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4F4793D3.8010506@domain.hid> Date: Fri, 24 Feb 2012 14:42:43 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] help: rtdm library linkage error xenomai 2.6.0 List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: teoman cengiz Cc: xenomai@xenomai.org On 02/24/2012 02:01 PM, teoman cengiz wrote: > Hello, > > My application uses rtdm library but I get weird linkage errors when > I try to compile the source code. Also I try to compile Xenomai rtdm > examples, I get the same error. > > I use Xenomai 2.6.0, my gcc version is gcc (Ubuntu/Linaro > 4.6.1-9ubuntu3) 4.6.1. > Kernel: 2.6.38.8-xenomai-2.6 > > Error Message: > > /usr/xenomai/lib/librtdm.so: undefined reference to `xeno_bind_skin_opt' > collect2: ld returned 1 exit status > > What is my fault? Can you help me? You probably do not use xeno-config to obtain the compilation and link flags, and you should. -- Gilles.