Re: [PATCH v8] tests for fenv.h functions

2020-03-22 Thread Eshan Dhawan
I have modified the test to print nothing if the test passes In this test I have removed all the compulsory print statements that described the cases with comments so it would be easy to world on and will not print anything on the screen when the test passes > On 23-Mar-2020, at 1:41 AM,

Re: possible sources for porting sockatmark() of sys/socket.h

2020-03-22 Thread Joel Sherrill
On Sun, Mar 22, 2020, 8:21 PM Gedare Bloom wrote: > On Sun, Mar 22, 2020 at 1:22 PM Eshan Dhawan > wrote: > > > > confstr() from unistd.h also shows not supported in the compliance > status but it has some kind of supported in newlib(libc/sys/linux) > > sys/linux doesn't work on rtems. that is

Re: [PATCH 0/6] Proposes fixes for RTEMS Tester documentation page

2020-03-22 Thread Chris Johns
On 2020-03-23 03:17, cl...@isep.ipp.pt wrote: From: Cláudio Maia This set of patches proposes several fixes for RTEMS Tester documentation. Namely: - Text was reviewed and improved for clarity; - References to 'sparc-rtems5-run' command and 'erc32-run' were removed from the documentation

Re: possible sources for porting sockatmark() of sys/socket.h

2020-03-22 Thread Gedare Bloom
On Sun, Mar 22, 2020 at 1:22 PM Eshan Dhawan wrote: > > confstr() from unistd.h also shows not supported in the compliance status > but it has some kind of supported in newlib(libc/sys/linux) sys/linux doesn't work on rtems. that is only for linux-specific newlib builds > it also needs to be

Re: [PATCH] This patch provides usage of RTEMS cross-compiler over GCC cross-compiler

2020-03-22 Thread Gedare Bloom
On Sun, Mar 22, 2020 at 11:33 AM utkarsh.ra...@gmail.com wrote: > > Really sorry for a new patch, I somehow rm -rf'ed my machine's root Oh no! > --- > user/start/tools.rst | 16 > 1 file changed, 16 insertions(+) > > diff --git a/user/start/tools.rst b/user/start/tools.rst >

Re: Ticket #2974 Enable search.h functionality in newlib

2020-03-22 Thread Gedare Bloom
On Sun, Mar 22, 2020 at 8:46 AM Joel Sherrill wrote: > > > > On Sun, Mar 22, 2020, 1:58 AM Vaibhav Gupta wrote: >>> >>> >>> > My very quick review shows that this may all be present and then it is a >>> > matter >>> > of test cases and the compliance document. And that's a good result. >>> >

Re: [PATCH] user/gsoc: GSoC Getting Started Instructions

2020-03-22 Thread Chris Johns
On 2020-03-18 07:36, G S Niteesh Babu wrote: --- user/index.rst | 1 + user/start/gsoc.rst | 453 +++ user/start/index.rst | 1 + 3 files changed, 455 insertions(+) create mode 100644 user/start/gsoc.rst diff --git a/user/index.rst

Re: [PATCH v2] bsp/beagle: Update console to new Termios device API.

2020-03-22 Thread Christian Mauderer
Hello Niteesh, On 15/03/2020 20:44, G S Niteesh Babu wrote: > This patch updates the console to use new Termios device API. > Update #3034 > --- > bsps/arm/beagle/console/console-config.c | 66 +++- > 1 file changed, 41 insertions(+), 25 deletions(-) > > diff --git

[PATCH v8] tests for fenv.h functions

2020-03-22 Thread Eshan dhawan
--- testsuites/psxtests/psxfenv01/init.c| 105 +++- testsuites/psxtests/psxfenv01/psxfenv01.doc | 9 +- testsuites/psxtests/psxfenv01/psxfenv01.scn | 4 - 3 files changed, 85 insertions(+), 33 deletions(-) diff --git a/testsuites/psxtests/psxfenv01/init.c

Re: rtems-boot-image tool: Raspberry Pi

