<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, May 20, 2020 at 1:15 AM 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 Wed, May 20, 2020 at 12:52 AM Mritunjay Sharma<br>
<<a href="mailto:mritunjaysharma394@gmail.com" target="_blank">mritunjaysharma394@gmail.com</a>> wrote:<br>
><br>
><br>
><br>
> On Tue, May 19, 2020 at 10:09 PM Vijay Kumar Banerjee <<a href="mailto:vijay@rtems.org" target="_blank">vijay@rtems.org</a>> wrote:<br>
>><br>
>> 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>
> Thank you so much for the help, Vijay. However, the thing that was working last time is not<br>
> helping me this time. I am attaching the config.log as well. Hope it will help with debugging.<br>
<br>
Thanks for the log files. From a quick look, there is one obvious<br>
error, the linker can't find libbsd most probably because it is not<br>
there. So, you need to remove the -lbsd option from ptpd-2-1.cfg file<br>
LIBS value. Another thing to be noted is that there are a few errors<br>
due to failed version checking of the sparc-rtems5-gcc, this can<br>
probably ignored for now if removing the -lbsd option fixes your<br>
issue.<br>
<br></blockquote><div>Thank you so much! Removing the lbsd from cfg file resloved the earlier </div><div>compiler issue but now another error is coming up and it is somewhat like this:</div><div> "Makefile:502: recipe for target 'all-recursive' failed</div>make[1]: Leaving directory '/home/mritunjay/development/rtems/rsb/rtems/build/ptpd-2.3.1-sparc-rtems5-1/build-cxc'<br>make[1]: *** [all-recursive] Error 1<br>Makefile:412: recipe for target 'all' failed<br>make: *** [all] Error 2<br>shell cmd failed: /bin/sh -ex  /home/mritunjay/development/rtems/rsb/rtems/build/ptpd-2.3.1-sparc-rtems5-1/do-build<br>error: building ptpd-2.3.1-sparc-rtems5-1"</div><div class="gmail_quote"><br></div><div class="gmail_quote">Attaching the log file as well. </div><div class="gmail_quote">- Mritunjay<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
>><br>
>><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>
><br>
><br>
> Thank you so much, I have removed them now and will update on the GitHub as well.<br>
><br>
> - Mritunjay<br>
>><br>
>><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>