Re: GSoC 2019 : POSIX Complaince - Fenv methods not returning expected outputs.

2019-08-27 Thread Vaibhav Gupta
Hello, Since this fenv environment is not working as expected, The testsuite I made in Linux environment is yet to be ported to RTEMS. Vaibhav Gupta On Thu, Aug 15, 2019 at 3:26 PM Vaibhav Gupta wrote: > Hello, > In yesterday's weekly meeting I mentioned about fenv problems I faced while > deve

Re: GSoC 2019 | Basic Support for Trace Compass: Final Report

2019-08-22 Thread Gedare Bloom
Hi Ravindra, Please make it more obvious in your report what is the code that YOU wrote. Also make it clear the difference between code contributions and documentation. While we value documentation, the OSPO wants to see what is your code output from the summer. Add some text to clarify the links

Re: GSoC 2019 : POSIX Compliance - Final Report

2019-08-21 Thread Vaibhav Gupta
Here is the final report, published in my Blog. Please review it. https://medium.com/my-gsoc-2019-journey/gsoc-2019-posix-compliance-74571990c32a Vaibhav Gupta On Wed, Aug 21, 2019 at 12:21 AM Vaibhav Gupta wrote: > > > On Wed, Aug 21, 2019 at 12:15 AM Vaibhav Gupta > wrote: &

Re: GSoC 2019 : POSIX Compliance - Final Report

2019-08-20 Thread Vaibhav Gupta
On Wed, Aug 21, 2019 at 12:15 AM Vaibhav Gupta wrote: > > > On Tue, Aug 20, 2019 at 9:31 PM Joel Sherrill wrote: > >> I am late to the party. > > The party is still on :D > >> I made a couple of small changes directly to >> the document. >> > Thanks. > >> >> I encourage you continue to pick at g

Re: GSoC 2019 : POSIX Compliance - Final Report

2019-08-20 Thread Vaibhav Gupta
On Tue, Aug 20, 2019 at 9:31 PM Joel Sherrill wrote: > I am late to the party. The party is still on :D > I made a couple of small changes directly to > the document. > Thanks. > > I encourage you continue to pick at getting the other fenv ports into > newlib. This is on top of my priority li

Re: GSoC 2019 : POSIX Compliance - Final Report

2019-08-20 Thread Joel Sherrill
I am late to the party. I made a couple of small changes directly to the document. I encourage you continue to pick at getting the other fenv ports into newlib. As you hopefully saw from me adding the stubs for fenv methods and documentation, things moving slowly were not a reflection on you perso

GSoC 2019 | Basic Support for Trace Compass: Final Report

2019-08-17 Thread Ravindra Kumar Meena
Hello all, I have made the draft of my project report on google docs. Please review the draft and let me know if any changes need to be made. https://docs.google.com/document/d/1Ucxb1HQTxMETDbqg432II1-pkGqqfymeZjZW2TVkUaI/edit Thank you -- *Ravindra Kumar Meena*, B. Tech. Computer Science and

Re: GSoC 2019 : POSIX Compliance - Final Report

2019-08-16 Thread Vaibhav Gupta
Made the changes as suggested :) Please have a look at this now. If every thing is fine. I will publish it in my blog. -Vaibhav Gupta On Fri, Aug 16, 2019 at 7:57 PM Gedare Bloom wrote: > Vaibhav, > > Please add a subsection near the top that consolidates links to all > the code you wrote durin

Re: GSoC 2019 : POSIX Compliance - Final Report

2019-08-16 Thread Vaibhav Gupta
Thanks, working on it. -Vaibhav On Fri, Aug 16, 2019 at 7:57 PM Gedare Bloom wrote: > Vaibhav, > > Please add a subsection near the top that consolidates links to all > the code you wrote during the summer. It is great to have them in > context, but it should also be easy (~10 seconds) to find

Re: GSoC 2019 : POSIX Compliance - Final Report

2019-08-16 Thread Gedare Bloom
Vaibhav, Please add a subsection near the top that consolidates links to all the code you wrote during the summer. It is great to have them in context, but it should also be easy (~10 seconds) to find what code you wrote. On Thu, Aug 15, 2019 at 1:27 PM Vaibhav Gupta wrote: > > Hello, > I have m

GSoC 2019 : POSIX Compliance - Final Report

2019-08-15 Thread Vaibhav Gupta
Hello, I have made the draft of my project report on google docs. I have mentioned about each and every task completed and which are in progress. . It would be very helpful for me If I can get reviews on this, will also make required changes. . https://docs.google.com/document/d/1I3FsA0whd2AcLKdagU

Re: GSoC 2019: POSIX Compliance - FENV Environment probably not working properly in RISCV

