Re: GSoC: Guidance for POSIX Compilance

2019-03-17 Thread Aditya Upadhyay
Hi Vaibhav, I saw your doubts on devel mailing list regarding the newlib-c. These are the points, you should know about newlib c and why does most embedded system use newlib c as runtime library. newlib c is used to provide supports to the different platforms and architecute specific compilers. F

Re: rtems-libbsd build error

2019-03-17 Thread Christian Mauderer
Am 16.03.19 um 23:52 schrieb Vijay Kumar Banerjee: > > > On Sat, 16 Mar 2019 at 01:00, Christian Mauderer > wrote: > > Am 15.03.19 um 19:20 schrieb Vijay Kumar Banerjee: > > > > > > On Fri, 15 Mar 2019 at 21:47, Christian Mauderer > mailto:l...@c-m

Re: GSoC: Guidance for POSIX Compilance

2019-03-17 Thread Vaibhav Gupta
On Sun, Mar 17, 2019 at 2:10 PM Aditya Upadhyay wrote: > Hi Vaibhav, > > I saw your doubts on devel mailing list regarding the newlib-c. > These are the points, you should know about newlib c and > why does most embedded system use newlib c as runtime library. > > newlib c is used to provide supp

Re: POSIX Compilance- #2966, GSoC Project 2019

2019-03-17 Thread Joel Sherrill
On Sat, Mar 16, 2019, 2:49 PM Vaibhav Gupta wrote: > Hello, > As mentioned by Dr Joel that high priority is to be given to > implementations missing in FACE GPP 3.0. > So, I have got FACE Technical Standard 3.0 pdf downloaded. And its pretty > easy to compare tickets now. > The FACE Technical St

Re: GSoC: Guidance for POSIX Compilance

2019-03-17 Thread Joel Sherrill
On Sun, Mar 17, 2019, 6:18 AM Vaibhav Gupta wrote: > > > On Sun, Mar 17, 2019 at 2:10 PM Aditya Upadhyay > wrote: > >> Hi Vaibhav, >> >> I saw your doubts on devel mailing list regarding the newlib-c. >> These are the points, you should know about newlib c and >> why does most embedded system us

Re: POSIX Compilance- #2966, GSoC Project 2019

2019-03-17 Thread Vaibhav Gupta
On Sun, Mar 17, 2019 at 9:43 PM Joel Sherrill wrote: > > > On Sat, Mar 16, 2019, 2:49 PM Vaibhav Gupta > wrote: > >> Hello, >> As mentioned by Dr Joel that high priority is to be given to >> implementations missing in FACE GPP 3.0. >> So, I have got FACE Technical Standard 3.0 pdf downloaded. An

Re: POSIX Compilance- #2966, GSoC Project 2019

2019-03-17 Thread Vaibhav Gupta
I did cloned RTEM source, newlib and rtems-libbsd. Kept them in same folder so as to get easy with 'grep' and 'find'. $ ls newlib-cygwin rtems rtems-libbsd $ grep -r grantpt ./ ./newlib-cygwin/winsup/doc/posix.xml:grantpt ./newlib-cygwin/winsup/doc/posix.xml:return -1 and set errno to ENOSY

Re: POSIX Compilance- #2966, GSoC Project 2019

2019-03-17 Thread Joel Sherrill
On Sun, Mar 17, 2019, 12:45 PM Vaibhav Gupta wrote: > I did cloned RTEM source, newlib and rtems-libbsd. > Kept them in same folder so as to get easy with 'grep' and 'find'. > > $ ls > newlib-cygwin rtems rtems-libbsd > > $ grep -r grantpt ./ > ./newlib-cygwin/winsup/doc/posix.xml:grantpt >

Re: POSIX Compilance- #2966, GSoC Project 2019

2019-03-17 Thread Gedare Bloom
On Sun, Mar 17, 2019 at 2:24 PM Joel Sherrill wrote: > > > > On Sun, Mar 17, 2019, 12:45 PM Vaibhav Gupta wrote: >> >> I did cloned RTEM source, newlib and rtems-libbsd. >> Kept them in same folder so as to get easy with 'grep' and 'find'. >> >> $ ls >> newlib-cygwin rtems rtems-libbsd >> >> $