<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, May 19, 2020 at 10:09 PM Vijay Kumar Banerjee <<a href="mailto:vijay@rtems.org">vijay@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 Tue, May 19, 2020 at 7:42 PM Mritunjay Sharma<br>
<<a href="mailto:mritunjaysharma394@gmail.com" target="_blank">mritunjaysharma394@gmail.com</a>> wrote:<br>
><br>
> Hello everyone,<br>
><br>
> Starting this thread to discuss and give a detail of my progress in relation to<br>
> my GSoC 2020 project "BSP Buildset for EPICS".<br>
><br>
> It is to tell that I have worked on adding ptp2 support as suggested by mentors<br>
> The implementation that I found could work was ptp2 daemon and so worked with<br>
> it.<br>
><br>
> I added these files:<br>
> rsb/rtems/config/net/ptpd-2.3-1.cfg<br>
> rsb/rtems/config/net/ptpd.bset<br>
> rsb/source-builder/config/ptpd-2.1.cfg<br>
><br>
> I am attaching the .diff file and the bug that I have encountered in the<br>
> respective txt file and will like the help of mentors in trying to help me<br>
> fix it.<br>
><br>
Hi Mritrynjay,<br>
<br>
The error your are facing is here:<br>
```<br>
checking whether the C compiler works... no<br>
configure: error: in<br>
`/home/mritunjay/development/rtems/rsb/rtems/build/ptpd-2.3.1-sparc-rtems5-1/build-cxc':<br>
configure: error: C compiler cannot create executables<br>
```<br>
Looks like it's not able to find the CC properly. If I remember<br>
correctly, you had a similar problem before. Do you remember how you<br>
fixed that or what was missing?<br>
<br></blockquote><div>Thank you so much for the help, Vijay. However, the thing that was working last time is not </div><div>helping me this time. I am attaching the config.log as well. Hope it will help with debugging.</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Also, there's another warning in the log:<br>
<br>
configure: WARNING: unrecognized options: --disable-embedded-perl,<br>
--without-openssl<br>
<br>
You can just remove these options from the cfg file.<br></blockquote><div> </div><div>Thank you so much, I have removed them now and will update on the GitHub as well.</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>
Best regards,<br>
Vijay<br>
<br>
> I will also be uploading the files on my GitHub repo as well which can be accessed from here:<br>
> <a href="https://github.com/mritunjaysharma394/rtems-source-builder" rel="noreferrer" target="_blank">https://github.com/mritunjaysharma394/rtems-source-builder</a><br>
><br>
> Thanks,<br>
> Mritunjay<br>
><br>
><br>
> _______________________________________________<br>
> devel mailing list<br>
> <a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
> <a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div></div>