Hii,
Thank you for your replies. I did not load the program before
executing run on gdb. Now it works fine.
However, I need your help with one more thing. When I run gdb with
stepi or nexti to see how the code runs from the beginning to the end,
gdb always ends up going in an infinite loop in har
Hello Niteesh,
On 25/05/2020 11:20, Niteesh G. S. wrote:
> Hello,
>
> I have completed the porting of the OFW code from FreeBSD to RTEMS.
> I do acknowledge the fact that we haven't decided on the directory for files
> to be placed in. The previous conversation had stopped quite a while ago.
> Ch
Hello everyone,
As advised I tried adding Netinet package which
is a dependency to add PTP and was causing an error
earlier, I have encountered another error as mentioned below
while testing the build for netinet.
/home/mritunjay/development/rtems/rsb/rtems/build/netinet--sparc-rtems5-1/do-build:
On 5/26/20 2:55 PM, Richi Dubey wrote:
> Hii,
>
> Thank you for your replies. I did not load the program before
> executing run on gdb. Now it works fine.
>
> However, I need your help with one more thing. When I run gdb with
> stepi or nexti to see how the code runs from the beginning to the end
Hello Niteesh,
On 26/05/2020 19:56, Christian Mauderer wrote:
> Hello Niteesh,
>
> On 25/05/2020 11:20, Niteesh G. S. wrote:
>> Hello,
>>
>> I have completed the porting of the OFW code from FreeBSD to RTEMS.
>> I do acknowledge the fact that we haven't decided on the directory for files
>> to be
Although the last few lines tell you to look somewhere else for details,
the error is pretty clear from your log.
+ cd netinet
/home/mritunjay/development/rtems/rsb/rtems/build/netinet--sparc-rtems5-1/do-build:
90: cd: can't cd to netinet
shell cmd failed: /bin/sh -ex
/home/mritunjay/development
On Mon, May 25, 2020 at 9:32 PM Gedare Bloom wrote:
> On Mon, May 25, 2020 at 5:39 AM Utkarsh Rai
> wrote:
> >
> >
> > On Fri, May 22, 2020, at 10:59 AM Gedare Bloom wrote:
> >>
> >> > This means that our low-level design for providing thread stack
> protection may look something like this:-
>