Re: Help on how to configure for user-defined memory protection support (GSoC 2020)

2020-05-19 Thread Hesham Almatary
On Tue, 19 May 2020 at 14:00, Utkarsh Rai wrote: > > > > On Mon, May 18, 2020 at 8:38 PM Gedare Bloom wrote: >> >> On Mon, May 18, 2020 at 4:31 AM Utkarsh Rai wrote: >> > >> > >> > >> > >> > On Sat, May 16, 2020 at 9:16 PM Joel Sherrill wrote: >> >> >> >> >> >> >> >> On Sat, May 16, 2020 at 10:

Re: [rtems/rsb]: Adding PTP support to RSB [GSoC 2020]

2020-05-19 Thread Chris Johns
On 20/5/20 5:57 am, Mritunjay Sharma wrote: On Wed, May 20, 2020 at 1:15 AM Vijay Kumar Banerjee > wrote: On Wed, May 20, 2020 at 12:52 AM Mritunjay Sharma mailto:mritunjaysharma...@gmail.com>> wrote: > > > > On Tue, May 19, 2020 at 10:09 P

Re: [rtems/rsb]: Adding PTP support to RSB [GSoC 2020]

2020-05-19 Thread Vijay Kumar Banerjee
On Wed, May 20, 2020 at 1:27 AM Mritunjay Sharma wrote: > >> Thanks for the log files. From a quick look, there is one obvious >> error, the linker can't find libbsd most probably because it is not >> there. So, you need to remove the -lbsd option from ptpd-2-1.cfg file >> LIBS value. Another thin

Re: [rtems/rsb]: Adding PTP support to RSB [GSoC 2020]

2020-05-19 Thread Vijay Kumar Banerjee
On Wed, May 20, 2020 at 12:52 AM Mritunjay Sharma wrote: > > > > On Tue, May 19, 2020 at 10:09 PM Vijay Kumar Banerjee wrote: >> >> On Tue, May 19, 2020 at 7:42 PM Mritunjay Sharma >> wrote: >> > >> > Hello everyone, >> > >> > Starting this thread to discuss and give a detail of my progress in

Re: [rtems/rsb]: Adding PTP support to RSB [GSoC 2020]

2020-05-19 Thread Mritunjay Sharma
On Tue, May 19, 2020 at 10:09 PM Vijay Kumar Banerjee wrote: > On Tue, May 19, 2020 at 7:42 PM Mritunjay Sharma > wrote: > > > > Hello everyone, > > > > Starting this thread to discuss and give a detail of my progress in > relation to > > my GSoC 2020 project "BSP Buildset for EPICS". > > > > It

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

[rtems/rsb]: Adding PTP support to RSB [GSoC 2020]

2020-05-19 Thread Mritunjay Sharma
Hello everyone, Starting this thread to discuss and give a detail of my progress in relation to my GSoC 2020 project "BSP Buildset for EPICS". It is to tell that I have worked on adding ptp2 support as suggested by mentors The implementation that I found could work was ptp2 daemon and so worked w

Re: Help on how to configure for user-defined memory protection support (GSoC 2020)

2020-05-19 Thread Utkarsh Rai
On Mon, May 18, 2020 at 8:38 PM Gedare Bloom wrote: > On Mon, May 18, 2020 at 4:31 AM Utkarsh Rai > wrote: > > > > > > > > > > On Sat, May 16, 2020 at 9:16 PM Joel Sherrill wrote: > >> > >> > >> > >> On Sat, May 16, 2020 at 10:14 AM Gedare Bloom wrote: > >>> > >>> Utkarsh, > >>> > >>> What do