libbsd for Beaglebone black

2021-06-04 Thread Siddons, David
Hi, I'm working through the "quick start" document (https://docs.rtems.org/branches/master/user/start/index.html), and have succeeded in bulding and running the paranoia example on the beaglebone. I now want to add the bsd networking library. I followed https://rmeena840.github.io/Fourth-Post/.

Re: libbsd for Beaglebone black

2021-06-04 Thread Vijay Kumar Banerjee
Hi, On Fri, Jun 4, 2021 at 1:09 PM Siddons, David wrote: > > Hi, I'm working through the "quick start" document > (https://docs.rtems.org/branches/master/user/start/index.html), and have > succeeded in bulding and running the paranoia example on the beaglebone. I > now want to add the bsd netw

Re: finstrument-functions issues

2021-06-04 Thread Joel Sherrill
On Fri, Jun 4, 2021 at 9:16 AM Matthew J Fletcher wrote: > Replying to myself. > > Seems various interrupt and other rtems routines need to be excluded, with > "-finstrument-functions-exclude-file-list=/rtems > -finstrument-functions-exclude-function-list=arm_interrupt_,rtems_" > stability resume

Re: finstrument-functions issues

2021-06-04 Thread Matthew J Fletcher
Replying to myself. Seems various interrupt and other rtems routines need to be excluded, with "-finstrument-functions-exclude-file-list=/rtems -finstrument-functions-exclude-function-list=arm_interrupt_,rtems_" stability resumes. On Wed, 2 Jun 2021 at 15:34, Matthew J Fletcher wrote: > Hi > >