From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <49B8DD18.9020803@domain.hid> Date: Thu, 12 Mar 2009 10:59:52 +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] [Xenosim-2.4.7] libelf configure problem 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" Bruno Rouchouse wrote: > Hi list, > > I'm trying to compile xenosim-2.4.7 on my Ubuntu-8.10 with the following > host configuration: > - autoconf 2.61 > - automake 1.10.1 > - gcc-4.3.2 > > My configure line is shown below: > ../xenomai-2.4.7/xenosim-2.4.7/configure > --prefix=/home/bruno/xenosim_install/ > --with-gcc-tarball=/tmp/gcc-2.95.3.tar.gz --x-includes=/usr/include/X11 > --x-libraries=/usr/lib32/ CFLAGS=-m32 I think the problem is that you need all the libraries in their 32 bits version. To do this with a Debian, you need to setup a 32 bits chroot, http://www.debian-administration.org/articles/356 Fedora Core allows to install 32 bits versions of the packages (you only need to add an "i386" in the package name). I do not know about Ubuntu, I know xenosim can be run in a 32bits QEMU image too. -- Gilles.