Re: Adding fenv support for ARM

2020-05-19 Thread Eshan Dhawan
Hello I have encountered a new error the error is coming from libm/fenv link to GitHub repository: https://github.com/eshandhawan51/newlib-cygwin/tree/add_fenv_support Make file log: eshan@EDs-pc:~/development/newlib/c-arm-rtems5-newlib$ make -k make[1]: Entering directory '/home/eshan/development

Re: Adding fenv support for ARM

2020-05-16 Thread Joel Sherrill
ote: >>>> >>>>> Take the first error reported, and show what is being compiled. You've >>>>> trimmed off too much preceding this to know what is being compiled and >>>>> how this might be influencing your error. >>>>>

Re: Adding fenv support for ARM

2020-05-15 Thread Eshan Dhawan
/libc/include/fenv.h:15:0, >>> > from >>> ../../../../../../newlib-cygwin/newlib/libm/fenv/feclearexcept.c:57: >>> > >>> /home/eshan/development/newlib/c-arm-rtems5-newlib/arm-rtems5/thumb/newlib/targ-include/sys/fenv.h:82:1: >>> error:

Re: Adding fenv support for ARM

2020-05-15 Thread Eshan Dhawan
gt; > >>>> > Hello everyone, >>>> > After adding the files and compiling. I am >>>> > getting a few errors which I am not able to rectify. >>>> > If you could take a look and tell how to sort them. >>>> > >>>> >

Re: Adding fenv support for ARM

2020-05-13 Thread Joel Sherrill
env_t *_fe_dfl_env; >> > ^~ >> > In file included from >> ../../../../../../newlib-cygwin/newlib/libm/fenv/feclearexcept.c:57:0: >> > >> /home/eshan/development/newlib/newlib-cygwin/newlib/libc/include/fenv.h:22:1: >> error: expected '=', '

Re: Adding fenv support for ARM

2020-05-12 Thread Joel Sherrill
> ../../../../../../newlib-cygwin/newlib/libm/fenv/feclearexcept.c:57:0: > > > /home/eshan/development/newlib/newlib-cygwin/newlib/libc/include/fenv.h:22:1: > error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' &g

Re: Adding fenv support for ARM

2020-05-12 Thread Gedare Bloom
; before 'int' > int feclearexcept(int excepts); > ^~~ > > thanks > -Eshan > On Sat, May 9, 2020 at 2:53 AM Joel Sherrill wrote: >> >> >> >> On Thu, May 7, 2020 at 1:33 PM Eshan Dhawan wrote: >>> >>> Hello everyone, >>> Th

Re: Adding fenv support for ARM

2020-05-12 Thread Eshan Dhawan
libc/include/fenv.h:22:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' int feclearexcept(int excepts); ^~~ thanks -Eshan On Sat, May 9, 2020 at 2:53 AM Joel Sherrill wrote: > > > On Thu, May 7, 2020 at

Re: Adding fenv support for ARM

2020-05-08 Thread Joel Sherrill
On Thu, May 7, 2020 at 1:33 PM Eshan Dhawan wrote: > Hello everyone, > This the tread to discuss adding fenv support for ARM architecture in > newlib. > > Link to previous thread: > https://lists.rtems.org/pipermail/devel/2020-March/058473.html > > ---FreeBSD Sourc

Adding fenv support for ARM

2020-05-07 Thread Eshan Dhawan
Hello everyone, This the tread to discuss adding fenv support for ARM architecture in newlib. Link to previous thread: https://lists.rtems.org/pipermail/devel/2020-March/058473.html ---FreeBSD Source # https://github.com/freebsd/freebsd/tree/master/lib/msun/arm # https://github.com/freebsd