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

Re: GSoC Project | Basic Support for Trace Compass

2019-07-04 Thread Sebastian Huber
On 04/07/2019 09:12, Ravindra Kumar Meena wrote: > I really didn't see these warnings in my build. Which gcc version are > you using? > > I am using gcc version 5.4.0. Ok, this explains a lot. This GCC version is quite old. Which Linux distribution do you use? I

Re: GSoC Project | Basic Support for Trace Compass

2019-07-04 Thread Ravindra Kumar Meena
> > > I really didn't see these warnings in my build. Which gcc version are > > you using? > > > > I am using gcc version 5.4.0. > > Ok, this explains a lot. This GCC version is quite old. Which Linux > distribution do you use? > I am using Ubuntu 16.04 LTS. -- *Ravindra Kumar Meena*, B. Tech. C

Re: GSoC Project | Basic Support for Trace Compass

2019-07-04 Thread Sebastian Huber
On 04/07/2019 08:58, Ravindra Kumar Meena wrote: Your latest versions has a warning: ../misc/record/record-main.c: In function ‘main’: ../misc/record/record-main.c:135:59: warning: ‘input_file’ may be used uninitialized in this function [-Wmaybe-uninitialized]     fd = ( inp

Re: GSoC Project | Basic Support for Trace Compass

2019-07-04 Thread Ravindra Kumar Meena
> > Your latest versions has a warning: > > ../misc/record/record-main.c: In function ‘main’: > ../misc/record/record-main.c:135:59: warning: ‘input_file’ may be used > uninitialized in this function [-Wmaybe-uninitialized] > fd = ( input_file_flag ) ? open( input_file, O_RDONLY ) : >