From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <43A0701F.5090205@domain.hid> Date: Wed, 14 Dec 2005 14:18:55 -0500 From: Sean McGranaghan MIME-Version: 1.0 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Xenomai-help] Moving from 2.0 to 2.1 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 all,

I have recently updated my source tree from 2.0.1 to the latest from trunk. I have run the prepare scripts and xconfig. (I am building a vanilla 2.6.12 kernel) I can see the new options in the kernel .config file. I can make and install my new kernel no problem. I then run configure and rebuild Xenomai, again no problem. After installing Xenomai I try to build my test application. Here I get link errors.

I am using the rt_task_send() / rt_task_receive() functions.
I see that I need the CONFIG_XENO_OPT_NATIVE_MPS options in the Xenomai build to include the task send/recv function. After looking through the source I see that none of my NATIVE options appear in the xeno_config.h file. These options are enabled in the kernel .config file.

What am I missing? I am not an autoconf expert so any advice is appreciated.

Sean