From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <488D910A.6090802@domain.hid> Date: Mon, 28 Jul 2008 11:27:38 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <465416.70740.qm@domain.hid> In-Reply-To: <465416.70740.qm@domain.hid> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] creating .lib file List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: menege1@domain.hid Cc: xenomai@xenomai.org egemen kaleli wrote: > hello, > > I wrote a pci driver with rtdm.I created a user file which contains > functions that use rtdm api.I need to transform this .c file into > .lib file. > > Eventually in make file I must define it.For example native and rtdm > libs are defined as -lnative and -lrtdm.How can I do it? This question is not specific to Xenomai, so is off-topic. Google will probably help you find many tutorials explaining how to generate libraries with gcc or ar. -- Gilles.