2019-08-15 Thread Vaibhav Gupta
On Wed, Aug 14, 2019 at 8:56 PM Hesham Almatary wrote: > On Wed, 14 Aug 2019 at 16:18, Vaibhav Gupta > wrote: > > > > > > > > On Wed, Aug 14, 2019, 8:09 PM Joel Sherrill wrote: > >> > >> On Wed, Aug 14, 2019 at 9:35 AM Vaibhav Gupta > wrote: > >> > > >> > You are also getting same error :( > >

GSoC 2019 : POSIX Complaince - Fenv methods not returning expected outputs.

2019-08-15 Thread Vaibhav Gupta
Hello, In yesterday's weekly meeting I mentioned about fenv problems I faced while developing testsuite. . Here is a very raw patch of my code as testsuite is still in development. . == Error 1 == I took

Re: GSoC 2019: POSIX Compliance - FENV Environment probably not working properly in RISCV

2019-08-14 Thread Vaibhav Gupta
On Wed, Aug 14, 2019 at 8:56 PM Hesham Almatary wrote: > On Wed, 14 Aug 2019 at 16:18, Vaibhav Gupta > wrote: > > > > > > > > On Wed, Aug 14, 2019, 8:09 PM Joel Sherrill wrote: > >> > >> On Wed, Aug 14, 2019 at 9:35 AM Vaibhav Gupta > wrote: > >> > > >> > You are also getting same error :( > >

Re: GSoC 2019: POSIX Compliance - FENV Environment probably not working properly in RISCV

2019-08-14 Thread Hesham Almatary
On Wed, 14 Aug 2019 at 16:18, Vaibhav Gupta wrote: > > > > On Wed, Aug 14, 2019, 8:09 PM Joel Sherrill wrote: >> >> On Wed, Aug 14, 2019 at 9:35 AM Vaibhav Gupta >> wrote: >> > >> > You are also getting same error :( >> > I thought problem is with my system/laptop and was trying to correct >>

Re: GSoC 2019: POSIX Compliance - FENV Environment probably not working properly in RISCV

2019-08-14 Thread Vaibhav Gupta
On Wed, Aug 14, 2019, 8:09 PM Joel Sherrill wrote: > On Wed, Aug 14, 2019 at 9:35 AM Vaibhav Gupta > wrote: > > > > You are also getting same error :( > > I thought problem is with my system/laptop and was trying to correct > things. > > Should we take the discussion to newlib? > > I would like

Re: GSoC 2019: POSIX Compliance - FENV Environment probably not working properly in RISCV

2019-08-14 Thread Joel Sherrill
On Wed, Aug 14, 2019 at 9:35 AM Vaibhav Gupta wrote: > > You are also getting same error :( > I thought problem is with my system/laptop and was trying to correct things. > Should we take the discussion to newlib? I would like Jiri and Hesham to chime in on the next step. I don't know the RISC-V

Re: GSoC 2019: POSIX Compliance - FENV Environment probably not working properly in RISCV

2019-08-14 Thread Vaibhav Gupta
You are also getting same error :( I thought problem is with my system/laptop and was trying to correct things. Should we take the discussion to newlib? Vaibhav Gupta On Wed, Aug 14, 2019 at 7:51 PM Joel Sherrill wrote: > > I ran it on sis built from the git repository. Unfortunately, the outpu

Re: GSoC 2019: POSIX Compliance - FENV Environment probably not working properly in RISCV

2019-08-14 Thread Joel Sherrill
I ran it on sis built from the git repository. Unfortunately, the output doesn't match that I got on Linux. = $ ~/sis-riscv/install/bin/sis -riscv -gdb SIS - SPARC/RISCV instruction simulator 2.17, copyright Jiri Gaisler 2019 Bug-reports to j...@gaisler.se RISCV e

Re: GSoC 2019: POSIX Compliance - FENV Environment probably not working properly in RISCV

2019-08-14 Thread Vaibhav Gupta
On Wed, Aug 14, 2019 at 6:22 PM Hesham Almatary wrote: > On Sun, 11 Aug 2019 at 16:49, Vaibhav Gupta > wrote: > > > > Configure command I used to build BSP: > > == > > $ /home/varodek/development/rtems/kernel/rtems/configure > --prefix=/home/varodek/de

Re: GSoC 2019: POSIX Compliance - FENV Environment probably not working properly in RISCV

2019-08-14 Thread Hesham Almatary
On Sun, 11 Aug 2019 at 16:49, Vaibhav Gupta wrote: > > Configure command I used to build BSP: > == > $ /home/varodek/development/rtems/kernel/rtems/configure > --prefix=/home/varodek/development/rtems/5 --enable-maintainer-mode > --target=riscv-rtems5

Re: GSoC 2019: POSIX Compliance - FENV Environment probably not working properly in RISCV

2019-08-14 Thread Vaibhav Gupta
So I cloned the 'sis' repository and build it locally: $ git clone git://git.rtems.org/sis.git . . On one terminal I was running sis: $ ~/development/sis/sis -riscv nouartrx -gdb . . . . On another terminal I did: $ riscv-rtems5-gdb psxfenv01.exe Reading symbols from psxfenv01.exe...done. (gdb) t

Re: GSoC 2019: POSIX Compliance - FENV Environment probably not working properly in RISCV

2019-08-14 Thread Vaibhav Gupta
Hello I get following errors: = $ riscv-rtems5-sis -riscv -nouartrx -gdb SIS - SPARC/RISCV instruction simulator 2.13, copyright Jiri Gaisler 2019 Bug-reports to j...@gaisler.se unknown option -riscv usage: sis [-uart1 uart_device1] [-uar

Re: GSoC 2019: POSIX Compliance - FENV Environment probably not working properly in RISCV

2019-08-14 Thread Joel Sherrill
Thank you. Do you see anything wrong with the riscv fenv implementation? His program runs under Linux and hangs on both Qemu and sis. On Wed, Aug 14, 2019, 2:18 AM Jiri Gaisler wrote: > I have attached the sis manual. Page 17: > > "SIS can be connected to gdb through a network socket using the

Re: GSoC 2019: POSIX Compliance - FENV Environment probably not working properly in RISCV

2019-08-13 Thread Chris Johns
On 14/8/19 8:34 am, Joel Sherrill wrote: > Since I don't know how to attach gdb to the new sis for griscv, I emailed Jiri > privately. Does `-gdb` ... https://git.rtems.org/sis/tree/sis.c#n133 ... work? Chris ___ devel mailing list devel@rtems.org htt

Re: GSoC 2019: POSIX Compliance - FENV Environment probably not working properly in RISCV

2019-08-13 Thread Vaibhav Gupta
On Wed, Aug 14, 2019 at 4:04 AM Joel Sherrill wrote: > > > On Tue, Aug 13, 2019 at 5:09 PM Vaibhav Gupta > wrote: > >> >> >> On Mon, Aug 12, 2019 at 11:50 PM Joel Sherrill wrote: >> >>> Can you post or email me privately the full patch? I can try to see what >>> I spot. >>> >> I have sent you t

Re: GSoC 2019: POSIX Compliance - FENV Environment probably not working properly in RISCV

2019-08-13 Thread Joel Sherrill
On Tue, Aug 13, 2019 at 5:09 PM Vaibhav Gupta wrote: > > > On Mon, Aug 12, 2019 at 11:50 PM Joel Sherrill wrote: > >> Can you post or email me privately the full patch? I can try to see what >> I spot. >> > I have sent you the patch. > >> >> Can you check with objdump or gdb that the methods whi

Re: GSoC 2019: POSIX Compliance - FENV Environment probably not working properly in RISCV

2019-08-13 Thread Vaibhav Gupta
On Mon, Aug 12, 2019 at 11:50 PM Joel Sherrill wrote: > Can you post or email me privately the full patch? I can try to see what I > spot. > I have sent you the patch. > > Can you check with objdump or gdb that the methods which don't appear to > work > are actually the RISC-V implementation? Lo

Re: GSoC 2019: POSIX Compliance - FENV Environment probably not working properly in RISCV

2019-08-12 Thread Joel Sherrill
Can you post or email me privately the full patch? I can try to see what I spot. Can you check with objdump or gdb that the methods which don't appear to work are actually the RISC-V implementation? Look at the disassembly and see if it looks like you expect. Does this require a patch to newlib a

Re: GSoC 2019: POSIX Compliance - FENV Environment probably not working properly in RISCV

2019-08-11 Thread Vaibhav Gupta
Configure command I used to build BSP: == $ /home/varodek/development/rtems/kernel/rtems/configure --prefix=/home/varodek/development/rtems/5 --enable-maintainer-mode --target=riscv-rtems5 --enable-rtemsbsp=rv32imac --enable-tests --enable-posix --disable

GSoC 2019: POSIX Compliance - FENV Environment probably not working properly in RISCV

2019-08-11 Thread Vaibhav Gupta
My code of testsuite: === /* Test 'FE_DIVBYZERO' */ puts( "\nDivide by zero and confirm fetestexcept()." ); a = 0.0; b = 1.0; c = b/a; printf("\n%d",FE_DIVBYZERO); fegetexceptflag(&excepts,FE_ALL_EXCEPT); printf("\n%d",excepts); r = fera

Re: GSoC 2019 : POSIX Compliance - Weekly Report

2019-07-30 Thread Joel Sherrill
On Tue, Jul 30, 2019 at 12:29 PM Vaibhav Gupta wrote: > > > On Tue, Jul 30, 2019 at 7:23 PM Joel Sherrill wrote: > >> >> >> On Tue, Jul 30, 2019 at 7:44 AM Vaibhav Gupta >> wrote: >> >>> >>> >>> On Tue, Jul 30, 2019 at 3:25 AM Gedare Bloom wrote: >>> On Wed, Jul 24, 2019 at 10:43 AM Vaibh

Re: GSoC 2019 : POSIX Compliance - Weekly Report

2019-07-30 Thread Vaibhav Gupta
On Tue, Jul 30, 2019 at 7:23 PM Joel Sherrill wrote: > > > On Tue, Jul 30, 2019 at 7:44 AM Vaibhav Gupta > wrote: > >> >> >> On Tue, Jul 30, 2019 at 3:25 AM Gedare Bloom wrote: >> >>> On Wed, Jul 24, 2019 at 10:43 AM Vaibhav Gupta >>> wrote: >>> > >>> > Hello, >>> > Progress so far: >>> > - ND

Re: GSoC 2019 : POSIX Compliance - Weekly Report

2019-07-30 Thread Vaibhav Gupta
On Tue, Jul 30, 2019 at 8:49 PM Joel Sherrill wrote: > > > On Tue, Jul 30, 2019 at 10:15 AM Vaibhav Gupta > wrote: > >> >> >> On Tue, Jul 30, 2019 at 7:23 PM Joel Sherrill wrote: >> >>> >>> >>> On Tue, Jul 30, 2019 at 7:44 AM Vaibhav Gupta >>> wrote: >>> On Tue, Jul 30, 2019 at

Re: GSoC 2019 : POSIX Compliance - Weekly Report

2019-07-30 Thread Joel Sherrill
On Tue, Jul 30, 2019 at 10:15 AM Vaibhav Gupta wrote: > > > On Tue, Jul 30, 2019 at 7:23 PM Joel Sherrill wrote: > >> >> >> On Tue, Jul 30, 2019 at 7:44 AM Vaibhav Gupta >> wrote: >> >>> >>> >>> On Tue, Jul 30, 2019 at 3:25 AM Gedare Bloom wrote: >>> On Wed, Jul 24, 2019 at 10:43 AM Vaibh

Re: GSoC 2019 : POSIX Compliance - Weekly Report

2019-07-30 Thread Vaibhav Gupta
On Tue, Jul 30, 2019 at 7:23 PM Joel Sherrill wrote: > > > On Tue, Jul 30, 2019 at 7:44 AM Vaibhav Gupta > wrote: > >> >> >> On Tue, Jul 30, 2019 at 3:25 AM Gedare Bloom wrote: >> >>> On Wed, Jul 24, 2019 at 10:43 AM Vaibhav Gupta >>> wrote: >>> > >>> > Hello, >>> > Progress so far: >>> > - ND

Re: GSoC 2019 : POSIX Compliance - Weekly Report

2019-07-30 Thread Joel Sherrill
On Tue, Jul 30, 2019 at 7:44 AM Vaibhav Gupta wrote: > > > On Tue, Jul 30, 2019 at 3:25 AM Gedare Bloom wrote: > >> On Wed, Jul 24, 2019 at 10:43 AM Vaibhav Gupta >> wrote: >> > >> > Hello, >> > Progress so far: >> > - NDBM patch is pushed by newlib. >> > - NDBM Testsuite is sent to devel ([PAT

Re: GSoC 2019 : POSIX Compliance - Weekly Report

2019-07-30 Thread Vaibhav Gupta
On Tue, Jul 30, 2019 at 3:25 AM Gedare Bloom wrote: > On Wed, Jul 24, 2019 at 10:43 AM Vaibhav Gupta > wrote: > > > > Hello, > > Progress so far: > > - NDBM patch is pushed by newlib. > > - NDBM Testsuite is sent to devel ([PATCH V6] ndbm test suite), its > execution will be verified once newlib

Re: GSoC 2019 : POSIX Compliance - Weekly Report

2019-07-29 Thread Gedare Bloom
On Wed, Jul 24, 2019 at 10:43 AM Vaibhav Gupta wrote: > > Hello, > Progress so far: > - NDBM patch is pushed by newlib. > - NDBM Testsuite is sent to devel ([PATCH V6] ndbm test suite), its execution > will be verified once newlib has required files. Although I have tested it by > manually gener

GSoC 2019 : Basic support for Trace Compass

2019-07-24 Thread Ravindra Kumar Meena
Hello all, This is a mail to update my weekly status since the meeting got canceled this week. Progress so far: * Added compact header in both client-side and metadata. * Imported trace in Trace Compass with the updated event.header in the metadata. Trace Compass can still read the values. * Adde

Re: GSoC 2019 : POSIX Compliance- Low pace in last week

2019-07-24 Thread Vaibhav Gupta
On Wed, Jul 24, 2019, 9:44 PM Joel Sherrill wrote: > Hi > > I have some progress to report on this. The ndbm patch is in newlib git > now but > the corresponding files were not regenerated. Once Corinna pushes those, I > will > test and bump the newlib version in the tools. > Corinna just did it.

GSoC 2019 : POSIX Compliance - Weekly Report

2019-07-24 Thread Vaibhav Gupta
Hello, Progress so far: - NDBM patch is pushed by newlib. - NDBM Testsuite is sent to devel ([PATCH V6] ndbm test suite), its execution will be verified once newlib has required files. Although I have tested it by manually generating required file using 'autoreconf -fvi' on my local system. Blocke

Re: GSoC 2019 : POSIX Compliance- Low pace in last week

2019-07-24 Thread Vaibhav Gupta
On Wed, Jul 24, 2019 at 9:44 PM Joel Sherrill wrote: > Hi > > I have some progress to report on this. The ndbm patch is in newlib git > now but > the corresponding files were not regenerated. Once Corinna pushes those, I > will > test and bump the newlib version in the tools. > Thanks, Yah I saw

Re: GSoC 2019 : POSIX Compliance- Low pace in last week

2019-07-24 Thread Joel Sherrill
Hi I have some progress to report on this. The ndbm patch is in newlib git now but the corresponding files were not regenerated. Once Corinna pushes those, I will test and bump the newlib version in the tools. I see you have a test posted and once I have tools, I will be able to review that prope

GSoC 2019 : POSIX Compliance- Low pace in last week

2019-07-24 Thread Vaibhav Gupta
Hello, I want to apologise that I couldn't inform earlier, actually my time table got hectic. My college started last week and their initial time table is not much useful in terms of productivity. Hence my pace got slow last week. I am back on track and continuing with my fenv task. Thank you Vai

Re: GSoC 2019 | POSIX Compliance - RSB patch generated ndbm library (lib_a-ndbm.o) successfully in RTEMS Toolchain

2019-07-15 Thread Vaibhav Gupta
On Mon, Jul 15, 2019 at 10:21 PM Gedare Bloom wrote: > On Thu, Jul 11, 2019 at 9:01 PM Vaibhav Gupta > wrote: > > > > Sounds good to me. > > > > On Thu, Jul 11, 2019 at 6:47 PM Joel Sherrill wrote: > >> > >> > >> > >> On Thu, Jul 11, 2019 at 2:12 AM Vaibhav Gupta > wrote: > >>> > >>> Hello, >

GSoC 2019 | POSIX Compliance - Location for fenv files for sparc

2019-07-15 Thread Vaibhav Gupta
The implementation of fenv for SPARC is in NetBSD only. . Now NetBSD has two `fenv.h` header files. 1- https://github.com/NetBSD/src/blob/trunk/include/fenv.h This contains function prototypes. This can go to `newlib/libc/include` . 2- https://github.com/NetBSD/src/blob/trunk/sys/arch/sparc/include

Re: GSoC 2019 | POSIX Compliance - RSB patch generated ndbm library (lib_a-ndbm.o) successfully in RTEMS Toolchain

2019-07-15 Thread Gedare Bloom
On Thu, Jul 11, 2019 at 9:01 PM Vaibhav Gupta wrote: > > Sounds good to me. > > On Thu, Jul 11, 2019 at 6:47 PM Joel Sherrill wrote: >> >> >> >> On Thu, Jul 11, 2019 at 2:12 AM Vaibhav Gupta >> wrote: >>> >>> Hello, >>> After Joel pointed out in an offlist discussion, >>> I made a new patch for

Re: GSoC 2019 | POSIX Compliance - RSB patch generated ndbm library (lib_a-ndbm.o) successfully in RTEMS Toolchain

2019-07-11 Thread Vaibhav Gupta
Sounds good to me. On Thu, Jul 11, 2019 at 6:47 PM Joel Sherrill wrote: > > > On Thu, Jul 11, 2019 at 2:12 AM Vaibhav Gupta > wrote: > >> Hello, >> After Joel pointed out in an offlist discussion, >> I made a new patch for ndbm port. >> . >> To send the changes to Newlib, i had to place `ndbm.h

Re: GSoC 2019 | POSIX Compliance - RSB patch generated ndbm library (lib_a-ndbm.o) successfully in RTEMS Toolchain

2019-07-11 Thread Joel Sherrill
On Thu, Jul 11, 2019 at 2:12 AM Vaibhav Gupta wrote: > Hello, > After Joel pointed out in an offlist discussion, > I made a new patch for ndbm port. > . > To send the changes to Newlib, i had to place `ndbm.h` , `ndbm.c` in their > respective places and make changes in Makefile.am. > Before, I a

GSoC 2019 | POSIX Compliance - Need further guidance on fenv sources.

2019-07-11 Thread Vaibhav Gupta
Hello, I have found sources for fenv. It's impossible to depend on either NetBSD or FreeBSD. . For some architectures, FreeBSD has code, for some, NetBSD has. . For x86, Free BSD has explicit header and NetBSD has .c file. . . So should I leave architectures which are not having FreeBSD Source? Or

GSoC 2019 | POSIX Compliance - RSB patch generated ndbm library (lib_a-ndbm.o) successfully in RTEMS Toolchain

2019-07-11 Thread Vaibhav Gupta
Hello, After Joel pointed out in an offlist discussion, I made a new patch for ndbm port. . To send the changes to Newlib, i had to place `ndbm.h` , `ndbm.c` in their respective places and make changes in Makefile.am. Before, I applied same patch to RSB hence ndbm library was not generated. . . Th

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 generated when I build newlib repository for > S

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

2019-07-05 Thread Gedare Bloom
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 generated when I build newlib repository for SPARC. > . > . > So, I made a script to add them manually, from newl

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

2019-07-04 Thread Vaibhav Gupta
Hello, As I mentioned in previous threads, RSB patch was not generating function symbols defined in ndbm.c, but they were generated when I build newlib repository for SPARC. . . So, I made a script to add them manually, from newlib build, to rtems/5/. https://github.com/VARoDeK/MiniProject_1-Ad

Changes in Proposal - GSoC 2019 POSIX Compliance Project

2019-04-09 Thread Vaibhav Gupta
Hello, I have made the changes in my proposal, as suggested and recommended by mentors and developers. In my proposal, I mentioned about my participation in one of the National Level Technical Competition under the heading "Related Research and Work Experience", the finals of which was yet to be

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

2019-04-07 Thread Vaibhav Gupta
Hello, I have made the changes in my proposal, as suggested and recommended by mentors and developers. I would like to request mentors to review it for any final changes so that I can upload the PDF on GSoC site. My proposal- https://docs.google.com/document/d/1NLbcFdHwWTEAismvz0E_C07Oos_4p6Y3IRG

GSoC 2019 | Proposal Submitted

2019-04-03 Thread Ravindra Kumar Meena
Hi I have submitted the PDF of the proposal at the GSoC site after discussion with Sebastian. Please let me know if there are any changes that need to be made. *Project:* Basic Suport for Trace Compass(ticket: #3696) *Proposal:* https://docs.google.com/document/d/1G6ISV_vIYLKl5Em2lwF8W91YrHWkve2

Re: GSoC 2019

2019-04-01 Thread Aditya Upadhyay
On Tue, Apr 2, 2019 at 11:05 AM Sebastian Huber wrote: > > On 02/04/2019 07:28, Vaibhav Gupta wrote: > > 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. > > It is much e

Re: GSoC 2019

2019-04-01 Thread Sebastian Huber
On 02/04/2019 07:28, Vaibhav Gupta wrote: 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. It is much easier to work with the Git mirrors if you want to track the upstream.

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, Vaibhav Gupta

Re: GSoC 2019

2019-04-01 Thread Sebastian Huber
On 02/04/2019 05:44, Vaibhav Gupta wrote: - getting familiar with SVN (for FreeBSD) and CVS (for NetBSD). Both project have Git mirrors. I would use them. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89

GSoC 2019

2019-04-01 Thread Vaibhav Gupta
Hello, . I am not able to get much active on devel these days as my mid-semester exams are going on (April 1-6). I have already mentioned this in my proposal under the heading, "Conflict of Interests". . My proposal- ​ https://docs.google.com/document/d/1NLbcFdHwWTEAismvz0E_C07Oos_4p6Y3IRGcE8fu

Fwd: [GSoC Mentors] GSoC 2019 is now open for student applications!

2019-03-25 Thread Joel Sherrill
Passing along that student applications are now open. --joel -- Forwarded message - From: 'sttaylor' via Google Summer of Code Mentors List < google-summer-of-code-mentors-l...@googlegroups.com> Date: Mon, Mar 25, 2019 at 1:27 PM Subject: [GSoC Mentors] GSoC 2019

Re: Query Regarding Old Projects, for GSoC 2019

2019-03-14 Thread Vaibhav Gupta
; On Wed, Mar 6, 2019, 2:45 PM Vaibhav Gupta < >>>>> vaibhavgupt...@gmail.com >>>>> > <mailto:vaibhavgupt...@gmail.com> >>>>> > > <mailto:vaibhavgupt...@gmail.com >>>> vaibhavgupt...@gmail.com>>> wrote: >>&

Re: Query Regarding Old Projects, for GSoC 2019

2019-03-14 Thread Joel Sherrill
> >>>> > > I was exploring for more open projects and found the >>>> following one. >>>> > > >>>> > > - Port V8 Javascript Engine : >>>> > > https://devel.rtems.org/wiki/Dev

Re: Query Regarding Old Projects, for GSoC 2019

2019-03-13 Thread Vaibhav Gupta
il.com >> vaibhavgupt...@gmail.com>>> wrote: >>> > > >>> > > I was exploring for more open projects and found the >>> following one. >>> > > >>> > > - Port V8 Javascript Engine : >>

Re: Query Regarding Old Projects, for GSoC 2019

2019-03-12 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 >> > > >> > >

Re: Query Regarding Old Projects, for GSoC 2019

2019-03-10 Thread Joel Sherrill
avascript 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 GSO

Re: Query Regarding Old Projects, for GSoC 2019

2019-03-10 Thread Chris Johns
ploring 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 &g

Re: Query Regarding Old Projects, for GSoC 2019

2019-03-10 Thread Joel Sherrill
ormation 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 it is open, then It would be great to know if someone would like > to > > mentor it. I would like to discuss further on it. &

Re: Query Regarding Old Projects, for GSoC 2019

2019-03-10 Thread Chris Johns
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

Screenshot of Hello World Task : GSoC 2019

2019-03-08 Thread Vaibhav Gupta
Hello I was exploring Ticket no 2966 - POSIX Compilance, . And after an off-list discussion with Dr Joel, I would like to work further on this. . For the first step I have successfully build RTEMS on my system and made changes to hello/init.c , below is the screenshot for my hello world task: [imag

Re: Project for GSoC 2019

2019-03-08 Thread Vaibhav Gupta
se 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. > > I sai

Re: Query GSoC 2019 | Improve Coverity scan integration #3712

2019-03-08 Thread Joel Sherrill
We also had some offlist emails. Ravindra.. did you get a consistent view? Can you provide a follow up on what we all suggested? I want to make sure we gave you a common view of the problem space and possible things to do this summer. I will repeat that I mentioned taking a broad view of static

Re: Query GSoC 2019 | Improve Coverity scan integration #3712

2019-03-07 Thread Sebastian Huber
Hello Gedare, On 07/03/2019 15:35, Gedare Bloom wrote: P.S. you should also address the questions posed by Sebastian in his response to your query about Trace Compass. Ravindra Kumar Meena answered by PM. This is fine. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178

Re: Project for GSoC 2019

2019-03-07 Thread Christian Mauderer
ian 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. > >

Re: Query GSoC 2019 | Improve Coverity scan integration #3712

2019-03-07 Thread Gedare Bloom
list projects, etc.) > > Gedare > > On Thu, Mar 7, 2019 at 7:21 AM Ravindra Kumar Meena > wrote: > >> Hi, >> >> After exploring open projects for GSoC 2019. I started to explore the >> following ticket opened by Gedare Bloom: >> >> #3712: Improve Cover

Re: Query GSoC 2019 | Improve Coverity scan integration #3712

2019-03-07 Thread Gedare Bloom
of working (e.g., GitHub-based projects, mailing list projects, etc.) Gedare On Thu, Mar 7, 2019 at 7:21 AM Ravindra Kumar Meena wrote: > Hi, > > After exploring open projects for GSoC 2019. I started to explore the > following ticket opened by Gedare Bloom: > > #3712: Improve C

Re: Project for GSoC 2019

2019-03-07 Thread Gedare Bloom
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. > > I said that it is suitable as a GSoC project if you find a mentor. I am > a bit concerned about the upstream act

Re: Project for GSoC 2019

2019-03-07 Thread Sebastian Huber
On 06/03/2019 22:39, Vaibhav Gupta wrote: 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

Query GSoC 2019 | Improve Coverity scan integration #3712

2019-03-07 Thread Ravindra Kumar Meena
Hi, After exploring open projects for GSoC 2019. I started to explore the following ticket opened by Gedare Bloom: #3712: Improve Coverity scan integration: https://devel.rtems.org/ticket/3710 It would be great to know if any of the mentors would like to mentor this project this year. I would

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

Re: Query Regarding Old Projects, for GSoC 2019

2019-03-06 Thread Amaan Cheval
loper/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 it is open, then It would be great to know if someone would like to > mentor it.

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

Re: GSoC 2019 Query

2019-03-05 Thread Sebastian Huber
Hello Ravindra Kumar Meena, thanks for your interest in the Basic Support for Trace Compass (https://devel.rtems.org/ticket/3696) project. I would like to mentor it this year. If you are interested in this project, then please tell me a bit more about your programming experience and skills, wh

GSoC 2019 Query

2019-03-05 Thread Ravindra Kumar Meena
Hi, After exploring open projects for GSoC 2019. I started to explore the following ticket opened by Sebastian Huber: #3696: Basic Support for Trace Compass: https://devel.rtems.org/ticket/3696 It would be great to know if any of the mentors would like to mentor this project this year. I would

Port CHFS to RTEMS, Project for GSoC 2019

2019-03-04 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 Sebastion, even mentioned, that it can become a very good project for GSoC 2019. It would be great if any of the

GSoC 2019 hello world patch

2019-03-03 Thread Humaid Bin Haroon
Hello developers, I am an embedded systems enthusiast and am looking forward to contributing to the RTEMS project and getting accepted into it for GSoC 2019. Please find attached the files as per the 'Getting Started' tutorial for your reference. Thank you, Syed Hu

Re: hello all, I want to participate Release Notes Generator project GSOC 2019

2019-02-27 Thread Joel Sherrill
On Wed, Feb 27, 2019 at 4:14 PM Victor Kukshiev wrote: > hello all, I want to participate Release Notes Generator project GSOC 2019 > i select this (https://devel.rtems.org/ticket/3314) when I known python > language and web technologies... > This project was part of two tas

Fwd: hello all, I want to participate Release Notes Generator project GSOC 2019

2019-02-27 Thread Victor Kukshiev
hello all, I want to participate Release Notes Generator project GSOC 2019 i select this (https://devel.rtems.org/ticket/3314) when I known python language and web technologies... why is need to build RTEMS, write app and run it...? ___ devel mailing

GSoC 2019 Aspirant

2019-02-25 Thread Ravindra Meena
Hi, I am interested in the following project for GSoC 2019. https://devel.rtems.org/ticket/2899 Please let me know the status of the project. Is it available for GSoC project? Thanks -- *Ravindra Kumar Meena*, B. Tech. Computer Science and Engineering, Indian Institute of Technology (Indian

Re: RTEMs hello world proof | GSOC 2019 Aspirant

2019-02-07 Thread Ravindra Meena
Great, thanks for letting me know. On Thu, Feb 7, 2019 at 9:06 PM Gedare Bloom wrote: > Got it, thanks looks good. > > On Wed, Feb 6, 2019 at 7:49 AM Ravindra Meena wrote: > >> Hi RTEMs developer, >> >> I am GSOC 2019 aspirant. I have completed the hello world p

Re: RTEMs hello world proof | GSOC 2019 Aspirant

2019-02-07 Thread Gedare Bloom
Got it, thanks looks good. On Wed, Feb 6, 2019 at 7:49 AM Ravindra Meena wrote: > Hi RTEMs developer, > > I am GSOC 2019 aspirant. I have completed the hello world program and also > created the patch. > > I would love to contribute more and looking forward to being GSOC 2019

RTEMs hello world proof | GSOC 2019 Aspirant

2019-02-06 Thread Ravindra Meena
Hi RTEMs developer, I am GSOC 2019 aspirant. I have completed the hello world program and also created the patch. I would love to contribute more and looking forward to being GSOC 2019 student at RTEMs. Please find the attached file for your reference. Thank you -- *Ravindra Kumar Meena*, B

Re: GSOC 2019 Aspirant

2019-01-25 Thread Joel Sherrill
the Hello World application. Can anyone suggest me the projects >> available for GSOC 2019?. >> -- >> > Hello Ravindra, > > Now that you have completed the hello world, the best place to start > looking for the project is the open projects page< > https://devel.rtems

Re: GSOC 2019 Aspirant

2019-01-25 Thread Vijay Kumar Banerjee
On Fri, 25 Jan 2019 at 19:50, Ravindra Meena wrote: > Hi developers, > I am new RTEMs. I have setup the RTEMs developement environment and have > run the Hello World application. Can anyone suggest me the projects > available for GSOC 2019?. > -- > Hello Ravindra, Now that

GSOC 2019 Aspirant

2019-01-25 Thread Ravindra Meena
Hi developers, I am new RTEMs. I have setup the RTEMs developement environment and have run the Hello World application. Can anyone suggest me the projects available for GSOC 2019?. -- *Ravindra Kumar Meena*, B. Tech. Computer Science and Engineering, Indian Institute of Technology (Indian School

Re: GSOC 2019

2019-01-16 Thread Joel Sherrill
you, ask about it to make sure the description accurately reflects the current state of the world. --joel On Wed, Jan 16, 2019, 7:13 AM Vaibhav Gupta Thankyou for Information. > > Peopel are not much active on IRC, is there any separate channel for > people participating in GSOC 2019?

Re: GSOC 2019

2019-01-16 Thread Vaibhav Gupta
Thankyou for Information. Peopel are not much active on IRC, is there any separate channel for people participating in GSOC 2019? On Wed, 16 Jan, 2019, 6:38 PM Ravindra Meena Hi Vaibhav, > > RTEMs is continuously participating from the last 4 year. Most probably > they will partici

  1   2   >