Re: GSoC 2020: [rtems/rsb]: Error while adding ptp support. This time building for xilinx_zynq_a9_qemu

2020-06-15 Thread Heinz Junkes
If you want to get ahead, just make a version that already has a configure, then you can save yourself the trouble with autoconf. I'd put that in the back. Heinz > On 15. Jun 2020, at 20:46, Mritunjay Sharma > wrote: > > Hello everyone, > > The latest update is that by changing a couple of

Re: GSoC 2020: [rtems/rsb]: Error while adding ptp support. This time building for xilinx_zynq_a9_qemu

2020-06-14 Thread Heinz Junkes
I can't find configure in the zip-file (master.zip) which you are loading.. ptpd-master still needs to be reconfigured (autoreconf -vi) This reconfigure is missing in the cfg file. It only works the second time and therefore cannot really be used at the moment. Unfortunately I don't know why it

RE: GSoC 2020: [rtems/rsb]: Error while adding ptp support. This time building for xilinx_zynq_a9_qemu

2020-06-11 Thread Jan.Sommer
> -Original Message- > From: Chris Johns [mailto:chr...@rtems.org] > Sent: Thursday, June 11, 2020 2:26 AM > To: Sommer, Jan; mritunjaysharma...@gmail.com > Cc: rtems-de...@rtems.org > Subject: Re: GSoC 2020: [rtems/rsb]: Error while adding ptp support. Th

Re: GSoC 2020: [rtems/rsb]: Error while adding ptp support. This time building for xilinx_zynq_a9_qemu

2020-06-10 Thread Chris Johns
On 5/6/20 6:03 pm, jan.som...@dlr.de wrote: > We came across the PPSi library for PTP support some time ago: > https://ohwr.org/project/ppsi > In their documentation its says they started with ptpd and then made an > overhaul of the source code. Interesting. Did you check the licenses and

Re: GSoC 2020: [rtems/rsb]: Error while adding ptp support. This time building for xilinx_zynq_a9_qemu

2020-06-06 Thread junkes
This is an unusually long text for the mailing list. I tried to write a kind of tutorial using an example for a GSOC student. I'm looking forward to the comments from the pros and can write it down completely. Hello, Mritunjay if I understood it correctly, one idea of the rtems source

Re: GSoC 2020: [rtems/rsb]: Error while adding ptp support. This time building for xilinx_zynq_a9_qemu

2020-06-05 Thread Gedare Bloom
Is this the same error Heinz said he got every other time? Try it twice, see what happens... On Fri, Jun 5, 2020 at 5:31 PM Mritunjay Sharma wrote: > > > Thank you so much Heinz for such a detailed response. > It really helped me a lot. > > As advised by you and Heinz, I changed the source to >

Re: GSoC 2020: [rtems/rsb]: Error while adding ptp support. This time building for xilinx_zynq_a9_qemu

2020-06-05 Thread Mritunjay Sharma
Thank you so much Heinz for such a detailed response. It really helped me a lot. As advised by you and Heinz, I changed the source to https://github.com/mritunjaysharma394/ptpd/archive/master.zip with suggested changes. However, I have encountered few bugs again related to autoreconf. It looks

RE: GSoC 2020: [rtems/rsb]: Error while adding ptp support. This time building for xilinx_zynq_a9_qemu

2020-06-05 Thread Jan.Sommer
iday, June 5, 2020 6:09 AM > To: Mritunjay Sharma > Cc: RTEMS Devel > Subject: Re: GSoC 2020: [rtems/rsb]: Error while adding ptp support. This > time building for xilinx_zynq_a9_qemu > > On 04/06/2020 20:29, Mritunjay Sharma wrote: > > > > > > &

Re: GSoC 2020: [rtems/rsb]: Error while adding ptp support. This time building for xilinx_zynq_a9_qemu

2020-06-04 Thread Sebastian Huber
On 04/06/2020 20:29, Mritunjay Sharma wrote: On Thu, Jun 4, 2020 at 11:07 PM Sebastian Huber > wrote: On 04/06/2020 16:22, Gedare Bloom wrote: >>> In the github version this code is conditional on sys/cpuset.h being present. >>>

Re: GSoC 2020: [rtems/rsb]: Error while adding ptp support. This time building for xilinx_zynq_a9_qemu

