<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 4, 2020 at 10:39 AM Chris Johns <<a href="mailto:chrisj@rtems.org">chrisj@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 4/6/20 2:31 pm, Gedare Bloom wrote:<br>
> On Wed, Jun 3, 2020 at 1:53 PM Mritunjay Sharma<br>
> <<a href="mailto:mritunjaysharma394@gmail.com" target="_blank">mritunjaysharma394@gmail.com</a>> wrote:<br>
>><br>
>> Hello everyone,<br>
>><br>
>> As suggested by Heinz, I started building for xilinx_zynq_a9_qemu<br>
>> with a little modification in ptp cfg file.<br>
>><br>
>> The netinet is no longer a problem here but another problem has come as follows:<br>
>><br>
>> ../../ptpd-2.3.1/src/dep/startup.c: In function 'ptpdStartup':<br>
<br>
Is this from sourceforge?<br></blockquote><div><br></div><div>Earlier I used from debian, today I tried with Sourceforge, but same error still :( </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
How does the ptpd-2.3.1 source code relate to the github repo<br>
<a href="https://github.com/ptpd/ptpd" rel="noreferrer" target="_blank">https://github.com/ptpd/ptpd</a> ?<br>
<br>
I have been referencing the github repo.<br></blockquote><div><br></div><div>Yes, that's the repo that we are working with. <br></div><div><br></div><div>Mritunjay</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
>> ../../ptpd-2.3.1/src/dep/startup.c:948:29: error: 'CPU_LEVEL_WHICH' undeclared (first use in this function)<br>
>>        if(cpuset_setaffinity(CPU_LEVEL_WHICH, CPU_WHICH_PID,<br>
>>                              ^~~~~~~~~~~~~~~<br>
>> ../../ptpd-2.3.1/src/dep/startup.c:948:46: error: 'CPU_WHICH_PID' undeclared (first use in this function)<br>
>>        if(cpuset_setaffinity(CPU_LEVEL_WHICH, CPU_WHICH_PID,<br>
>>                                               ^~~~~~~~~~~~~<br>
> <br>
> These are from BSD. This probably needs to be compiled with libbsd<br>
> somehow? or picking up its header files...<br>
<br>
In the github version this code is conditional on sys/cpuset.h being present. </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Chris<br>
</blockquote></div></div>