<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 06/16/2015 06:21 PM, Daniel Sanders
wrote:<br>
</div>
<blockquote class=" cite"
id="mid_E484D272A3A61B4880CDF2E712E9279F459EE8AC_hhmail02_hh_imgtec_org"
cite="mid:E484D272A3A61B4880CDF2E712E9279F459EE8AC@hhmail02.hh.imgtec.org"
type="cite">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered
medium)">
<style>#mid_E484D272A3A61B4880CDF2E712E9279F459EE8AC_hhmail02_hh_imgtec_org p.MsoNormal,
#mid_E484D272A3A61B4880CDF2E712E9279F459EE8AC_hhmail02_hh_imgtec_org li.MsoNormal,
#mid_E484D272A3A61B4880CDF2E712E9279F459EE8AC_hhmail02_hh_imgtec_org div.MsoNormal { margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: "Times New Roman","serif"; color: black; }
#mid_E484D272A3A61B4880CDF2E712E9279F459EE8AC_hhmail02_hh_imgtec_org p.MsoListParagraph,
#mid_E484D272A3A61B4880CDF2E712E9279F459EE8AC_hhmail02_hh_imgtec_org li.MsoListParagraph,
#mid_E484D272A3A61B4880CDF2E712E9279F459EE8AC_hhmail02_hh_imgtec_org div.MsoListParagraph { margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: "Times New Roman","serif"; color: black; }
#mid_E484D272A3A61B4880CDF2E712E9279F459EE8AC_hhmail02_hh_imgtec_org p.msochpdefault,
#mid_E484D272A3A61B4880CDF2E712E9279F459EE8AC_hhmail02_hh_imgtec_org li.msochpdefault,
#mid_E484D272A3A61B4880CDF2E712E9279F459EE8AC_hhmail02_hh_imgtec_org div.msochpdefault { margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: "Times New Roman","serif"; color: black; }
#mid_E484D272A3A61B4880CDF2E712E9279F459EE8AC_hhmail02_hh_imgtec_org span.emailstyle17 { }
#mid_E484D272A3A61B4880CDF2E712E9279F459EE8AC_hhmail02_hh_imgtec_org span.emailstyle171 { font-family: "Calibri","sans-serif"; color: windowtext; }
#mid_E484D272A3A61B4880CDF2E712E9279F459EE8AC_hhmail02_hh_imgtec_org p.msochpdefault1,
#mid_E484D272A3A61B4880CDF2E712E9279F459EE8AC_hhmail02_hh_imgtec_org li.msochpdefault1,
#mid_E484D272A3A61B4880CDF2E712E9279F459EE8AC_hhmail02_hh_imgtec_org div.msochpdefault1 { margin-right: 0cm; margin-left: 0cm; font-size: 12pt; font-family: "Calibri","sans-serif"; color: black; }
#mid_E484D272A3A61B4880CDF2E712E9279F459EE8AC_hhmail02_hh_imgtec_org span.moz-smiley-s2 { }
#mid_E484D272A3A61B4880CDF2E712E9279F459EE8AC_hhmail02_hh_imgtec_org span.EmailStyle23 { font-family: "Calibri","sans-serif"; color: windowtext; }
#mid_E484D272A3A61B4880CDF2E712E9279F459EE8AC_hhmail02_hh_imgtec_org .MsoChpDefault { font-size: 10pt; }
#mid_E484D272A3A61B4880CDF2E712E9279F459EE8AC_hhmail02_hh_imgtec_org div.WordSection1 { page: WordSection1; }
</style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif"">>
> the best I can suggest is to target mips2 and O32</span><o:p></o:p></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif"">>
>
</span>It's not work for all, still get Assembler messages
error on some source files<br>
<span
style="font-size:11.0pt;font-family:"Calibri","sans-serif"">></span><o:p></o:p></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif"">>
</span>Warning: float register should be even, was 7<o:p></o:p></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:windowtext"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:windowtext">Could
you add –save-temps to the compiler command and send me the
command along with the .i and .s file the compiler produces?<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:windowtext"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:windowtext">This
warning is usually related to something called FPXX. FPXX is
an extension to the O32 ABI that causes the compiler to
generate objects that can be used on both a 32-bit and
64-bit FPU. In recent compilers it is enabled by default.
The most likely cause of the warning is some inline assembly
that doesn't obey the small restrictions that FPXX enforces.
Assuming, this is the cause –mfp32/-mfp64 should provide a
work around but I'd recommend updating the inline assembly
since this will make it easier to port to newer Mips
processors.<o:p></o:p></span></p>
<i></i><o:p></o:p>
<div style="border:none;border-left:solid blue 1.5pt;padding:0cm
0cm 0cm 4.0pt">
<div>
</div>
</div>
</div>
</blockquote>
<br>
Just tested with xercesc v3, got these warnings (sorry I said error
message in last reply) <br>
<blockquote type="cite">DOMNodeIDMap.s:134: Warning: float register
should be even, was 1<br>
DOMNodeIDMap.s:134: Warning: float register should be even, was 1<br>
DOMNodeIDMap.s:136: Warning: float register should be even, was 1<br>
DOMNodeIDMap.s:141: Warning: float register should be even, was 1<br>
DOMNodeIDMap.s:148: Warning: float register should be even, was 1<br>
DOMNodeIDMap.s:758: Warning: float register should be even, was 1<br>
DOMNodeIDMap.s:758: Warning: float register should be even, was 1<br>
DOMNodeIDMap.s:759: Warning: float register should be even, was 1<br>
DOMNodeIDMap.s:764: Warning: float register should be even, was 1<br>
DOMNodeIDMap.s:771: Warning: float register should be even, was 1</blockquote>
Hope this helps.<br>
<br>
<div class="moz-signature">-- <br>
<i>Regards</i></div>
</body>
</html>