<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Mar 21, 2020 at 2:57 PM Eshan Dhawan <<a href="mailto:eshandhawan51@gmail.com">eshandhawan51@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>hello,</div><div><br></div><div>I didn't quite understand the ticket <br></div><div>If I could get some more detail on it. <br></div></div></blockquote><div><br></div><div>Newlib has a search dirtectory: </div><div><br></div><div><a href="https://github.com/RTEMS/sourceware-mirror-newlib-cygwin/tree/master/newlib/libc/search">https://github.com/RTEMS/sourceware-mirror-newlib-cygwin/tree/master/newlib/libc/search</a></div><div><br></div><div>Is all the code that could run on RTEMS enabled? Check which methods in there </div><div>are built currently and  which are not.</div><div><br></div><div><a href="https://pubs.opengroup.org/onlinepubs/9699919799/">https://pubs.opengroup.org/onlinepubs/9699919799/</a>  is the top of the current version</div><div>of the POSIX standard. Search for search.h and check the list off with what newlib</div><div>has and what's enabled when building for RTEMS. You can check build logs for the</div><div>tools or do something like CPU-rtems5-nm ...../libc.a and look for the symbol to be</div><div>present and have a non-zero length.</div><div><br></div><div>Then we address what methods are missing.  And what need tests inside the</div><div>RTEMS test suite.</div><div><br></div><div>My very quick review shows that this may all be present and then it is a matter</div><div>of test cases and the compliance document. And that's a good result. Sometimes</div><div>people do work and don't update tickets. </div><div><br></div><div>--joel</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div></div><div><br></div><div>thanks <br></div><div>-Eshan <br></div><br></div>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a></blockquote></div></div>