GSOC 2019

2019-01-16 Thread Vaibhav Gupta
Hello my name is Vaibhav Gupta. I am new to developer community of this organization and i am very much interested to contribute in it. Also i want to know that will RTEMS participate in GSOC 2019? Is there any different communication channel

Re: GSOC 2019

2019-01-16 Thread Vaibhav Gupta
rticipate this year too. > > > > On Wed, Jan 16, 2019, 6:36 PM Vaibhav Gupta wrote: > >> Hello my name is Vaibhav Gupta. I am new to developer community of this >> organization and i am very much interested to contribute in it. >> >> Also i want to know that will

GSoC 2019

2019-04-01 Thread Vaibhav Gupta
with some resources, read them too. . I am giving 2.5-3 hours daily during my examination period. . It would be great if I can get more feedback and suggestions for my proposal. . . Thanks Vaibhav Gupta ___ devel mailing list devel@rtems.org http://lists

Re: GSoC 2019

2019-04-01 Thread Vaibhav Gupta
I had this discussion under comments section in my drafted proposal. Aditya said we will be using the Version control, they are using, to figure out the origin of file. On Tue, 2 Apr, 2019, 10:24 AM Sebastian Huber, < sebastian.hu...@embedded-brains.de> wrote: > On 02/04/2019 05:44

[PATCH] Add Test suite for inttypes.h (psxinttypes.exe) in testsuites/psxtests

2019-03-20 Thread Vaibhav Gupta
Hello, As guided by Aditya, and with init.c file provided by him, I have successfully created patch for Testsuite for inttypes.h : From d5946a941984d5d1bee44b5c63ce18ecf7058693 Mon Sep 17 00:00:00 2001 From: Vaibhav Gupta Date: Thu, 21 Mar 2019 10:27:36 +0530 Subject: [PATCH] Add Test suite

[PATCH] Add Test suite for inttypes.h (psxinttypes.exe) in testsuites/psxtests

