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-1d35a003f file
.
I added following lines to
rsb/rtems/config/tools/rtems-gcc-7.4.0-newlib-1d35a003f.cfg
%prep
%patch setup newlib -p1
.
.
.
%patch add newli
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-1d35a003f file
.
I added following lines to
rsb/rtems/config/tools/rtems-gcc-7.4.0-newlib-1d35a003f.cfg
%prep
%patch setup newlib -p1
.
.
.
%patch add newli
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 architecture and have
> kept them in separate folders.
> RTEMS is present in a different folder.
> .
> I want to know
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
__