<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
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]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<div>
<div>
<div>
<p class="MsoNormal" style="margin-left:.5in">On Sat, Oct 10, 2020 at 8:13 AM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<o:p></o:p></p>
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<p class="MsoNormal" style="margin-left:.5in">On 10/10/2020 15:11, Sebastian Huber wrote:<br>
<br>
> Hello Kinsey,<br>
><br>
> the new aarch64/a53_ilp32_qemu produces a lot of warnings like this:<br>
><br>
> ../../../testsuites/psxtests/psxhdrs/math/truncl.c:45:12: warning: <br>
> implicit declaration of function 'truncl' <br>
> [-Wimplicit-function-declaration]<br>
> ../../../testsuites/psxtests/psxhdrs/math/truncl.c:45:12: warning: <br>
> incompatible implicit declaration of built-in function 'truncl'<br>
><br>
> Is this a known issue?<o:p></o:p></p>
</blockquote>
<div>
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in">It is likely that this is because some/many architectures do not<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in">have long double support in newlib. Or have a true long double<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in">type. This will require a newlib discussion.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in"> <o:p></o:p></p>
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<p class="MsoNormal" style="margin-left:.5in"><br>
There is also this warning:<br>
<br>
cpukit/libmisc/stackchk/check.c:455:5: warning: cast to pointer from <br>
integer of different size [-Wint-to-pointer-cast]<br>
<br>
This is probably an error. Could you please fix the warnings specific to <br>
the new BSPs.<o:p></o:p></p>
</blockquote>
<div>
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in">This looks like code being sloppy that isn't the fault of this BSP. It is<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in">just one where sizeof(int) != sizeof(void *). <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in">Kinsey.. likely solution is to replace the cast/type with intptr_t or uintptr_t.<o:p></o:p></p>
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><b><i>[] <o:p></o:p></i></b></p>
<p class="MsoNormal">Sorry, I didn’t see these when I was developing. I’ll work up some patches for them.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Kinsey<o:p></o:p></p>
</blockquote>
</div>
</div>
</div>
</body>
</html>