2020-03-22 Thread Christian Mauderer
Hello Niteesh, thanks for the (private) remainder. This thread really stopped quite some time ago. A lot of us are quite busy right now but that shouldn't happen. If you don't get a response for some question: Please give it about a week of time and then just ping the thread. On 05/03/2020

Re: possible sources for porting sockatmark() of sys/socket.h

2020-03-22 Thread Eshan Dhawan
confstr() from unistd.h also shows not supported in the compliance status but it has some kind of supported in newlib(libc/sys/linux) it also needs to be updated in the compliance status I think On Mon, Mar 23, 2020 at 12:37 AM Eshan Dhawan wrote: >

Re: Update POSIX compliance guide

2020-03-22 Thread Eshan Dhawan
I have also checked wordexp.h is completely present in newlib (libc/include) the implementation of the functions wordexp.c and wordfree.c is in (libc/posix) But the compliance status shows not supported. On Sat, Mar 21, 2020 at 11:31 PM Joel Sherrill wrote: > > > > On Sat, Mar 21, 2020, 8:47

Re: possible sources for porting sockatmark() of sys/socket.h

2020-03-22 Thread Eshan Dhawan
It's present there. I hadn't checked there. On Mon, Mar 23, 2020 at 12:19 AM Joel Sherrill wrote: > > > On Sun, Mar 22, 2020, 1:37 PM Eshan Dhawan > wrote: > >> I have identifies 2 main sources to port sockatmark(). >> >> NetBSD source: >>

Re: possible sources for porting sockatmark() of sys/socket.h

2020-03-22 Thread Joel Sherrill
On Sun, Mar 22, 2020, 1:37 PM Eshan Dhawan wrote: > I have identifies 2 main sources to port sockatmark(). > > NetBSD source: > https://github.com/NetBSD/src/blob/trunk/lib/libc/net/sockatmark.c > > FreeBSD Source : > https://github.com/lattera/freebsd/blob/master/lib/libc/net/sockatmark.c > >

possible sources for porting sockatmark() of sys/socket.h

2020-03-22 Thread Eshan Dhawan
I have identifies 2 main sources to port sockatmark(). NetBSD source: https://github.com/NetBSD/src/blob/trunk/lib/libc/net/sockatmark.c FreeBSD Source : https://github.com/lattera/freebsd/blob/master/lib/libc/net/sockatmark.c musl has a same implementation as in FreeBSD which one would be

[PATCH] This patch provides usage of RTEMS cross-compiler over GCC cross-compiler

2020-03-22 Thread utkarsh.ra...@gmail.com
Really sorry for a new patch, I somehow rm -rf'ed my machine's root --- user/start/tools.rst | 16 1 file changed, 16 insertions(+) diff --git a/user/start/tools.rst b/user/start/tools.rst index c3f039b..3bb939e 100644 --- a/user/start/tools.rst +++ b/user/start/tools.rst @@

[PATCH 1/1] bsps: Deletes erc32-run.ini

2020-03-22 Thread clrrm
From: Cláudio Maia --- tester/rtems/testing/bsps/erc32-run.ini | 38 - 1 file changed, 38 deletions(-) delete mode 100644 tester/rtems/testing/bsps/erc32-run.ini diff --git a/tester/rtems/testing/bsps/erc32-run.ini b/tester/rtems/testing/bsps/erc32-run.ini deleted

[PATCH 0/1] Removes erc32-run.ini from rtems-tools repo

2020-03-22 Thread clrrm
From: Cláudio Maia This BSP uses 'sparc-rtems5-run' which is not being generated anymore after compiling the toolchain. Consequently, its execution fails when being used (i.e., when using '--rtems-bsp=erc32-run'). Thus, to make things consistent I propose to remove this file. Cláudio Maia

Re: Python Standardization

2020-03-22 Thread Amar Takhar
Hello Anmol. Gedare covered essentially what this project covers. To add a little further we want to push all the tools behind a common accessible API with the frontend tools being a thin wrapper. This will allow us to have better testing of our tools as well as easing maintenance by

