[Xenomai-git] Philippe Gerum : nocore/atomic: fix typo

2014-01-29 Thread git repository hosting
Module: xenomai-forge Branch: next Commit: c242dc8d17faed526073c80a1c0efad974895e87 URL: http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=c242dc8d17faed526073c80a1c0efad974895e87 Author: Philippe Gerum r...@xenomai.org Date: Wed Jan 29 10:42:02 2014 +0100 nocore/atomic: fix typo ---

[Xenomai-git] Gilles Chanteperdrix : arm/hal: fix compilation with old kernels

2014-01-29 Thread git repository hosting
Module: xenomai-2.6 Branch: master Commit: 5b5dd5f6ee30a37e797b9ddbbe2c5d735fa674ec URL: http://git.xenomai.org/?p=xenomai-2.6.git;a=commit;h=5b5dd5f6ee30a37e797b9ddbbe2c5d735fa674ec Author: Gilles Chanteperdrix gilles.chanteperd...@xenomai.org Date: Tue Jan 28 22:53:58 2014 +0100 arm/hal:

[Xenomai-git] Gilles Chanteperdrix : drivers/flexcan: avoid unaligned access

2014-01-29 Thread git repository hosting
Module: xenomai-2.6 Branch: master Commit: 7fcc04ce4bca162bc3367c4f04b8bd96edc02ca9 URL: http://git.xenomai.org/?p=xenomai-2.6.git;a=commit;h=7fcc04ce4bca162bc3367c4f04b8bd96edc02ca9 Author: Gilles Chanteperdrix gilles.chanteperd...@xenomai.org Date: Wed Jan 29 12:57:24 2014 +0100

[Xenomai] Cross-compile vanilla kernel to armhf fails

2014-01-29 Thread Huub Van Niekerk
Hi, I'm trying to cross-compile xenomai-2.6.3 patched vanilla linux kernel 3.5.7 to armhf using this command: /Downloads/linux-3.5.7$ CONCURRENCY_LEVEL=2 CLEAN_SOURCE=no DEB_HOST_ARCH=armhf fakeroot make-kpkg --arch arm --cross-compile /usr/bin/arm-linux-gnueabihf- --initrd

Re: [Xenomai] atomic_sub_fetch in atomic.h

2014-01-29 Thread Philippe Gerum
On 01/28/2014 09:12 PM, Matthias Schneider wrote: Hi all, shouldn't #define atomic_sub_fetch(v, n) _sync_sub_and_fetch((v), n) in file include/nocore/atomic.h line 48 of xenomai-forge be rather #define atomic_sub_fetch(v, n) __sync_sub_and_fetch((v), n) ? It is not used by the current

Re: [Xenomai] Cross-compile vanilla kernel to armhf fails

2014-01-29 Thread Gilles Chanteperdrix
On 01/29/2014 10:28 AM, Huub Van Niekerk wrote: Hi, I'm trying to cross-compile xenomai-2.6.3 patched vanilla linux kernel 3.5.7 to armhf using this command: /Downloads/linux-3.5.7$ CONCURRENCY_LEVEL=2 CLEAN_SOURCE=no DEB_HOST_ARCH=armhf fakeroot make-kpkg --arch arm --cross-compile

Re: [Xenomai] Cross-compile vanilla kernel to armhf fails

2014-01-29 Thread Paul
On Wednesday 29 January 2014, Gilles Chanteperdrix wrote: On 01/29/2014 10:28 AM, Huub Van Niekerk wrote: Hi, I'm trying to cross-compile xenomai-2.6.3 patched vanilla linux kernel 3.5.7 to armhf using this command: /Downloads/linux-3.5.7$ CONCURRENCY_LEVEL=2 CLEAN_SOURCE=no

Re: [Xenomai] imx28 rtcan flexcan system freezes

