From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <49AD5340.6090606@domain.hid> Date: Tue, 03 Mar 2009 16:56:48 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] [Xenomai-core] (no subject) List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bruno Rouchouse Cc: "Xenomai-help@domain.hid" , Vandana Sasidharan Bruno Rouchouse wrote: > Hi, > > the simulator README tells you how to build it: > > Building the simulator > > You will need the libelf, libpng, tcl8.x/tk8.x and tix41 _development > packages_ in order to build the simulator and its companion tools. > [...] > Since v2.1, the simulator is available as a separate tarball, distinct > from the main Xenomai archive. To build the simulator, you will also > need the latter; the simulator archive should be extracted in > Xenomai's main source tree under the sim/ sub-directory. The following > steps should be followed in order to build and install the simulation > system: > > # $xenomai_tar: Main Xenomai tarball > # $xenosim_tar: Simulator tarball > # $xenomai_src: Root of Xenomai's source tree after extraction > # $sim_builddir: Build root for the simulator > # $sim_installdir: Installation directory for the simulator; > # (usually, the same place than used for Xenomai's main system). > # gcc_tarball: Path to a GCC 2.95.3 source archive. Please note that gcc 2.95 will not compile on x86_64, so, if you are running an x86_64, you should pass -m32 to gcc CFLAGS. -- Gilles.