[PATCH 3/6] user/tools/tester.rst: Clarifies the need of --rtems-tools in rtems-test command line

2020-03-22 Thread clrrm
From: Cláudio Maia --- user/tools/tester.rst | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/user/tools/tester.rst b/user/tools/tester.rst index 96e32ed..32e1ca2 100644 --- a/user/tools/tester.rst +++ b/user/tools/tester.rst @@ -281,7 +281,6 @@ BSP build tree:

[PATCH 6/6] user/tools/tester.rst: Removes text references to 'erc32-run' and replaces the example with 'erc32-sis'

2020-03-22 Thread clrrm
From: Cláudio Maia --- user/tools/tester.rst | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/user/tools/tester.rst b/user/tools/tester.rst index 5147f3d..5548ad9 100644 --- a/user/tools/tester.rst +++ b/user/tools/tester.rst @@ -62,11 +62,9 @@ You can list the

[PATCH 4/6] user/tools/tester.rst: Rephrase last sentence

2020-03-22 Thread clrrm
From: Cláudio Maia --- user/tools/tester.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user/tools/tester.rst b/user/tools/tester.rst index 32e1ca2..a95651e 100644 --- a/user/tools/tester.rst +++ b/user/tools/tester.rst @@ -586,6 +586,6 @@ review the available

[PATCH 1/6] user/tools/tester.rst: Cleans up text

2020-03-22 Thread clrrm
From: Cláudio Maia --- user/tools/tester.rst | 153 ++ 1 file changed, 82 insertions(+), 71 deletions(-) diff --git a/user/tools/tester.rst b/user/tools/tester.rst index c3c3fe2..44263da 100644 --- a/user/tools/tester.rst +++ b/user/tools/tester.rst @@

[PATCH 2/6] user/tools/tester.rst: Removes wrong reference to GDB break points

2020-03-22 Thread clrrm
From: Cláudio Maia --- user/tools/tester.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/user/tools/tester.rst b/user/tools/tester.rst index 44263da..96e32ed 100644 --- a/user/tools/tester.rst +++ b/user/tools/tester.rst @@ -260,9 +260,6 @@ You can see your executable running in the

[PATCH 5/6] user/tools/tester.rst: Removes example using 'sparc-rtems5-run'

2020-03-22 Thread clrrm
From: Cláudio Maia --- user/tools/tester.rst | 14 +- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/user/tools/tester.rst b/user/tools/tester.rst index a95651e..5147f3d 100644 --- a/user/tools/tester.rst +++ b/user/tools/tester.rst @@ -98,19 +98,7 @@ make finishes,

Re: [PATCH] user/gsoc: GSoC Getting Started Instructions

2020-03-22 Thread Niteesh G. S.
On Sun, Mar 22, 2020 at 7:42 PM Gedare Bloom wrote: > Hi Niteesh, > > Did you build the docs with this change > Yes, I did. Did you face any issues? I am sorry for typos and grammatical mistakes. I checked a couple of times but still missed them. > The rewrite is nice. I do have several

[PATCH 0/6] Proposes fixes for RTEMS Tester documentation page

2020-03-22 Thread clrrm
From: Cláudio Maia This set of patches proposes several fixes for RTEMS Tester documentation. Namely: - Text was reviewed and improved for clarity; - References to 'sparc-rtems5-run' command and 'erc32-run' were removed from the documentation page. Now, the example uses 'erc32-sis' instead.

Re: riscv BSPs on Spike due to weird RSB side-effect

2020-03-22 Thread Joel Sherrill
I got feedback on this issue with the Spike project and just sent them a pull request to fix this and add more files to their .gitignore. Once those are settled, I will update the RSB and close our ticket (I hope). --joel On Sat, Mar 21, 2020 at 1:56 PM Gedare Bloom wrote: > On Sat, Mar 21,

Re: Python Standardization

