On Fri, Jul 26, 2019 at 3:13 PM Michel Macena wrote:
> I tried the break at _Terminate, for a working program (with the #define
> CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER macro) it worked and
> returned
>
>> Breakpoint 1, _Terminate (the_source=the_source@entry=INTERNAL_ERROR_CORE,
>>
>>
I tried the break at _Terminate, for a working program (with the #define
CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER macro) it worked and
returned
> Breakpoint 1, _Terminate (the_source=the_source@entry=INTERNAL_ERROR_CORE,
>
> the_error=the_error@entry=5)
> at
> /home/inpe/masters_pr
On 26/7/19 4:36 pm, jan.som...@dlr.de wrote:
>> Von: Chris Johns [mailto:chr...@rtems.org]
>>
>> The RPi2 does not support SMP and this instruction is in in an RTEMS_SMP
>> block.
>>
>
> I thought the RPi2 (the first version with ARMv7) would support SMP.
> There was a GSoC for this at some time.