Current RTEMS master build for CSB336 (MC9328MXL)

Sebastian Huber sebastian.huber at embedded-brains.de
Wed Jul 24 13:43:24 UTC 2013


Hello Pavel,

On 2013-07-24 14:58, Pavel Pisa wrote:
> Hello Sebastian Huber and others,
>
> I have started testing of RTEMS git (i.e. 4.11 pre) and I have found
> error during compile that CPU_ALIGNMENT definition is missing in
> the heap implementation.
>
> Next change fixes the problem
>
>
> diff --git a/cpukit/score/include/rtems/score/heapimpl.h b/cpukit/score/include/rtems/score/heapimpl.h
> index 27c3a23..6855244 100644
> --- a/cpukit/score/include/rtems/score/heapimpl.h
> +++ b/cpukit/score/include/rtems/score/heapimpl.h
> @@ -19,6 +19,7 @@
>   #define _RTEMS_SCORE_HEAPIMPL_H
>
>   #include <rtems/score/heap.h>
> +#include <rtems/score/cpu.h>
>
>   #ifdef __cplusplus
>

sorry, this should be fixed now.  I have no idea why this didn't show up on my 
machine.  The heap.c include heapimpl.h as the first header file so the 
compiler should have complained.

If you have a patch for the CSB336, then this would be great.

Best regards,
	Sebastian

-- 
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.huber at embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.



More information about the devel mailing list