From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4BEBAEEB.8010809@domain.hid> Date: Thu, 13 May 2010 09:48:59 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: , <4BEAA7E5.2060103@domain.hid> , <4BEAD92A.50804@domain.hid> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] xenomai test problem List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: federico lolli Cc: xenomai@xenomai.org federico lolli wrote: > federico lolli wrote: >> I tried with static libraries and dynamic libraries, but nothing has >> changed. >> >> also the command "make DESTDIR = / path / to / buildroot / nfsroot >> install" was not successful..... > >> Of course /path/to/buildroot/nfsroot is not meant to be used literally, >> you were supposed to replace it with the path where you installed >> buildroot on your system. > > > yes yes > I used the command: sudo make DESTDIR=~/buildroot/output/rootfs install > I also put directly on memory card > sudo make DESTDIR=/media/rootfs/ install > but nothing has changed > you may blame the shared library in the /rootfs/lib generated by builroot? Usually ./latency: not found means that the loader that would be ld-linux.so.3 with glibc, or something a bit different with uclibc is not found in the filesystem. If you have ldd on the filesystem, you may try it. Or run readelf on the host and see that all the libraries are found in the filesystem. Are you sure you are not mixing the outputs of two different toolchains, or something along the line? -- Gilles.