2014-01-29 Thread Alexandre COFFIGNAL
Le 29/01/2014 08:16, Wolfgang Grandegger a écrit : On Tue, 28 Jan 2014 23:06:54 +0100, Gilles Chanteperdrix gilles.chanteperd...@xenomai.org wrote: On 01/27/2014 08:56 AM, Wolfgang Grandegger wrote: On Sun, 26 Jan 2014 21:56:10 +0100, Gilles Chanteperdrix IMO, it is not just for the flexcan

Re: [Xenomai] Please, can anybody help me to find where is supposed to be the handler function for the Xenomai syscall in the kernel tree?

2014-01-29 Thread Gilles Chanteperdrix
On 01/29/2014 03:13 PM, Marco Tessore wrote: Good morning, I am a newbie of Xenomai, and I'm trying to patch a modified (non vanilla) Linux kernel 3.11.0rc3 for ARM architecture (Freescale iMx28) with Xenomai 2.6.3. To achieve this goal I have modified, then applied the patch

Re: [Xenomai] imx28 rtcan flexcan system freezes

2014-01-29 Thread Gilles Chanteperdrix
On 01/29/2014 04:50 PM, Alexandre COFFIGNAL wrote: Le 29/01/2014 08:16, Wolfgang Grandegger a écrit : On Tue, 28 Jan 2014 23:06:54 +0100, Gilles Chanteperdrix gilles.chanteperd...@xenomai.org wrote: On 01/27/2014 08:56 AM, Wolfgang Grandegger wrote: On Sun, 26 Jan 2014 21:56:10 +0100, Gilles

Re: [Xenomai] Please, can anybody help me to find where is supposed to be the handler function for the Xenomai syscall in the kernel tree?

2014-01-29 Thread Gilles Chanteperdrix
On 01/29/2014 03:13 PM, Marco Tessore wrote: Good morning, I am a newbie of Xenomai, and I'm trying to patch a modified (non vanilla) Linux kernel 3.11.0rc3 for ARM architecture (Freescale iMx28) with Xenomai 2.6.3. To achieve this goal I have modified, then applied the patch

Re: [Xenomai] debuild of xenomai failing: Directory nonexistent

2014-01-29 Thread Gilles Chanteperdrix
On 01/29/2014 03:36 PM, Huub Van Niekerk wrote: Hi, I'm trying to build the xenomai libs on Ubuntu 12.04 armhf according to http://www.xenomai.org/index.php/Building_Debian_packages. It goes wrong with a message cannot create

Re: [Xenomai] debuild of xenomai failing: Directory nonexistent

2014-01-29 Thread Gilles Chanteperdrix
On 01/29/2014 08:05 PM, Gilles Chanteperdrix wrote: On 01/29/2014 03:36 PM, Huub Van Niekerk wrote: Hi, I'm trying to build the xenomai libs on Ubuntu 12.04 armhf according to http://www.xenomai.org/index.php/Building_Debian_packages. It goes wrong with a message cannot create

Re: [Xenomai] debuild of xenomai failing: Directory nonexistent

2014-01-29 Thread Huub Van Niekerk
I assume I have to save this patch into a textfile (e.g. debuild-patch) and use the patch command: patch debuild debuild-patch ? On Wednesday, January 29, 2014 9:02 PM, Gilles Chanteperdrix gilles.chanteperd...@xenomai.org wrote: On 01/29/2014 08:05 PM, Gilles Chanteperdrix wrote: On

Re: [Xenomai] Please, can anybody help me to find where is supposed to be the handler function for the Xenomai syscall in the kernel tree?

2014-01-29 Thread Marco Tessore
Il 29/01/2014 19:12, Gilles Chanteperdrix ha scritto: On 01/29/2014 03:13 PM, Marco Tessore wrote: Good morning, I am a newbie of Xenomai, and I'm trying to patch a modified (non vanilla) Linux kernel 3.11.0rc3 for ARM architecture (Freescale iMx28) with Xenomai 2.6.3. To achieve this goal I