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
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
>
> > 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
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
>
> 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 ) :
>