Re: Instructions to send a Patch

2019-05-28 Thread Vaibhav Gupta
On Tue, May 28, 2019 at 9:54 PM Joel Sherrill wrote: > Also the newlib community really appreciates it if we review the patches > on the RTEMS development list first. When the patch is OK, then it can go > to the newlib list. > Yeah, this is why I sent the patch on devel; for review. > > --joel

Re: Instructions to send a Patch

2019-05-28 Thread Vaibhav Gupta
On Tue, May 28, 2019 at 11:47 AM Aditya Upadhyay wrote: > On Mon, May 27, 2019 at 10:42 PM Vaibhav Gupta > wrote: > > > > Hello, okay I will keep that in mind. > > . > > . > > . > > . > > But there is one problem with this patch then. > > . > > . > > If i just copy-paste ndbm.h, db.h(needed by n

Re: Instructions to send a Patch

2019-05-28 Thread Joel Sherrill
Also the newlib community really appreciates it if we review the patches on the RTEMS development list first. When the patch is OK, then it can go to the newlib list. --joel On Mon, May 27, 2019 at 12:12 PM Vaibhav Gupta wrote: > Hello, okay I will keep that in mind. > . > . > . > . > But there

Re: rtems-libbsd link error.

2019-05-28 Thread jameszxj
d:/msys64/opt/rtems/5.1/bin/../lib/gcc/arm-rtems5/7.4.0/../../../../arm-rtems5/bin/ld.exe: D:/msys64/opt/rtems/5.1/arm-rtems5/xilinx_zynq_nsaboard/lib\libbsd.a(kern_intr.c.16.o): in function `_bsd_intr_event_suspend_handler': D:\msys64\home\ZXJ\rtems-develop\rtems-libbsd\build\arm-rtems5-xilinx_

Re: rtems-libbsd link error.

2019-05-28 Thread Sebastian Huber
On 28/05/2019 10:14, jameszxj wrote: Hello,        In file freebsd/sys/kern/kern_intr.c function intr_handler_barrier() is exclude by #ifndef __rtems__ ... #endif But function intr_event_suspend_handler() and intr_event_resume_handler()  reference it, this will lead to a link error. What is

Re: GSoC Project | Basic Support for Trace Compass

2019-05-28 Thread Sebastian Huber
On 28/05/2019 10:14, Ravindra Kumar Meena wrote: On Tue, May 28, 2019 at 12:51 PM Sebastian Huber > wrote: In case the application is an RTEMS application running inside Qemu, then of course babletrace will have problems to understand the reco

rtems-libbsd link error.

2019-05-28 Thread jameszxj
Hello, In file freebsd/sys/kern/kern_intr.c function intr_handler_barrier() is exclude by #ifndef __rtems__ ... #endif But function intr_event_suspend_handler() and intr_event_resume_handler() reference it, this will lead to a link error._

Re: GSoC Project | Basic Support for Trace Compass

2019-05-28 Thread Ravindra Kumar Meena
On Tue, May 28, 2019 at 12:51 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > In case the application is an RTEMS application running inside Qemu, > then of course babletrace will have problems to understand the record > item steam since it is not in CTF format. We have the fol

Re: GSoC Project | Basic Support for Trace Compass

2019-05-28 Thread Sebastian Huber
On 28/05/2019 07:20, Ravindra Kumar Meena wrote: On Tue, May 28, 2019, 10:36 AM Sebastian Huber > wrote: On 27/05/2019 20:24, Ravindra Kumar Meena wrote: > > On Mon, May 27, 2019 at 7:51 PM Sebastian Huber > mailto:sebastian.hu...@em