<div dir="ltr"><div>Hi all,</div><div><br></div><div>I have found a problem with assembler code generation in network stack on ARM processor (aligment fault).</div><div><br></div><div>I am using: <br></div><div><div>arm-rtems5-gcc (GCC) 7.2.0 20170814 (RTEMS 5, RSB a6d011e028a0776cedf0823940eb882e917a44e5, Newlib 2.5.0.20170922)</div></div><div><br></div><div>The compiler generates invalid instruction 'ldmia' here (<a href="https://git.rtems.org/rtems/tree/cpukit/libnetworking/netinet/udp_usrreq.c#n160">https://git.rtems.org/rtems/tree/cpukit/libnetworking/netinet/udp_usrreq.c#n160</a>).</div><div><br></div><div>The instruction does not support <span style="color:rgb(0,0,0);font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif">unaligned accesses.</span></div><div><br></div><div>Also i have found the bug fix in FreeBSD repository (<a href="https://github.com/freebsd/freebsd/commit/6cc0e8d2a0b583db5707f811d4ebfbe1ad05e628">https://github.com/freebsd/freebsd/commit/6cc0e8d2a0b583db5707f811d4ebfbe1ad05e628</a>)</div><div><br></div><div>I tried their solution and it works.</div><div><br></div><div>Should I create a ticket for that?</div><div><br></div><div><div dir="ltr" class="gmail_signature"><div dir="ltr"><span style="font-size:12.8px">Best regards,</span><br style="font-size:12.8px"><span style="font-size:12.8px">Mikhail</span><br></div></div></div></div>