From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4D860E5D.90102@domain.hid> Date: Sun, 20 Mar 2011 15:25:33 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <4D860094.6060304@domain.hid> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] Xenomai-core Digest, Vol 66, Issue 9 List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: alamo hwuang Cc: Xenomai help alamo hwuang wrote: > Hi gilles, > > the toolchain of building xenomai and kernel is gcc 4.3.4. > > linux-xkps1:~/Desktop # gcc -v > Using built-in specs. > Target: x86_64-suse-linux > Configured with: ../configure --prefix=/usr --infodir=/usr/share/info > --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 > --enable-languages=c,c++,objc,fortran,obj-c++,java,ada > --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3 > --enable-ssp --disable-libssp > --with-bugurl=http://bugs.opensuse.org/--with-pkgversion='SUSE Linux' > --disable-libgcj --disable-libmudflap > --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit > --enable-libstdcxx-allocator=new --disable-libstdcxx-pch > --enable-version-specific-runtime-libs --program-suffix=-4.3 > --enable-linux-futex --without-system-libunwind --with-cpu=generic > --build=x86_64-suse-linux > Thread model: posix > gcc version 4.3.4 [gcc-4_3-branch revision 152973] (SUSE Linux) > My application is building by icc 11-072. > > The latency is just like below. Ok. So latency works, the problem is in the application. If you are not compiling the application with gcc, try using gcc. If it still does not work, try and reduce the application to a simple test case exhibiting the issue you are seeing, then post this test case here. -- Gilles.