Re: [SIS] Connecting to riscv-rtems6-sis via gdb

2021-06-15 Thread j...@gaisler.se
You also need to connect gdb with 'target extended-remote localhost:1234' . It should work then ...-- Ursprungligt meddelande--Från: Jan.Sommer@dlr.deDatum: tis 15 juni 2021 08:38Till: j...@gaisler.se;users@rtems.org;Kopia: Ämne:RE: [SIS] Connecting to riscv-rtems6-s

RE: [SIS] Connecting to riscv-rtems6-sis via gdb

2021-06-15 Thread Jan.Sommer
ess. Best regards, Jan From: jiri Sent: Tuesday, June 15, 2021 12:53 PM To: Sommer, Jan ; users@rtems.org Subject: Re: [SIS] Connecting to riscv-rtems6-sis via gdb Try to start ececution in gdb with 'run' rather than "c'. This might be needed to initialize the simulator. J

Re: [SIS] Connecting to riscv-rtems6-sis via gdb

2021-06-15 Thread jiri
Try to start ececution in gdb with 'run' rather than "c'. This might be needed to initialize the simulator.Jiri.Sent from Samsung tablet. Original message From: jan.som...@dlr.de Date: 14/06/2021 11:27 (GMT-04:00) To: users@rtems.org Subject: [SIS] Connect

[SIS] Connecting to riscv-rtems6-sis via gdb

2021-06-14 Thread Jan.Sommer
Hello, I tried to follow the example for using SIS, but use RISCV as the target platform instead of SPARC (https://docs.rtems.org/branches/master/user/tools/tester.html#building-rtems-tests). However, while I can run ticker.exe of the griscv BSP perfectly in SIS, the same application does not r