2020-06-04 Thread Gedare Bloom
On Thu, Jun 4, 2020 at 1:38 PM junkes wrote: > > Hallo Mritunjay, > > You can't just take the github ptpd sources and make them work in RTEMS. You > have to make some configuration > and sources changes before you can build the with the rsb. > > Some things like the sys/cpuset.h seems not to be

Re: GSoC 2020: [rtems/rsb]: Error while adding ptp support. This time building for xilinx_zynq_a9_qemu

2020-06-04 Thread junkes
Hallo Mritunjay, You can't just take the github ptpd sources and make them work in RTEMS. You have to make some configuration and sources changes before you can build the with the rsb. Some things like the sys/cpuset.h seems not to be fully compatible yet and so the configure simply makes

Re: GSoC 2020: [rtems/rsb]: Error while adding ptp support. This time building for xilinx_zynq_a9_qemu

2020-06-04 Thread Mritunjay Sharma
On Thu, Jun 4, 2020 at 11:07 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 04/06/2020 16:22, Gedare Bloom wrote: > > >>> In the github version this code is conditional on sys/cpuset.h being > present. > >>> > > Well, we do have a sys/cpuset.h in newlib. It doesn't have

Re: GSoC 2020: [rtems/rsb]: Error while adding ptp support. This time building for xilinx_zynq_a9_qemu

2020-06-04 Thread Sebastian Huber
On 04/06/2020 16:22, Gedare Bloom wrote: In the github version this code is conditional on sys/cpuset.h being present. Well, we do have a sys/cpuset.h in newlib. It doesn't have these BSD definitions though. Probably either: 1. Add more stuff to sys/cpuset.h to make it support BSDisms. This

Re: GSoC 2020: [rtems/rsb]: Error while adding ptp support. This time building for xilinx_zynq_a9_qemu

2020-06-04 Thread junkes
On 2020-06-04 16:22, Gedare Bloom wrote: On Thu, Jun 4, 2020 at 7:58 AM Mritunjay Sharma wrote: On Thu, Jun 4, 2020 at 10:39 AM Chris Johns wrote: On 4/6/20 2:31 pm, Gedare Bloom wrote: > On Wed, Jun 3, 2020 at 1:53 PM Mritunjay Sharma > wrote: >> >> Hello everyone, >> >> As suggested

Re: GSoC 2020: [rtems/rsb]: Error while adding ptp support. This time building for xilinx_zynq_a9_qemu

2020-06-04 Thread Gedare Bloom
On Thu, Jun 4, 2020 at 7:58 AM Mritunjay Sharma wrote: > > > > On Thu, Jun 4, 2020 at 10:39 AM Chris Johns wrote: >> >> On 4/6/20 2:31 pm, Gedare Bloom wrote: >> > On Wed, Jun 3, 2020 at 1:53 PM Mritunjay Sharma >> > wrote: >> >> >> >> Hello everyone, >> >> >> >> As suggested by Heinz, I

Re: GSoC 2020: [rtems/rsb]: Error while adding ptp support. This time building for xilinx_zynq_a9_qemu

2020-06-04 Thread Mritunjay Sharma
On Thu, Jun 4, 2020 at 10:39 AM Chris Johns wrote: > On 4/6/20 2:31 pm, Gedare Bloom wrote: > > On Wed, Jun 3, 2020 at 1:53 PM Mritunjay Sharma > > wrote: > >> > >> Hello everyone, > >> > >> As suggested by Heinz, I started building for xilinx_zynq_a9_qemu > >> with a little modification in ptp

Re: GSoC 2020: [rtems/rsb]: Error while adding ptp support. This time building for xilinx_zynq_a9_qemu

2020-06-03 Thread Chris Johns
On 4/6/20 2:31 pm, Gedare Bloom wrote: > On Wed, Jun 3, 2020 at 1:53 PM Mritunjay Sharma > wrote: >> >> Hello everyone, >> >> As suggested by Heinz, I started building for xilinx_zynq_a9_qemu >> with a little modification in ptp cfg file. >> >> The netinet is no longer a problem here but another

Re: GSoC 2020: [rtems/rsb]: Error while adding ptp support. This time building for xilinx_zynq_a9_qemu

2020-06-03 Thread Gedare Bloom
On Wed, Jun 3, 2020 at 1:53 PM Mritunjay Sharma wrote: > > Hello everyone, > > As suggested by Heinz, I started building for xilinx_zynq_a9_qemu > with a little modification in ptp cfg file. > > The netinet is no longer a problem here but another problem has come as > follows: > >