Re: Problem running sparc-rtems5-gdb

2019-09-25 Thread Joel Sherrill
On Wed, Sep 25, 2019, 7:10 AM Niteesh wrote: > I would love to. I will start working on it soon. > > On Tue, 24 Sep 2019, 11:01 pm Vijay Kumar Banerjee, < > vijaykumar9...@gmail.com> wrote: > >> >> >> On Tue, Sep 24, 2019 at 11:00 PM Vijay Kumar Banerjee < >> vijaykumar9...@gmail.com> wrote: >>

Re: Problem running sparc-rtems5-gdb

2019-09-25 Thread Niteesh
I would love to. I will start working on it soon. On Tue, 24 Sep 2019, 11:01 pm Vijay Kumar Banerjee, < vijaykumar9...@gmail.com> wrote: > > > On Tue, Sep 24, 2019 at 11:00 PM Vijay Kumar Banerjee < > vijaykumar9...@gmail.com> wrote: > >> >> >> >> On Tue, Sep 24, 2019 at 8:42 PM Gedare Bloom

Re: Problem running sparc-rtems5-gdb

2019-09-24 Thread Vijay Kumar Banerjee
On Tue, Sep 24, 2019 at 11:00 PM Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > > > > On Tue, Sep 24, 2019 at 8:42 PM Gedare Bloom wrote: > >> On Sun, Sep 22, 2019 at 2:14 AM Vijay Kumar Banerjee >> wrote: >> > >> > >> > >> > On Sun, Sep 22, 2019, 1:22 PM Niteesh wrote: >> >> >> >>

Re: Problem running sparc-rtems5-gdb

2019-09-24 Thread Vijay Kumar Banerjee
On Tue, Sep 24, 2019 at 8:42 PM Gedare Bloom wrote: > On Sun, Sep 22, 2019 at 2:14 AM Vijay Kumar Banerjee > wrote: > > > > > > > > On Sun, Sep 22, 2019, 1:22 PM Niteesh wrote: > >> > >> Sorry, for so many questions. > >> But I was actually following the latest quick start guide, but it is >

Re: Problem running sparc-rtems5-gdb

2019-09-24 Thread Gedare Bloom
On Sun, Sep 22, 2019 at 2:14 AM Vijay Kumar Banerjee wrote: > > > > On Sun, Sep 22, 2019, 1:22 PM Niteesh wrote: >> >> Sorry, for so many questions. >> But I was actually following the latest quick start guide, but it is lacking >> information on building and running applications, the last page

Re: Problem running sparc-rtems5-gdb

2019-09-22 Thread Jiri Gaisler
On 9/22/19 6:30 AM, Niteesh wrote: > I was following the quick-start guide from > https://docs.rtems.org/branches/master/user/start/index.html > I followed the exact steps but still couldn't get the hello world > running. I face issues when running the GDB, when trying to set the > target to

Re: Problem running sparc-rtems5-gdb

2019-09-22 Thread Vijay Kumar Banerjee
On Sun, Sep 22, 2019, 1:22 PM Niteesh wrote: > Sorry, for so many questions. > But I was actually following the latest quick start guide, but it is > lacking information on building and running applications, the last page on > quick start section was about testing the BSP. That's why I had to

Re: Problem running sparc-rtems5-gdb

2019-09-22 Thread Niteesh
Sorry, for so many questions. But I was actually following the latest quick start guide, but it is lacking information on building and running applications, the last page on quick start section was about testing the BSP. That's why I had to refer to the old wiki section. how could I patch this?

Re: Problem running sparc-rtems5-gdb

2019-09-22 Thread Vijay Kumar Banerjee
On Sun, Sep 22, 2019 at 12:59 PM Niteesh wrote: > https://devel.rtems.org/wiki/TBR/UserManual/Quick_Start#Running > > I actually changed the rtems version from 4.11 to 5 in the command, there > was no documentation about the change in version 5. > > This wiki page is a bit outdated and marked as

Re: Problem running sparc-rtems5-gdb

2019-09-22 Thread Niteesh
https://devel.rtems.org/wiki/TBR/UserManual/Quick_Start#Running I actually changed the rtems version from 4.11 to 5 in the command, there was no documentation about the change in version 5. On Sun, Sep 22, 2019 at 12:30 PM Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > Hello, > > I

Re: Problem running sparc-rtems5-gdb

2019-09-22 Thread Vijay Kumar Banerjee
Hello, I just checked that the built-in sis in gdb has been disabled in this commit: https://git.rtems.org/rtems-source-builder/commit/?id=abc540105d10ddc9cad7de3c7ac0a9aa209ac828 Niteesh: This means that the command you should use is `sparc-rtems5-sis`. Can you please post the link to the exact

Re: Problem running sparc-rtems5-gdb

2019-09-21 Thread Vijay Kumar Banerjee
( Please use the reply to all option to keep the conversation on the list ) On Sun, Sep 22, 2019 at 10:50 AM Niteesh wrote: > bsp: erc32 > > arch: sparc > > Odd. It is expected to work in erc32 if your build is right. I don't have a recent sparc build so I can't verify right now. Let's wait for

Re: Problem running sparc-rtems5-gdb

2019-09-21 Thread Vijay Kumar Banerjee
On Sun, Sep 22, 2019 at 10:35 AM Niteesh wrote: > The problem actually occurred when I was trying to run the hello.exe with > gdb. > 1: *sparc-rtems5-gdb hello.exe* > and inside gdb to set the target as simulator. > 2: *tar sim* > > This is the expected sequence, what BSP are you using? > (gdb)

Re: Problem running sparc-rtems5-gdb

2019-09-21 Thread Vijay Kumar Banerjee
On Sun, Sep 22, 2019 at 10:01 AM Niteesh wrote: > I was following the quick-start guide from > https://docs.rtems.org/branches/master/user/start/index.html > I followed the exact steps but still couldn't get the hello world > running. I face issues when running the GDB, when trying to set the >

Problem running sparc-rtems5-gdb

2019-09-21 Thread Niteesh
I was following the quick-start guide from https://docs.rtems.org/branches/master/user/start/index.html I followed the exact steps but still couldn't get the hello world running. I face issues when running the GDB, when trying to set the target to simulator I get "undefined target cmd: sim", Is it