2019-03-20 Thread Vaibhav Gupta
suite for inttypes.h methods + */ + +/* + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (C) 2019, Vaibhav Gupta + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1

Sub-Tickets selected for POSIX Compilance GSoc Project

2019-03-21 Thread Vaibhav Gupta
() - posix_spawnattr_setsigmask() - posix_spawnp() If they all compile into a good GSoC project, I would like to start writing a draft proposal. Thanks Vaibhav Gupta ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Project Track Page : Drafted proposal for POSIX Compliance

2019-03-26 Thread Vaibhav Gupta
it. Thanks Vaibhav Gupta ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: Project Track Page : Drafted proposal for POSIX Compliance

2019-03-26 Thread Vaibhav Gupta
marize > > your objectives of this project. > > > > Thanks, > Thanks Aditya, I will go through it. > > > > On Tue, Mar 26, 2019 at 7:42 PM Aditya Upadhyay > wrote: > > > > > > Thanks Vaibhav for submitting the proposal draft. We will be rev

Re: Sub-Tickets selected for POSIX Compilance GSoc Project

2019-03-21 Thread Vaibhav Gupta
Yes I checked them, they can be, Most of them can be ported from glibc / freebsd/ netbsd . But for some of them, they don't even have a linux man page. I guess they need to written from scratch. . I don't know, but if they can be bought under POSIX Compilance Umbrella, I am ready to work on them.

Re: Sub-Tickets selected for POSIX Compilance GSoc Project

2019-03-23 Thread Vaibhav Gupta
*const void *)); void *lsearch(const void *, void *, size_t *, size_t, int (*)(const void *, const void *)); void remque(void *); This work can be added to POSIX Compilance for GSoC? On Fri, Mar 22, 2019 at 12:35 AM Joel Sherrill wrote: > > > On Thu, Mar 21, 2019 at 9:05 AM Vaibhav Gupta

Re: Sub-Tickets selected for POSIX Compilance GSoc Project

2019-03-23 Thread Vaibhav Gupta
- FENV_ACCESS - FENV_Contract . And for FENV_ACCESS, FP_CONTRACT, https://wiki.freebsd.org/Numerics, has tagged them for change in compiler. So will they be feasible to implement here? On Sat, Mar 23, 2019 at 11:42 AM Vaibhav Gupta wrote: > Ticket #2974 - Enable search.h functionality in new

[PATCH] Add Test suite for inttypes.h (psxinttypes.exe) in testsuites/psxtests

2019-04-03 Thread Vaibhav Gupta
suite for inttypes.h methods + */ + +/* + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (C) 2019, Vaibhav Gupta + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1

Need review and suggestions for my Proposal - GSoC 2019 POSIX Compliance Project

2019-04-07 Thread Vaibhav Gupta
/1NLbcFdHwWTEAismvz0E_C07Oos_4p6Y3IRGcE8fugSg/edit?usp=sharing Thank you Vaibhav Gupta ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: Sub-Tickets selected for POSIX Compilance GSoc Project

2019-03-23 Thread Vaibhav Gupta
Hello, I send a patch to add a Test suite for inttypes.h (psxinttypes01.exe) in testsuites/psxtests, few days ago. . It would be great if it can be reviewed. Thanks Vaibhav Gupta On Sat, 23 Mar, 2019, 12:12 PM Vaibhav Gupta For long double and complex methods, > I compared the given resour

Re: [PATCH] Update User Documentation for host setup for Linux

2019-02-26 Thread Vaibhav Gupta
I will format it today. On Mon, 25 Feb, 2019, 3:05 AM Chris Johns On 23/2/19 1:52 am, Vaibhav Gupta wrote: > > - mention for the installion of 'pax' package if RTEMS is configured > with --enable-tests, else build will fail. > > --- > > user/hosts/posix.rst | 5 + >

[PATCH] Update User Documentation for Host setup for Linux

2019-02-26 Thread Vaibhav Gupta
Mention the requirement of 'pax' package for building BSP if RTEMS is configured with '--enable-tests' option, else build fails. --- user/hosts/posix.rst | 5 + user/tools/tester.rst | 2 ++ 2 files changed, 7 insertions(+) diff --git a/user/hosts/posix.rst b/user/hosts/posix.rst index

Query for GSOC Project

2019-03-03 Thread Vaibhav Gupta
I am unable to confirm, if the project is open for GSOC, as some of them are labelled as new/ need for funding, etc. So, I made a list of projects which I find interesting. It would be very helpful for me to finalize a project if mentors confirm which of the following projects are open/ not open

[PATCH] user: correct the path to sb-set-builder

2019-03-02 Thread Vaibhav Gupta
Index 4.2 User Documentation, rtems query to specify the build set for architecture, path to sb-set-builder is: '$HOME/development/rtems/rsb/source-builder/sb-set-builder' Mentioned command - '../source-builder/sb-set-builder --list-bsets' indicates the path

'pax' is missing from list of required-packages, for host setup, for Arch Linux, in the documentation

2019-02-21 Thread Vaibhav Gupta
BSP Build fails if I configure RTEMS to enable RTEMS TESTER AND RUN as mentioned in: https://docs.rtems.org/branches/master/user/tools/tester.html#building-rtems-tests > [varodek@varodek home]$ cd ~/development/rtems/kernel[varodek@varodek kernel]$ mkdir erc32 && cd erc32 > > [varodek@varodek

Query Regarding Old Projects, for GSoC 2019

2019-03-06 Thread Vaibhav Gupta
I was exploring for more open projects and found the following one. - Port V8 Javascript Engine : https://devel.rtems.org/wiki/Developer/Projects/Open/V8 Not much information is given about it and even the above link was modified in 2015. I want to know if the project is open for GSOC 2019? If

Port CHFS to RTEMS, Project for GSoC 2019

2019-03-04 Thread Vaibhav Gupta
of the mentors want to mentor this project this year. I want to discuss this further and seek to work on this as my GSoC project for 2019. Thank you Vaibhav Gupta ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: Query for GSOC Project

2019-03-04 Thread Vaibhav Gupta
Thanks for clarification. I will follow the resources. On Mon, 4 Mar, 2019, 3:18 PM Christian Mauderer < christian.maude...@embedded-brains.de wrote: > Am 04.03.19 um 07:47 schrieb Sebastian Huber: > > Hello Vaibhav Gupta, > > > > On 04/03/2019 07:27, Vaibhav Gupta

Re: Query for GSOC Project

2019-03-04 Thread Vaibhav Gupta
Thanks, I will explore more. On Mon, 4 Mar, 2019, 4:15 PM Udit agarwal Hello Christian, Vaibhav, Sebastian, > > On Mon, Mar 4, 2019 at 3:18 PM Christian Mauderer < > christian.maude...@embedded-brains.de> wrote: > >> Am 04.03.19 um 07:47 schrieb Sebastian Huber:

Project for GSoC 2019

2019-03-06 Thread Vaibhav Gupta
Hello, After suggestions and response from Sebastian, Christian and Udit I started to explore the following ticket: #3338 : Port CHFS to RTEMS : https://devel.rtems.org/ticket/3338 Sebastian, even mentioned, that it can become a very good project for GSoC 2019. It would be great if any of the

[PATCH] Update User Documentation for host setup for Linux

2019-02-22 Thread Vaibhav Gupta
- mention for the installion of 'pax' package if RTEMS is configured with --enable-tests, else build will fail. --- user/hosts/posix.rst | 5 + user/tools/tester.rst | 2 ++ 2 files changed, 7 insertions(+) diff --git a/user/hosts/posix.rst b/user/hosts/posix.rst index 063ebe2..ed2cdb5

Re: 'pax' is missing from list of required-packages, for host setup, for Arch Linux, in the documentation

2019-02-22 Thread Vaibhav Gupta
I will create patch and send it to mailing list. On Fri, 22 Feb, 2019, 1:02 PM Sebastian Huber < sebastian.hu...@embedded-brains.de wrote: > On 21/02/2019 22:01, Chris Johns wrote: > > On 22/2/19 1:25 am, Vaibhav Gupta wrote: > >> The *pax* package is not installed by

Re: 'pax' is missing from list of required-packages, for host setup, for Arch Linux, in the documentation

2019-02-22 Thread Vaibhav Gupta
; > On 22/2/19 1:25 am, Vaibhav Gupta wrote: > >> The *pax* package is not installed by default in Arch Linux. Moreover > it is also > >> not present in its official repository. We need to clone, build and > install it > >> from Arch User Repository (AUR). >

Re: 'pax' is missing from list of required-packages, for host setup, for Arch Linux, in the documentation

2019-02-21 Thread Vaibhav Gupta
Johns > <mailto:chr...@rtems.org>> wrote: > > > > On 22/2/19 1:25 am, Vaibhav Gupta wrote: > > > The *pax* package is not installed by default in Arch Linux. > Moreover it > > is also > > > not present in its official repository. We

[PATCH] user/tools/symbol_table: compiler was mistyped as compller

2019-03-16 Thread Vaibhav Gupta
--- user/tools/symbols.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/tools/symbols.rst b/user/tools/symbols.rst index d1188f8..0a2eeec 100644 --- a/user/tools/symbols.rst +++ b/user/tools/symbols.rst @@ -42,7 +42,7 @@ Symbol Table The symbol table is an ELF

Re: Query Regarding Old Projects, for GSoC 2019

2019-03-13 Thread Vaibhav Gupta
After having off-list discussion with Dr Joel, I have already got a direction in project "POSIX Compilance" and I am giving my all time, solely, on that only. . But I am thankful to community that they gave their attention on this query, of mine. On Tue, Mar 12, 2019 at 3:56 PM Vai

POSIX Compilance- #2966, GSoC Project 2019

2019-03-16 Thread Vaibhav Gupta
)* *.* *> To which he replied, "RTEMS version of newlib is being used as a libraby of RTEMS only and the posix functions are being linked to this newlib"* . 2- So, My second doubt is that our target is to contribute to Newlib C or RTEMS Library? Or we will add methods to Newlib C and

Re: POSIX Compilance- #2966, GSoC Project 2019

2019-03-16 Thread Vaibhav Gupta
On Sun, Mar 17, 2019 at 6:25 AM Gedare Bloom wrote: > Hi Vaibhav, > > Please try to use plain text mode in your post, the font sizes are > hard to read. More below. > Okay, I will re-send the mail with plain text mode on mailing list. > > On Sat, Mar 16, 2019 at 3:50 PM V

Re: GSoC: Guidance for POSIX Compilance

2019-03-17 Thread Vaibhav Gupta
t; in that runtime environment. > Some low level routines are defined inside the newlib-cygwin that provides > architecture support. For example: Stack, Heap, memory management, > interrupt facilities is > defined in the newlib c and these implementation is architecture dependent. >

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 FAC

Re: POSIX Compilance- #2966, GSoC Project 2019

2019-03-17 Thread Vaibhav Gupta
#3645(https://devel.rtems.org/ticket/3645) still needs to be addressed. But then how this method is used in rtems testsuites?. (refer last two lines of output for grep command). . Am I doing something wrong? or I am missing something. Thanks Vaibhav Gupta On Fri, Mar 8, 2019 at 5:31 AM

Re: Query Regarding Old Projects, for GSoC 2019

2019-03-14 Thread Vaibhav Gupta
> Yah it was clear. I am following the steps you said. -Have got FACE Technical Standard pdf. -I found that aio.h has got its palce in newlib. -Still exploring and analysing. > > On Thu, Mar 14, 2019 at 12:34 AM Vaibhav Gupta > wrote: > >> After having off-list discussion with Dr Jo

Re: Project for GSoC 2019

2019-03-08 Thread Vaibhav Gupta
other projects which are not mentioned in open-ideas page and can be taken as GSoC Project? I would love to explore them too. On Thu, 7 Mar, 2019, 7:15 PM Sebastian Huber < sebastian.hu...@embedded-brains.de wrote: > On 06/03/2019 22:39, Vaibhav Gupta wrote: > > After suggestions and re

POSIX Compilance- #2966, GSoC Project 2019

2019-03-07 Thread Vaibhav Gupta
to discuss further on this. . Also if there are new any new projects which are not mentioned on open-projects page? That can be taken up as GSoC project, I would love to explore them as well. Thankyou Vaibhav Gupta ___ devel mailing list devel@rtem

Screenshot of Hello World Task : GSoC 2019

2019-03-08 Thread Vaibhav Gupta
: [image: Screenshot from 2019-03-08 23-58-21.png] PATCH: From 45f4e09ceeeb841f6208e7a311b61c69448f3b5d Mon Sep 17 00:00:00 2001 From: Vaibhav Gupta Date: Fri, 8 Mar 2019 23:39:44 +0530 Subject: [PATCH] Complete Hello World Challenge --- testsuites/samples/hello/init.c | 2 +- 1 file changed, 1

Re: POSIX Compilance- #2966, GSoC Project 2019

2019-03-18 Thread Vaibhav Gupta
chitecture specific implementations. https://wiki.freebsd.org/Numerics . can we add missing methods for SoC for POSIX Compilance? On Mon, Mar 18, 2019 at 8:58 PM Vaibhav Gupta wrote: > > > On Mon, Mar 18, 2019 at 8:51 PM Joel Sherrill wrote: > >> >> >> On Mo

Re: POSIX Compilance- #2966, GSoC Project 2019

2019-03-18 Thread Vaibhav Gupta
Okay, i read the header file, the functions defined in https://docs.rtems.org/branches/master/posix-compliance/posix-compliance.html#id396 are still missing. . Can they be taken up for SoC project? On Mon, Mar 18, 2019 at 7:19 PM Vaibhav Gupta wrote: > Ticket no #2971 https://devel.rtems.

Re: POSIX Compilance- #2966, GSoC Project 2019

2019-03-18 Thread Vaibhav Gupta
On Mon, Mar 18, 2019 at 4:40 AM Gedare Bloom wrote: > 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.

Re: POSIX Compilance- #2966, GSoC Project 2019

2019-03-18 Thread Vaibhav Gupta
/include/cygwin/ipc.h contains whole implementation. I guess, now we can enable the sys/ipc.h POSIX API Compliance Tests. On Sun, Mar 17, 2019 at 11:03 PM Vaibhav Gupta wrote: > > > On Sun, Mar 17, 2019 at 9:43 PM Joel Sherrill wrote: > >> >> >> On Sat, Mar 1

Re: POSIX Compilance- #2966, GSoC Project 2019

2019-03-18 Thread Vaibhav Gupta
/machine/riscv/sys/fenv.h ./newlib-cygwin/newlib/libc/machine/riscv/include/fenv.h ./newlib-cygwin/winsup/cygwin/include/fenv.h contains full imlementation as defined on http://pubs.opengroup.org/onlinepubs/9699919799/ On Mon, Mar 18, 2019 at 7:04 PM Vaibhav Gupta wrote: > Ticket no #3650 ht

Re: POSIX Compilance- #2966, GSoC Project 2019

2019-03-18 Thread Vaibhav Gupta
On Mon, Mar 18, 2019 at 4:40 AM Gedare Bloom wrote: > 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.

Re: POSIX Compilance- #2966, GSoC Project 2019

2019-03-19 Thread Vaibhav Gupta
On Tue, Mar 19, 2019 at 11:34 PM Aditya Upadhyay wrote: > > > On Tue, 19 Mar 2019, 22:42 Joel Sherrill, wrote: > >> >> >> On Tue, Mar 19, 2019 at 10:29 AM Vaibhav Gupta >> wrote: >> >>> >>> >>> On Mon, Mar 18, 2019 at 4:40

Re: POSIX Compilance- #2966, GSoC Project 2019

2019-03-19 Thread Vaibhav Gupta
On Mon, Mar 18, 2019 at 4:40 AM Gedare Bloom wrote: > 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.

Re: POSIX Compilance- #2966, GSoC Project 2019

2019-03-19 Thread Vaibhav Gupta
On Tue, Mar 19, 2019 at 12:39 AM Joel Sherrill wrote: > > > On Mon, Mar 18, 2019 at 12:01 PM Vaibhav Gupta > wrote: > >> Under "Tasks without Tickets": >> https://devel.rtems.org/ticket/2966#TasksWithoutTickets >> . >> . >> >> Newl

Fwd: [PATCH] user/tools/symbol_table: compiler was mistyped as compller

2019-03-19 Thread Vaibhav Gupta
-- Forwarded message - From: Vaibhav Gupta Date: Sat, 16 Mar, 2019, 6:54 PM Subject: [PATCH] user/tools/symbol_table: compiler was mistyped as compller To: Cc: Vaibhav Gupta --- user/tools/symbols.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user

Re: Query Regarding Old Projects, for GSoC 2019

2019-03-12 Thread Vaibhav Gupta
gt; >> > On 6/3/19 10:23 pm, Amaan Cheval wrote: >> > > I'm not sure if the project is open, but if it is, I'd be willing >> to >> > co-mentor. >> > >> > Thanks. >> > >> > > >> > > On Wed,

Re: POSIX Compilance- #2966, GSoC Project 2019

2019-03-07 Thread Vaibhav Gupta
- unlockpt . #3643 - Add support for uchar.h header . #3633 - add getdelim() and getline() to stdio.h Vaibhav Gupta On Thu, 7 Mar, 2019, 9:57 PM Vaibhav Gupta Hello, > I was exploring open projects and got very much intrested in the following > ticket: > > #2966 - POSIX Compil

Re: Sub-Tickets selected for POSIX Compilance GSoc Project

2019-03-21 Thread Vaibhav Gupta
On Thu, Mar 21, 2019 at 6:10 PM Joel Sherrill wrote: > > > On Thu, Mar 21, 2019, 2:43 AM Vaibhav Gupta > wrote: > >> Hello, >> After series of discussions and exploring things, I got Idea about >> various things in this project. >> I have got Intereste

Issue in fileio.exe

2019-02-19 Thread Vaibhav Gupta
Hello, I am new to developer community of RTEMS. To start with, I have got RTEMS successfully built and executed hello world program, as directed on: https://devel.rtems.org/wiki/GSoC/GettingStarted - - I was going through documentation and did try to execute:

Re: [PATCH] Port ndbm

2019-06-05 Thread Vaibhav Gupta
When I checked further, libc/posix/Makefile.am INCLUDES is the old name for AM_CPPFLAGS, hence I added the new path in it. . INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) -I$(top_srcdir)/search . . ___ devel mailing list

[PATCH] Port ndbm

2019-06-05 Thread Vaibhav Gupta
--- newlib/libc/include/ndbm.h| 82 + newlib/libc/posix/Makefile.am | 4 +- newlib/libc/posix/ndbm.c | 214 ++ 3 files changed, 298 insertions(+), 2 deletions(-) create mode 100644 newlib/libc/include/ndbm.h create mode 100644

Re: Instructions to send a Patch

2019-05-28 Thread Vaibhav Gupta
On Tue, May 28, 2019 at 11:47 AM Aditya Upadhyay wrote: > On Mon, May 27, 2019 at 10:42 PM Vaibhav Gupta > wrote: > > > > Hello, okay I will keep that in mind. > > . > > . > > . > > . > > But there is one problem with this patch then. > >

Re: Instructions to send a Patch

2019-05-28 Thread Vaibhav Gupta
> > --joel > > On Mon, May 27, 2019 at 12:12 PM Vaibhav Gupta > wrote: > >> Hello, okay I will keep that in mind. >> . >> . >> . >> . >> But there is one problem with this patch then. >> . >> . >> If i just copy-paste ndbm.

Re: Instructions to send a Patch

2019-05-31 Thread Vaibhav Gupta
On Thu, 30 May, 2019, 2:48 PM Aditya Upadhyay, wrote: > On Thu, May 30, 2019 at 12:52 AM Gedare Bloom wrote: > > > > On Tue, May 28, 2019 at 8:23 PM Vaibhav Gupta > wrote: > > > > > > > > > > > > On Tue, May 28, 2019 at 11:47 AM Aditya

Re: Instructions to send a Patch

2019-05-31 Thread Vaibhav Gupta
On Thu, 30 May, 2019, 12:52 AM Gedare Bloom, wrote: > On Tue, May 28, 2019 at 8:23 PM Vaibhav Gupta > wrote: > > > > > > > > On Tue, May 28, 2019 at 11:47 AM Aditya Upadhyay > wrote: > >> > >> On Mon, May 27, 2019 at 10:42 P

[PATCH] Port ndbm

2019-06-06 Thread Vaibhav Gupta
--- newlib/libc/include/ndbm.h| 86 ++ newlib/libc/posix/Makefile.am | 4 +- newlib/libc/posix/ndbm.c | 214 ++ 3 files changed, 302 insertions(+), 2 deletions(-) create mode 100644 newlib/libc/include/ndbm.h create mode 100644

Re: [PATCH] Port ndbm

2019-06-06 Thread Vaibhav Gupta
Please review the code so that I can send it to newlib-devel. On Fri, Jun 7, 2019 at 7:22 AM Vaibhav Gupta wrote: > --- > newlib/libc/include/ndbm.h| 86 ++ > newlib/libc/posix/Makefile.am | 4 +- > newlib/libc/posix/ndbm.c | 214 +++

Re: [PATCH] Port ndbm

2019-06-07 Thread Vaibhav Gupta
Sure! I will send the patch to newlib and ask them if they need updated set of files inside libc/search. On Fri, 7 Jun, 2019, 10:29 PM Gedare Bloom, wrote: > On Thu, Jun 6, 2019 at 8:02 PM Vaibhav Gupta > wrote: > > > > Please review the code so that I can send

Re: [PATCH] Port ndbm

2019-06-07 Thread Vaibhav Gupta
functions, and that the interface has > changed a bit over time so inquire whether you should update > hash/search functions to newer versions. This should reduce the > number of changes you have to make to the ndbm files to get them to > work. > > On Fri, Jun 7, 2019 at 11:24 AM Vaibhav G

Re: Instructions to send a Patch

2019-06-01 Thread Vaibhav Gupta
On Thu, 30 May, 2019, 2:48 PM Aditya Upadhyay, wrote: > On Thu, May 30, 2019 at 12:52 AM Gedare Bloom wrote: > > > > On Tue, May 28, 2019 at 8:23 PM Vaibhav Gupta > wrote: > > > > > > > > > > > > On Tue, May 28, 2019 at 11:47 AM Aditya

Re: [PATCH] Add Test suite for inttypes.h (psxinttypes.exe) in testsuites/psxtests

2019-06-03 Thread Vaibhav Gupta
> > > > +psxinttypes01_SOURCES = psxinttypes01/init.c > > >> > > > +psxinttypes01_CPPFLAGS = $(AM_CPPFLAGS) > $(TEST_FLAGS_psxinttypes01) \ > > >> > > > + $(support_includes) > > >> > > > +endif > > >> > &g

Re: [PATCH] Add testsuite for psxinttypes01

2019-06-12 Thread Vaibhav Gupta
On Wed, Jun 12, 2019 at 3:26 AM Gedare Bloom wrote: > On Mon, Jun 10, 2019 at 10:38 PM Vaibhav Gupta > wrote: > > > > > > > > On Mon, Jun 10, 2019 at 10:01 PM Gedare Bloom wrote: > >> > >> Hi Vaibhav, > >> > >> This is getti

[PATCH] Add Testsuite for PSXINTTYPES01

2019-06-12 Thread Vaibhav Gupta
+ * @brief Test suite for inttypes.h methods + */ + +/* + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (C) 2019, Aditya Upadhyay and Vaibhav Gupta + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following

Re: [PATCH] Add testsuite for psxinttypes01

2019-06-10 Thread Vaibhav Gupta
On Mon, Jun 10, 2019 at 10:01 PM Gedare Bloom wrote: > Hi Vaibhav, > > This is getting better, see below for review comments. > > On Mon, Jun 10, 2019 at 4:48 AM Vaibhav Gupta > wrote: > > > > --- > > testsuites/psxtests/Makefile.am | 7 + &

[PATCH] Add testsuite for psxinttypes01

2019-06-10 Thread Vaibhav Gupta
+ * @brief Test suite for inttypes.h methods + */ + +/* + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (C) 2019, Aditya Upadhyay and Vaibhav Gupta + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following

Update newlib/libc/search directory

2019-06-18 Thread Vaibhav Gupta
Hello Yesterday I was trying to update newlib/libc/search directory. . - Updatinghash.hwill create need to update following files: - hash_page.c :now requires libc_private.h - hash_bigkey.c - hash_buf.c - hash.c : requires

Re: Update newlib/libc/search directory

2019-06-18 Thread Vaibhav Gupta
On Tue, Jun 18, 2019 at 10:57 PM Joel Sherrill wrote: > > > On Tue, Jun 18, 2019 at 1:22 AM Vaibhav Gupta > wrote: > >> Hello >> Yesterday I was trying to update newlib/libc/search directory. >> . >> >> - Updatinghash.h

Re: [PATCH v1] Port ndbm

2019-06-25 Thread Vaibhav Gupta
ear about this > approach by now, and whether or not it worked for you. > > You should post some updates to github, even if it is not working > code, on a branch or something, to show what you are trying out and to > have a history of what you investigated. > > Gedare > > On Mon, J

Re: [PATCH v3 2/2] Add Testsuite for PSXINTTYPES01

2019-06-13 Thread Vaibhav Gupta
Okay Just want to confirm, testsuite is fine now? Vaibhav Gupta On Fri, Jun 14, 2019 at 12:28 AM Gedare Bloom wrote: > > > On Thu, Jun 13, 2019, 12:57 PM Gedare Bloom wrote: > >> Hi Vaibhav, >> >> >> >> On Thu, Jun 13, 2019, 11:51 AM Vaibhav Gupta &g

[PATCH v3] Add Testsuite for PSXINTTYPES01

2019-06-13 Thread Vaibhav Gupta
+ * @brief Test suite for inttypes.h methods + */ + +/* + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (C) 2019, Aditya Upadhyay and Vaibhav Gupta + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions

Guidance to make Testsuites

2019-06-13 Thread Vaibhav Gupta
Hello, To test the codes I have ported, it is necessary to make tesuites. . I have compiled newlib for sparc and arm architecture and have kept them in separate folders. RTEMS is present in a different folder. . I want to know how to use compiled newlib in RTEMS? Thank you Vaibhav Gupta

Re: [PATCH] Add Testsuite for PSXINTTYPES01

2019-06-13 Thread Vaibhav Gupta
On Thu, Jun 13, 2019 at 3:55 AM Gedare Bloom wrote: > On Wed, Jun 12, 2019 at 12:17 PM Vaibhav Gupta > wrote: > > > > Ok, will do that. > > > > On Wed, Jun 12, 2019, 10:10 PM Aditya Upadhyay > wrote: > >> > >> Hi Vaibhav, > >> &

[PATCH v3 1/2] Add Testsuite for PSXINTTYPES01

2019-06-13 Thread Vaibhav Gupta
+ * @brief Test suite for inttypes.h methods + */ + +/* + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (C) 2019, Aditya Upadhyay and Vaibhav Gupta + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following

[PATCH v3 2/2] Add Testsuite for PSXINTTYPES01

2019-06-13 Thread Vaibhav Gupta
wcstoumax( nptr2_p, , base ); diff --git a/testsuites/psxtests/psxinttypes01/psxinttypes01.doc b/testsuites/psxtests/psxinttypes01/psxinttypes01.doc index b5fd8e6d0e..607d67015e 100644 --- a/testsuites/psxtests/psxinttypes01/psxinttypes01.doc +++ b/testsuites/psxtests/psxinttypes01/psxintty

Re: [PATCH] Add Testsuite for PSXINTTYPES01

2019-06-12 Thread Vaibhav Gupta
Ok, will do that. On Wed, Jun 12, 2019, 10:10 PM Aditya Upadhyay wrote: > Hi Vaibhav, > > RTEMS does not use // for comment. Just make this little change and send > the > next version of this patch. > > On Wed, Jun 12, 2019 at 3:09 PM Vaibhav Gupta > wrote: > > &g

Re: Guidance to make Testsuites

2019-06-20 Thread Vaibhav Gupta
? ? Vaibhav Gupta On Fri, Jun 14, 2019 at 1:31 AM Gedare Bloom wrote: > On Thu, Jun 13, 2019 at 10:31 AM Vaibhav Gupta > wrote: > > > > Hello, > > To test the codes I have ported, it is necessary to make tesuites. > > . > > I have compiled newlib for sparc and arm

Re: Guidance to make Testsuites

2019-06-20 Thread Vaibhav Gupta
-newlib-1d35a003f-x86_64-linux-gnu-1/do-build error: building sparc-rtems5-gcc-7.4.0-newlib-1d35a003f-x86_64-linux-gnu-1 Help me out please Vaibhav gupta ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Add newlib patch to RTEMS RSB

2019-06-20 Thread Vaibhav Gupta
-newlib-1d35a003f-x86_64-linux-gnu-1/do-build error: building sparc-rtems5-gcc-7.4.0-newlib-1d35a003f-x86_64-linux-gnu-1 Help me out please Vaibhav Gupta ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[PATCH v1] Port ndbm

2019-06-20 Thread Vaibhav Gupta
--- newlib/libc/include/ndbm.h | 84 + newlib/libc/search/Makefile.am | 1 + newlib/libc/search/ndbm.c | 214 + 3 files changed, 299 insertions(+) create mode 100644 newlib/libc/include/ndbm.h create mode 100644 newlib/libc/search/ndbm.c

Re: Add newlib patch to RTEMS RSB

2019-06-20 Thread Vaibhav Gupta
On Fri, Jun 21, 2019 at 12:13 AM Gedare Bloom wrote: > On Thu, Jun 20, 2019 at 11:32 AM Vaibhav Gupta > wrote: > > > > I checked that erc32 is using rtems-sparc.bset file > > Inside it i found, it is using > rsb/rtems/config/tools/rtems-gcc-7.4.0-newlib-1

[PATCH v1] port newlib ndbm patch to rtems rsb 01

2019-06-20 Thread Vaibhav Gupta
--- rtems/config/tools/rtems-gcc-7.4.0-newlib-1d35a003f.cfg | 6 ++ 1 file changed, 6 insertions(+) diff --git a/rtems/config/tools/rtems-gcc-7.4.0-newlib-1d35a003f.cfg b/rtems/config/tools/rtems-gcc-7.4.0-newlib-1d35a003f.cfg index b28a4b1..b8fa829 100644 ---

Re: [PATCH v1] Port ndbm

2019-06-21 Thread Vaibhav Gupta
atal error: db_local.h: No such file or directory #include ^~~~ . I found that db_local.his not present inrtems/5directory. Thank you Vaibhav Gupta On Fri, Jun 21, 2019 at 1:57 AM Vaibhav Gupta wrote: > --- > newlib/libc/include/

Re: Add newlib patch to RTEMS RSB

2019-06-21 Thread Vaibhav Gupta
On Fri, Jun 21, 2019, 7:19 PM Joel Sherrill wrote: > > > On Fri, Jun 21, 2019 at 3:37 AM Vaibhav Gupta > wrote: > >> Hello, >> I figured it out. >> . >> Below is the output given by shell >> .. >> .. >> .. >> config: t

Re: [PATCH v1] Port ndbm

2019-06-21 Thread Vaibhav Gupta
On Fri, Jun 21, 2019, 9:46 PM Gedare Bloom wrote: > On Fri, Jun 21, 2019 at 4:25 AM Vaibhav Gupta > wrote: > > > > Hello Gedare, > > As you suggested, I have placed nbm.cinlibc/search > directory. This directory contains hash.h, db_local.h, hash.c. A

Re: Add newlib patch to RTEMS RSB

2019-06-21 Thread Vaibhav Gupta
On Fri, Jun 21, 2019, 9:19 PM Gedare Bloom wrote: > On Fri, Jun 21, 2019 at 2:37 AM Vaibhav Gupta > wrote: > > > > Hello, > > I figured it out. > > . > > Below is the output given by shell > > .. > > .. > > .. > > config: t

Re: [PATCH v1] Port ndbm

2019-06-21 Thread Vaibhav Gupta
On Fri, Jun 21, 2019 at 11:38 PM Gedare Bloom wrote: > On Fri, Jun 21, 2019 at 11:03 AM Vaibhav Gupta > wrote: > > > > > > > > On Fri, Jun 21, 2019, 9:46 PM Gedare Bloom wrote: > >> > >> On Fri, Jun 21, 2019 at 4:25 AM Vaibhav Gupta > wrote:

Re: [PATCH v1] Port ndbm

2019-06-24 Thread Vaibhav Gupta
I will test it! On Sat, Jun 22, 2019 at 2:02 AM Gedare Bloom wrote: > On Fri, Jun 21, 2019 at 1:42 PM Vaibhav Gupta > wrote: > > > > > > > > On Fri, Jun 21, 2019 at 11:38 PM Gedare Bloom wrote: > >> > >> On Fri, Jun 21, 2019 at 11:03 AM V

Re: [PATCH v3] Add Testsuite for PSXINTTYPES01

2019-06-17 Thread Vaibhav Gupta
Patch v3 is correct? Or i need to do any more changes? On Fri, Jun 14, 2019, 1:00 AM Vaibhav Gupta wrote: > --- > testsuites/psxtests/Makefile.am | 7 + > testsuites/psxtests/configure.ac | 1 + > testsuites/psxtests/psxinttypes01/init.

Re: GSoC 2019 | POSIX Compliance - NDBM Port Successful. Minimal Testsuite working Successfully.

2019-07-05 Thread Vaibhav Gupta
On Fri, Jul 5, 2019 at 10:20 PM Gedare Bloom wrote: > On Thu, Jul 4, 2019 at 2:31 AM Vaibhav Gupta > wrote: > > > > Hello, > > As I mentioned in previous threads, RSB patch was not generating > function symbols defined > > in ndbm.c, but they were generat

Re: [PATCH v2] port ndbm

2019-06-26 Thread Vaibhav Gupta
by rsb build. On Wed, Jun 26, 2019 at 8:32 PM Vaibhav Gupta wrote: > --- > newlib/libc/include/ndbm.h | 84 + > newlib/libc/search/Makefile.am | 1 + > newlib/libc/search/ndbm.c | 215 + > 3 files changed, 300 insertions(+)

[PATCH v2] port ndbm

2019-06-26 Thread Vaibhav Gupta
--- newlib/libc/include/ndbm.h | 84 + newlib/libc/search/Makefile.am | 1 + newlib/libc/search/ndbm.c | 215 + 3 files changed, 300 insertions(+) create mode 100644 newlib/libc/include/ndbm.h create mode 100644 newlib/libc/search/ndbm.c

Re: [PATCH v2] port ndbm

2019-06-26 Thread Vaibhav Gupta
On Wed, Jun 26, 2019 at 8:35 PM Vaibhav Gupta wrote: > Hello, > > Newlib is compiling successfully. > But when i applied patch to RSB. It is not generating ndbm.h > inside rtems/5/sparc-rtem5/include this time. > > I am following same steps again which I followed

Re: [PATCH v2] port ndbm

2019-06-26 Thread Vaibhav Gupta
Hello Gedare, as you suggested, to use the group name of patch as 'newlib'. I did that and then removed the line"%patch setup newlib -p1" It has generated ndbm.h in include directory. Vaibhav Gupta On Wed, Jun 26, 2019 at 8:41 PM Vaibhav Gupta wrote: > > > On Wed, Jun

Error: undefined reference to ndbm functions

2019-06-28 Thread Vaibhav Gupta
. . . Maybe I have compiled it incorrectly, please verify. 1. ndbm port: https://github.com/VARoDeK/newlib/compare/port_ndbm 2. RSB patch: https://github.com/VARoDeK/rsb/compare/newlib_ndbm_rsb_patch_01 Vaibhav Gupta ___ devel mailing list devel

Re: Error: undefined reference to ndbm functions

2019-06-28 Thread Vaibhav Gupta
paranoia sample. It should be doing this with -lm. > > --joel > Okay, I will try this! > > On Fri, Jun 28, 2019, 8:12 AM Vaibhav Gupta > wrote: > >> Hello, >> . >> Status: >> >>1. I have ported ndbm in newlib. When compiled newlib-cygwin, >

  1   2   3   >