[Xenomai-core] [RFC] Port to AT91SAM9G45

2012-02-07 Thread Gregory CLEMENT
Hello, I've done the port for AT91SAM9G45 on a AT91SAM9M10G45-EK board. The following patch have to be applied on top of the adeos-ipipe-2.6.38.8-arm-1.18-04.patch patch. I also ran latency test under heavy stress using: - hackbench to stress the scheduler - netcat to stress the Ethernet

[Xenomai-core] [PATCH forge] Fix build for relative invocations of configure

2012-02-07 Thread Jan Kiszka
This fixes build setups like '../configure'. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- configure.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.in b/configure.in index c0a7d17..0bdced8 100644 --- a/configure.in +++ b/configure.in @@ -547,7

Re: [Xenomai-core] [RFC] Port to AT91SAM9G45

2012-02-07 Thread Gilles Chanteperdrix
On 02/07/2012 02:01 PM, Gregory CLEMENT wrote: Hello, I've done the port for AT91SAM9G45 on a AT91SAM9M10G45-EK board. The following patch have to be applied on top of the adeos-ipipe-2.6.38.8-arm-1.18-04.patch patch. I also ran latency test under heavy stress using: - hackbench to

Re: [Xenomai-core] [PATCH] Only export required CFLAGS via xeno-config

2012-02-07 Thread Gilles Chanteperdrix
On 02/03/2012 03:50 PM, Jan Kiszka wrote: -Werror-implicit-function-declaration is not compatible with C++, and also decisions about -Wall and -pipe should be left to the application. Signed-off-by: Jan Kiszka jan.kis...@siemens.com Had to revert this patch, it causes a build failure when

Re: [Xenomai-core] Built-in libxenomai dependency

2012-02-07 Thread Gilles Chanteperdrix
On 02/01/2012 09:21 PM, Gilles Chanteperdrix wrote: On 02/01/2012 04:50 PM, Jan Kiszka wrote: On 2012-02-01 16:38, Gilles Chanteperdrix wrote: On 02/01/2012 04:25 PM, Jan Kiszka wrote: On 2012-02-01 16:17, Gilles Chanteperdrix wrote: On 02/01/2012 03:37 PM, Jan Kiszka wrote: Hi, don't

Re: [Xenomai-core] [PATCH] Only export required CFLAGS via xeno-config

2012-02-07 Thread Jan Kiszka
On 2012-02-07 17:18, Gilles Chanteperdrix wrote: On 02/03/2012 03:50 PM, Jan Kiszka wrote: -Werror-implicit-function-declaration is not compatible with C++, and also decisions about -Wall and -pipe should be left to the application. Signed-off-by: Jan Kiszka jan.kis...@siemens.com Had to

Re: [Xenomai-core] Built-in libxenomai dependency

2012-02-07 Thread Jan Kiszka
On 2012-02-07 17:19, Gilles Chanteperdrix wrote: On 02/01/2012 09:21 PM, Gilles Chanteperdrix wrote: On 02/01/2012 04:50 PM, Jan Kiszka wrote: On 2012-02-01 16:38, Gilles Chanteperdrix wrote: On 02/01/2012 04:25 PM, Jan Kiszka wrote: On 2012-02-01 16:17, Gilles Chanteperdrix wrote: On

Re: [Xenomai-core] Built-in libxenomai dependency

2012-02-07 Thread Gilles Chanteperdrix
On 02/07/2012 05:22 PM, Jan Kiszka wrote: On 2012-02-07 17:19, Gilles Chanteperdrix wrote: On 02/01/2012 09:21 PM, Gilles Chanteperdrix wrote: On 02/01/2012 04:50 PM, Jan Kiszka wrote: On 2012-02-01 16:38, Gilles Chanteperdrix wrote: On 02/01/2012 04:25 PM, Jan Kiszka wrote: On 2012-02-01

Re: [Xenomai-core] Built-in libxenomai dependency

2012-02-07 Thread Jan Kiszka
On 2012-02-07 17:28, Gilles Chanteperdrix wrote: This causes a -L/usr/lib to be added on the link-edit command line, which causes the link to fail by finding /usr/lib/libpthread.so instead of the cross-compiler one, and fail. How does libxenomai.la look like? Is it different from a native

Re: [Xenomai-core] [RFC] Port to AT91SAM9G45

2012-02-07 Thread Gregory CLEMENT
On 02/07/2012 04:55 PM, Gilles Chanteperdrix wrote: On 02/07/2012 02:01 PM, Gregory CLEMENT wrote: Hello, I've done the port for AT91SAM9G45 on a AT91SAM9M10G45-EK board. The following patch have to be applied on top of the adeos-ipipe-2.6.38.8-arm-1.18-04.patch patch. I also ran latency