<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2013/5/17 Marc Santhoff <span dir="ltr"><<a href="mailto:M.Santhoff@web.de" target="_blank">M.Santhoff@web.de</a>></span><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Since noone answers you - the pros must be away for holidays or so ...<br>
<br>
But beware, I'm really no expert in cross compiling.<br></blockquote><div><br></div><div>Thank you for the answer, but...<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
I think this message says, you will have to recompile the RTL using the<br>
new set of compiler options you have found to work.<br>
<br>
IIRC cd'ing to <...>\arm-android\rtl and doing a "make clean all"<br>
_could_ be sufficient.<br>
<br>
HTH anyways,<br>
Marc<br></blockquote></div><br></div><div class="gmail_extra">...the problem is exactly here. Everytime, I recompile FPC with relative options (erasing old compiled arm-android units) and edit relative project parameters, e.g.:<br>
<br></div><div class="gmail_extra">FPC:<br></div><div class="gmail_extra"><div class="gmail_extra">make ... CROSSOPT="-CfSOFT -OoFASTMATH -CpARMV6" ...<br></div><div class="gmail_extra">Lazarus:<br></div><div class="gmail_extra">
project->project options-> Other-> -CfSOFT -OoFASTMATH -CpARMV6<br><br></div><div class="gmail_extra">This works well.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">FPC:<br></div><div class="gmail_extra">
<div class="gmail_extra">make ... CROSSOPT="-CfVFPV2 -OoFASTMATH -CpARMV7A" ...<br></div><div class="gmail_extra">Lazarus:<br></div><div class="gmail_extra">project->project options-> Other-> -CfVFPV2 -OoFASTMATH -CpARMV7A</div>
<br></div><div class="gmail_extra">This doesn't work.<br><br></div><div class="gmail_extra">PS both -CfVFPV2 and -CfVFPV3 give the same result.<br><br></div><div class="gmail_extra">Kjow<br></div></div></div>