Re: Problem while linking rtems-libbsd with application

2017-02-13 Thread vivek kukreja
> On 13-Feb-2017, at 12:36, vivek kukreja wrote: > > Hello Chris, > > I have tried compiling the app with -lm flag but to no avail. I think the > rtems-libbsd waf build process has to be modified a bit to link sfp.c using > the -lm flag. I tried altering the libbsd waf script but couldn't fix

Re: Problem while linking rtems-libbsd with application

2017-02-12 Thread vivek kukreja
Hello Chris, I have tried compiling the app with -lm flag but to no avail. I think the rtems-libbsd waf build process has to be modified a bit to link sfp.c using the -lm flag. I tried altering the libbsd waf script but couldn't fix the error. I'm trying to fix it and any help is greatly apprec

Re: Problem while linking rtems-libbsd with application

2017-02-08 Thread Chris Johns
On 09/02/2017 09:54, vivek kukreja wrote: Hello all, Hello and welcome back to RTEMS. I have setup rtems for arm/xilinx_zynq_a9_qemu pair and installed rtems-libbsd. Im trying to run NFS in an application but i get an error while linking libbsd drivers. I use the following commands to compil