2020-03-22 Thread Sebastian Huber
On 22/03/2020 14:33, Gedare Bloom wrote: On Sun, Mar 22, 2020 at 7:07 AM Anmol Mishra wrote: Hello, Since you clarified the motivation for API, I need to ask a few questions which will help me. 1. By API, Do you mean a wrapper or a common access point to test/access all the utilities? If

Re: Ticket #2974 Enable search.h functionality in newlib

2020-03-22 Thread Joel Sherrill
On Sun, Mar 22, 2020, 1:58 AM Vaibhav Gupta wrote: > >> > My very quick review shows that this may all be present and then it is >> a matter >> > of test cases and the compliance document. And that's a good result. >> Sometimes >> > people do work and don't update tickets. >> > >> My hazy

Re: Adding GDB BSPs to rtems-tester

2020-03-22 Thread Joel Sherrill
On Sun, Mar 22, 2020, 8:43 AM Gedare Bloom wrote: > On Sun, Mar 22, 2020 at 1:40 AM Niteesh G. S. > wrote: > > > > I built mips jmr3904. I was able to run rtems-run and rtems-test on it. > > But cdtest.exe fails. > > *** TESTING C++ EXCEPTIONS *** > > mips-core: 1 byte read to unmapped address

Re: [PATCH v7] tests for fenv.h functions

2020-03-22 Thread Gedare Bloom
On Sun, Mar 22, 2020 at 3:59 AM Eshan Dhawan wrote: > > > > On Sun, Mar 22, 2020 at 12:21 AM Gedare Bloom wrote: >> >> I liked it better before, when the test prints nothing if it is >> successful. I think this is the trend we are heading toward in rtems >> tests. >> > I will incorporate more

Re: [PATCH] user/gsoc: GSoC Getting Started Instructions

2020-03-22 Thread Gedare Bloom
Hi Niteesh, Did you build the docs with this change? The rewrite is nice. I do have several comments below to address: On Tue, Mar 17, 2020 at 2:36 PM G S Niteesh Babu wrote: > > --- > user/index.rst | 1 + > user/start/gsoc.rst | 453 +++ >

Re: Sources to port fenv.h to ARM and AARCH64

2020-03-22 Thread Eshan Dhawan
It seems we can't follow a single platform We will be needing to take the preferred architectures from both FreeBSD as well as NetBSD What would you all suggest Also I musl has implementation structure similar to that in NetBSD and has some sort of support present for architectures that are not

Re: Adding GDB BSPs to rtems-tester

2020-03-22 Thread Gedare Bloom
On Sun, Mar 22, 2020 at 1:40 AM Niteesh G. S. wrote: > > I built mips jmr3904. I was able to run rtems-run and rtems-test on it. > But cdtest.exe fails. > *** TESTING C++ EXCEPTIONS *** > mips-core: 1 byte read to unmapped address 0x2ed31 at 0x880290a4 > Program received signal SIGBUS, Bus error.

Re: Python Standardization

2020-03-22 Thread Gedare Bloom
On Sun, Mar 22, 2020 at 7:07 AM Anmol Mishra wrote: > > Hello, > Since you clarified the motivation for API, I need to ask a few questions > which will help me. > > 1. By API, Do you mean a wrapper or a common access point to test/access all > the utilities? If yes, Is REST API is expected like

Python Standardization

2020-03-22 Thread Anmol Mishra
Hello, Since you clarified the motivation for API, I need to ask a few questions which will help me. 1. By API, Do you mean a wrapper or a common access point to test/access all the utilities? If yes, Is REST API is expected like a dashboard? 2. Is there any active API? I know this question may

Re: [PATCH] This patch provides usage of RTEMS cross-compiler over GCC cross-compiler

2020-03-22 Thread Gedare Bloom
Thanks Utkarsh, I have comments below. On Sun, Mar 22, 2020 at 4:53 AM utkarsh.ra...@gmail.com wrote: > > --- > user/start/tools.rst | 25 + > 1 file changed, 25 insertions(+) > > diff --git a/user/start/tools.rst b/user/start/tools.rst > index c3f039b..8a1f393 100644 >

