From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Wayne Call" Date: Tue, 24 Feb 2009 10:15:09 -0700 Message-ID: <004601c996a3$723e7020$56bb5060$@com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0047_01C99668.C5DF9820" Content-Language: en-us Subject: [Xenomai-help] xenomai build Reply-To: wcall@domain.hid List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai@xenomai.org This is a multipart message in MIME format. ------=_NextPart_000_0047_01C99668.C5DF9820 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I have the source for Xenomai in the folder: xenomai-2.3.1 I have xenomai folders within the Linux source in the following folders: include kernel drivers, include/asm-generic include/asm-blackfin include/asm arch/blackfin When I execute a make for a user application, I get the following error: "cannot find -lnative" The LDFLAGS in the Makefile is the following: LDFLAGS = -L$(XENOMAI_ROOT)/lib/ -lnative -lpthread -lrtdm -lm The xenomai-2.3.1/build/src/skins/native folder does not have the libnative.la file, and other similar files. What build process do I need to execute to recreate the .la, .o, .lo, and other similar files? Or is there something else I'm missing? Wayne ------=_NextPart_000_0047_01C99668.C5DF9820 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

I have the source for Xenomai in the = folder:

xenomai-2.3.1

 

I have xenomai folders within the Linux source in = the following folders:

include

kernel

drivers,

include/asm-generic

include/asm-blackfin

include/asm

arch/blackfin

 

When I execute a make for a user application, I get = the following error:

“cannot find = –lnative”

 

The LDFLAGS in the Makefile is the = following:

LDFLAGS =3D  -L$(XENOMAI_ROOT)/lib/  = -lnative  -lpthread  -lrtdm  -lm

 

The xenomai-2.3.1/build/src/skins/native folder = does not have the libnative.la file, and other similar files.  What build = process do I need to execute to recreate the .la, .o, .lo, and other similar files?  Or is there something else I’m = missing?

 

Wayne

 

------=_NextPart_000_0047_01C99668.C5DF9820--