Re: sparc-rtems-gdb doesn't recognize target "sim"

2019-11-13 Thread Shubham Bhagat
Thank you for the help! sparc-rtems5-sis works well for me. On Wednesday, 13 November, 2019, 2:46:02 pm IST, Jiri Gaisler wrote: On 11/13/19 9:48 AM, Vaibhav Gupta wrote: You can also use "sis" 1- Open Terminal 1 and write: $ sparc-rtems5-sis -gdb         # It will

Re: sparc-rtems-gdb doesn't recognize target "sim"

2019-11-13 Thread Jiri Gaisler
On 11/13/19 9:48 AM, Vaibhav Gupta wrote: > You can also use "sis" > > 1- Open Terminal 1 and write: > > $ sparc-rtems5-sis -gdb >         # It will print 'gdb: listening on port 1234'. >         # Note you can define port number with '-port' option. > > 2-Open Terminal 2 and write: > > $

Re: sparc-rtems-gdb doesn't recognize target "sim"

2019-11-13 Thread Vaibhav Gupta
You can also use "sis" 1- Open Terminal 1 and write: $ sparc-rtems5-sis -gdb # It will print 'gdb: listening on port 1234'. # Note you can define port number with '-port' option. 2-Open Terminal 2 and write: $ sparc-rtems5-gdb hello.exe # gdb asks for several inputs

Re: sparc-rtems-gdb doesn't recognize target "sim"

2019-11-12 Thread Vijay Kumar Banerjee
On Wed, Nov 13, 2019 at 12:39 AM Shubham Bhagat wrote: > Hello everyone, > I've been trying to run the hello world example in source tree > to get > started with sparc/erc32 but after building all that is required ( followed >

sparc-rtems-gdb doesn't recognize target "sim"

2019-11-12 Thread Shubham Bhagat
Hello everyone,I've been trying to run the hello world example in source tree to get started with sparc/erc32 but after building all that is required ( followed POSIX Compliance (Getting started challenge for RTEMS beginners)). Ifollowed all the commands. But, when gdb starts and I set "tar