Re: BSP Buildset for EPICS GSOC 2020 Proposal

2020-03-22 Thread Mritunjay Sharma
Hello everyone, After the suggestions of Dr @Gedare Bloom and other members of both the communities, I have modified my draft proposal for the ticket #3855 (BSP Buildset for EPICS). I would request you all to please review and help with further suggestions and improvements to make the proposal

[PATCH] This patch provides usage of RTEMS cross-compiler over GCC cross-compiler

2020-03-22 Thread utkarsh.ra...@gmail.com
--- user/start/tools.rst | 25 + 1 file changed, 25 insertions(+) diff --git a/user/start/tools.rst b/user/start/tools.rst index c3f039b..8a1f393 100644 --- a/user/start/tools.rst +++ b/user/start/tools.rst @@ -76,3 +76,28 @@ source code used. Add ``--verbose`` to

Re: [PATCH v7] tests for fenv.h functions

2020-03-22 Thread Eshan Dhawan
On Sun, Mar 22, 2020 at 12:21 AM Gedare Bloom wrote: > I liked it better before, when the test prints nothing if it is > successful. I think this is the trend we are heading toward in rtems > tests. > > I will incorporate more changes to the test so there is minimal printing if the test is

Re: Sources to port fenv.h to ARM and AARCH64

2020-03-22 Thread Eshan Dhawan
On Sun, Mar 22, 2020 at 2:49 AM Joel Sherrill wrote: > > > On Sat, Mar 21, 2020 at 4:05 PM Aditya Upadhyay > wrote: > >> On Sun, Mar 22, 2020 at 1:56 AM Joel Sherrill wrote: >> > >> > >> > >> > On Sat, Mar 21, 2020, 3:16 PM Aditya Upadhyay >> wrote: >> >> >> >> On Sun, Mar 22, 2020 at 1:30 AM

Re: Adding GDB BSPs to rtems-tester

2020-03-22 Thread Niteesh G. S.
I built mips jmr3904. I was able to run rtems-run and rtems-test on it. But cdtest.exe fails. *** TESTING C++ EXCEPTIONS *** mips-core: 1 byte read to unmapped address 0x2ed31 at 0x880290a4 Program received signal SIGBUS, Bus error. 0x88028fe4 in strlen () What is causing this error? I tried

Re: Sources to port fenv.h to ARM and AARCH64

2020-03-22 Thread Vaibhav Gupta
> > >> >> >> I have cloned this NetBSD Sources. As I can see those >> >> architecture-specific implemented methods here. Please correct me if I >> >> am looking into different than what you are looking for. >> >> >> >> ./lib/libm/arch/powerpc/fenv.c >> >> ./lib/libm/arch/sh/fenv.c >> >>

Re: Ticket #2974 Enable search.h functionality in newlib

2020-03-22 Thread Vaibhav Gupta
> > > > My very quick review shows that this may all be present and then it is a > matter > > of test cases and the compliance document. And that's a good result. > Sometimes > > people do work and don't update tickets. > > > My hazy recollection is that someone looked into this. Maybe in prior >

Re: GSoC Students: Submit Draft Applications

2020-03-22 Thread suyash singh
I have submitted the draft proposal and proof of enrollment On Sat, Mar 21, 2020 at 4:20 PM Eshan Dhawan wrote: > Will do it ASAP.. > > Thanks for the heads up > > On 21-Mar-2020, at 3:55 AM, Gedare Bloom wrote: > > > > Hello Aspiring Students, > > > > I wanted to let you know that you can

Review for gsoc proposal

2020-03-22 Thread suyash singh
I have incorporated the valuable suggestions of Dr Bloom in my proposal. Looking forward for any further suggestions. https://docs.google.com/document/d/1OerM8Iix7PbDUCyb_J_KEzcMgLbvdqxd4FnK_BqI7XI/edit Thank you ___ devel mailing list devel@rtems.org