Re: Guidance to make Testsuites

2019-06-20 Thread Vaibhav Gupta
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

Re: Guidance to make Testsuites

2019-06-20 Thread Vaibhav Gupta
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

Re: Guidance to make Testsuites

2019-06-13 Thread Gedare Bloom
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

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 __