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-sis via gdb
Unfortun
Unfortunately, this didn’t help:
Transfer rate: 4462 KB/sec, 236 bytes/write.
(gdb) run
The "remote" target does not support "run". Try "help target" or "continue".
I also tried target extended-remote and the -r option in SIS, but so far
without success.
Best regards,
Jan
From: jiri
Sen
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] Connecting to
riscv-rtems6-s
Thank you for your reply!
To Kuan-Hsun Chen:
This is my test eviroment and test case:
Test eviroment:
rtems-bsp: arm/xilinx_zynq_a9_qemu
rtems version: 5.1
Test case:
#include
#include
#include
rtems_id Task[3];
static void taskRunner(rtems_task_argument arg)
{
while(1)
{
if