Re: arm/nds - cache_manager.c build failure

2014-08-25 Thread Daniel Cederman
Looks like this function needs a guard on #if defined(CPU_INSTRUCTION_CACHE_ALIGNMENT) Yes, looks like I missed that. I will send a patch. Daniel C On 2014-08-22 16:38, Gedare Bloom wrote: Looks like this function needs a guard on #if defined(CPU_INSTRUCTION_CACHE_ALIGNMENT) see

[PATCH] score: Add missing define to cache manager

2014-08-25 Thread Daniel Cederman
--- c/src/lib/libcpu/shared/src/cache_manager.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/c/src/lib/libcpu/shared/src/cache_manager.c b/c/src/lib/libcpu/shared/src/cache_manager.c index 7dd408f..7ff1166 100644 --- a/c/src/lib/libcpu/shared/src/cache_manager.c +++

Re: [PATCH] score: Add missing define to cache manager

2014-08-25 Thread Sebastian Huber
Hello Daniel, thanks for the fix: http://git.rtems.org/rtems/commit/?id=e7a42a0cfbafc2311888780b086010aef6556311 -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail :

Re: powerpc/gwlcfm does not compile

2014-08-25 Thread Sebastian Huber
Fixed: http://git.rtems.org/rtems/commit/?id=0a314839012ab765a70df05eaadc4dba7440223b -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP :

Re: powerpc/mpc5668g does not compile

2014-08-25 Thread Sebastian Huber
Fixed: http://git.rtems.org/rtems/commit/?id=f3237a3c3bbe5a298b5ae30a36b24e6f601c6f8b -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP :

[PATCH] score: Define _CPU_Start_multitasking only for LEON SPARC, not SPARC in general

2014-08-25 Thread Daniel Cederman
--- cpukit/score/cpu/sparc/rtems/score/cpu.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/score/cpu/sparc/rtems/score/cpu.h b/cpukit/score/cpu/sparc/rtems/score/cpu.h index 9c38b55..d4c2ef0 100644 --- a/cpukit/score/cpu/sparc/rtems/score/cpu.h +++

Re: [PATCH] score: Define _CPU_Start_multitasking only for LEON SPARC, not SPARC in general

2014-08-25 Thread Sebastian Huber
On 25/08/14 11:45, Daniel Cederman wrote: --- cpukit/score/cpu/sparc/rtems/score/cpu.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/score/cpu/sparc/rtems/score/cpu.h b/cpukit/score/cpu/sparc/rtems/score/cpu.h index 9c38b55..d4c2ef0 100644 ---

Re: BSP Build Failures Appeal

2014-08-25 Thread Joel Sherrill
On 8/23/2014 10:33 PM, Chris Johns wrote: On 23/08/2014 1:57 am, Joel Sherrill wrote: The build failures I reported were with the latest RSB tools Please pitch in and let's resolve them. I have a regression build that includes building all BSPs using ... $ rm -rf build rsb-report-* log_*

Re: [PATCH] score: Define _CPU_Start_multitasking only for LEON SPARC, not SPARC in general

2014-08-25 Thread Joel Sherrill
On 8/25/2014 5:10 AM, Sebastian Huber wrote: On 25/08/14 11:45, Daniel Cederman wrote: --- cpukit/score/cpu/sparc/rtems/score/cpu.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/score/cpu/sparc/rtems/score/cpu.h b/cpukit/score/cpu/sparc/rtems/score/cpu.h index

Re: powerpc/gwlcfm does not compile

2014-08-25 Thread Joel Sherrill
Thanks. I will start a build sweep again once we have resolved the cache compilation impact. On 8/25/2014 2:11 AM, Sebastian Huber wrote: Fixed: http://git.rtems.org/rtems/commit/?id=0a314839012ab765a70df05eaadc4dba7440223b -- Joel Sherrill, Ph.D. Director of Research

Re: [rtems-tools commit] Update readme.

2014-08-25 Thread Joel Sherrill
Hi I am thrilled to see this code finally becoming more widely available. I am now asking questions about productization which is reproducibility, maintainability, making it available to users, enhancement path, etc. Would it be possible to update the blog to reflect the current location of the

Re: [PATCH] score: Define _CPU_Start_multitasking only for LEON SPARC, not SPARC in general

2014-08-25 Thread Sebastian Huber
On 08/25/2014 05:04 PM, Joel Sherrill wrote: On 8/25/2014 5:10 AM, Sebastian Huber wrote: On 25/08/14 11:45, Daniel Cederman wrote: --- cpukit/score/cpu/sparc/rtems/score/cpu.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/score/cpu/sparc/rtems/score/cpu.h

Re: [PATCH] score: Define _CPU_Start_multitasking only for LEON SPARC, not SPARC in general

2014-08-25 Thread Joel Sherrill
On 8/25/2014 11:44 AM, Sebastian Huber wrote: On 08/25/2014 05:04 PM, Joel Sherrill wrote: On 8/25/2014 5:10 AM, Sebastian Huber wrote: On 25/08/14 11:45, Daniel Cederman wrote: --- cpukit/score/cpu/sparc/rtems/score/cpu.h |2 ++ 1 file changed, 2 insertions(+) diff --git