<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<div><br></div><div>I had the following errors when compiling the library for Cortex-m4 (-mcpu=cortex-m4) using the GNU compiler for ARM (gcc-arm-none-eabi-4_8).</div><div><div><br></div><div>&nbsp; CPPAS &nbsp; &nbsp;celt/arm/celt_pitch_xcorr_arm-gnu.lo</div><div>celt/arm/celt_pitch_xcorr_arm-gnu.S: Assembler messages:</div></div><div><div>celt/arm/celt_pitch_xcorr_arm-gnu.S:299: Error: thumb conditional instruction should be in IT block -- `ldrgt r12,[r4],#4'</div><div>celt/arm/celt_pitch_xcorr_arm-gnu.S:317: Error: thumb conditional instruction should be in IT block -- `ldrhgt r14,[r4],#2'</div><div>celt/arm/celt_pitch_xcorr_arm-gnu.S:327: Error: thumb conditional instruction should be in IT block -- `ldrhgt r12,[r4],#2'</div><div>celt/arm/celt_pitch_xcorr_arm-gnu.S:335: Error: thumb conditional instruction should be in IT block -- `ldrhgt r14,[r4]'</div></div><div>[...]</div><div><br></div><div>Adding the IT instructions seems to solve the issue.&nbsp;</div><div><br></div><div>Should this be fixed or am I missing something?</div><div><br></div><div>Thanks</div><div><br></div><div>Dominic Levesque</div>                                               </div></body>
</html>