<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Oct 20, 2020 at 10:50 AM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 02/04/2020 09:09, Sebastian Huber wrote:<br>
<br>
> On 02/04/2020 08:46, Chris Johns wrote:<br>
><br>
>> On 2020-04-02 16:53, Sebastian Huber wrote:<br>
>>> Hallo Chris,<br>
>>> On 21/03/2020 07:45, Sebastian Huber wrote:<br>
>>>> On 20/03/2020 22:23, Chris Johns wrote:<br>
>>>>>> On 20 Mar 2020, at 4:49 pm, Sebastian Huber <br>
>>>>>> <<a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a>> wrote:<br>
>>>>>><br>
>>>>>> On 20/03/2020 05:15, Chris Johns wrote:<br>
>>>>>><br>
>>>>>>> On 19/3/20 7:52 pm, Sebastian Huber wrote:<br>
>>>>>>>> The ARMv7-M architecture has no CP-15.  The inline assembly for <br>
>>>>>>>> the<br>
>>>>>>>> CP-15 access leads to assembler errors if compiled with -O0.<br>
>>>>>>> I would like to understand this one in detail to see why there <br>
>>>>>>> is cp15 in the build.<br>
>>>>>> In ARMv7-M the system registers are memory mapped.<br>
>>>>>><br>
>>>>>> If I compile a Cortex-M based BSP with -O0, then I get:<br>
>>>>>><br>
>>>>> BSP?<br>
>>>> For example the atsamv BSP.<br>
>>> could you please have a look at this. Being able to build with -O0 <br>
>>> is quite helpful during BSP development.<br>
>><br>
>> Is this important for 5.1.0? <br>
><br>
> It is not absolutely necessary, but I regularly had to fix this <br>
> locally. We have several ARMv7-M based BSPs. This was my first attempt <br>
> to address this issue:<br>
><br>
> <a href="https://lists.rtems.org/pipermail/devel/2019-February/024914.html" rel="noreferrer" target="_blank">https://lists.rtems.org/pipermail/devel/2019-February/024914.html</a><br>
><br>
We work no on another Cortex-M based BSP and building with -O0 would be <br>
really nice.</blockquote><div><br></div><div>How about -Og instead? Enable all optimizations which do not negatively</div><div>impact debugging?</div><div><br></div><div>--joel </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a></blockquote></div></div>