<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 16, 2021 at 10:57 AM Matthew Joyce <<a href="mailto:mfjoyce2004@gmail.com">mfjoyce2004@gmail.com</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">Hi Dr. Joel,<br>
<br>
I tried that in newlib/libc and there were at least no errors.<br>
(Nothing leading me to believe it was successful either!)<br>
<br>
However I still got the same error when I sudo make install.<br>
(sparc-rtems-ranlib: command not found) (among others!)<br></blockquote><div><br></div><div>The target should be sparc-rtems6 when you configure newlib.</div><div>This should mean invoking the script like "./j-newlib sparc-rtems6"</div><div><br></div><div><br></div><div>And the RTEMS tools should be in your PATH.</div><div><br></div><div>type sparc-rtems6-gcc </div><div><br></div><div>To be sure.</div><div><br></div><div>--joel </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Thanks again!<br>
<br>
Sincerely,<br>
<br>
Matt<br>
<br>
<br>
<br>
On Wed, Jun 16, 2021 at 3:06 PM Joel Sherrill <<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>> wrote:<br>
><br>
> Does adding --no-recursive and running it only from the directory you touched a build system file in help?<br>
><br>
> It is regenerating a lot you don't want to touch anyway.<br>
><br>
> --joel<br>
><br>
> On Wed, Jun 16, 2021, 5:32 AM Matthew Joyce <<a href="mailto:mfjoyce2004@gmail.com" target="_blank">mfjoyce2004@gmail.com</a>> wrote:<br>
>><br>
>> Hi Eshan,<br>
>><br>
>> Thanks very much for your follow up! Ok, I see now that if I go into<br>
>> development/newlib/newlib-cygwin/newlib and run autoreconf -fvi with<br>
>> the v2.69 using the PATH that Dr. Joel just showed, it starts to run.<br>
>> It always eventually exits with an error though. (please see attached<br>
>> .txt). I hope you can read that...I used the command "script" to<br>
>> output everything to a text file.<br>
>><br>
>> Do you have any idea where I might be going wrong?<br>
>><br>
>> Thank you!<br>
>><br>
>> Sincerely,<br>
>><br>
>> Matt<br>
>><br>
>> On Tue, Jun 15, 2021 at 8:23 PM Eshan Dhawan <<a href="mailto:eshandhawan51@gmail.com" target="_blank">eshandhawan51@gmail.com</a>> wrote:<br>
>> ><br>
>> > Hi matt<br>
>> > It would work if run inside newlib instead of newlib-cygwin<br>
>> > run command inside of ../newlib-cygwin/newlib<br>
>> > instead of ../newlib-cygwin<br>
>> ><br>
>> ><br>
>> > On Tue, Jun 15, 2021 at 10:59 PM Matthew Joyce <<a href="mailto:mfjoyce2004@gmail.com" target="_blank">mfjoyce2004@gmail.com</a>> wrote:<br>
>> >><br>
>> >> Ah, ok will do! Thank you for the tip.<br>
>> >><br>
>> >> On Tue, Jun 15, 2021 at 7:17 PM Gedare Bloom <<a href="mailto:gedare@rtems.org" target="_blank">gedare@rtems.org</a>> wrote:<br>
>> >> ><br>
>> >> > Just a note, it's more efficient to capture your terminal dump into a<br>
>> >> > text file and attach that, rather than put a screenshot up.<br>
>> >> ><br>
>> >> > On Tue, Jun 15, 2021 at 11:14 AM Matthew Joyce <<a href="mailto:mfjoyce2004@gmail.com" target="_blank">mfjoyce2004@gmail.com</a>> wrote:<br>
>> >> > ><br>
>> >> > > Hi Gentlemen,<br>
>> >> > ><br>
>> >> > > Thanks very much for your quick replies!<br>
>> >> > ><br>
>> >> > > I just tried both, but perhaps I'm misinterpreting your suggestions.<br>
>> >> > > (Could you please see the attached commands / errors!)<br>
>> >> > ><br>
>> >> > > Eshan,<br>
>> >> > ><br>
>> >> > > I did see that link, but it wasn't clear to me what the solution was...Sorry!<br>
>> >> > ><br>
>> >> > > Sincerely,<br>
>> >> > ><br>
>> >> > > Matt<br>
>> >> > ><br>
>> >> > > On Tue, Jun 15, 2021 at 6:52 PM Eshan Dhawan <<a href="mailto:eshandhawan51@gmail.com" target="_blank">eshandhawan51@gmail.com</a>> wrote:<br>
>> >> > > ><br>
>> >> > > > Hi Matt,<br>
>> >> > > > Try running the command with autoconf version 2.69 that's shipped with RTEMS in the rtems bin<br>
>> >> > > > That works as well.<br>
>> >> > > ><br>
>> >> > > > Also From a quick google search this is what I found : <a href="https://superuser.com/questions/617872/cant-locate-autom4te-channeldefs-pm-in-inc-when-it-definitely-is-there" rel="noreferrer" target="_blank">https://superuser.com/questions/617872/cant-locate-autom4te-channeldefs-pm-in-inc-when-it-definitely-is-there</a><br>
>> >> > > ><br>
>> >> > > > On Tue, Jun 15, 2021 at 9:12 PM Matthew Joyce <<a href="mailto:mfjoyce2004@gmail.com" target="_blank">mfjoyce2004@gmail.com</a>> wrote:<br>
>> >> > > >><br>
>> >> > > >> Hello Dr. Joel and Eshan,<br>
>> >> > > >><br>
>> >> > > >> I have a patch ready to send to Newlib for the sig function prototypes<br>
>> >> > > >> and STR2SIG_MAX.<br>
>> >> > > >><br>
>> >> > > >> But to do that, I think I need to have Newlib built, which I must<br>
>> >> > > >> still be doing wrong. The error that I am getting is attached below.<br>
>> >> > > >><br>
>> >> > > >> I’ve been trying to follow the steps here:<br>
>> >> > > >> <a href="https://medium.com/my-gsoc-2019-journey/apply-newlib-patch-to-rtems-source-builder-6873b0fb31b8" rel="noreferrer" target="_blank">https://medium.com/my-gsoc-2019-journey/apply-newlib-patch-to-rtems-source-builder-6873b0fb31b8</a><br>
>> >> > > >> and <a href="https://medium.com/my-gsoc-2019-journey/build-newlib-for-sparc-and-arm-architecture-6b3287d4c6f2" rel="noreferrer" target="_blank">https://medium.com/my-gsoc-2019-journey/build-newlib-for-sparc-and-arm-architecture-6b3287d4c6f2</a><br>
>> >> > > >><br>
>> >> > > >> I even had rebuilt everything from scratch to see if that would help,<br>
>> >> > > >> but I still get the same error. Maybe I cloned the newlib source into<br>
>> >> > > >> the wrong directory?<br>
>> >> > > >><br>
>> >> > > >> I was hoping to get the patch off to Newlib for review as a first step<br>
>> >> > > >> while I work on writing the actual methods. When you get a moment,<br>
>> >> > > >> could you please advise? Thank you very much!<br>
>> >> > > >><br>
>> >> > > >> Sincerely,<br>
>> >> > > >><br>
>> >> > > >> Matt<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>