push it
On Fri, Apr 3, 2020 at 1:53 AM Sebastian Huber
wrote:
>
> The _ISR_Stack_area_begin and _ISR_Stack_area_end symbols are in
> different sections. They must have the same alignment, otherwise the
> following linker directive could separate them:
>
> *(SORT_BY_ALIGNMENT (SORT_BY_NAME (.rt
The _ISR_Stack_area_begin and _ISR_Stack_area_end symbols are in
different sections. They must have the same alignment, otherwise the
following linker directive could separate them:
*(SORT_BY_ALIGNMENT (SORT_BY_NAME (.rtemsstack*)))
Update #3799.
---
cpukit/Makefile.am |