"monitor" command not supported by this target

Hello out there,

for allmost a week now i have tried to debug my homebrew AT91SAM7X256-system with Olimex ARM-OCD-JTAG and Yagarto sw, OpenOCD.

Finally, saturday night i get those funny (???) error description lines.

Can anyone Please give me a hint?? :roll:

WHERE am i beeing stupid?

Besides the point: have a nice weekend!

Here is the full list:

247-gdb-set confirm off

247^done

(gdb)

248-gdb-set width 0

248^done

(gdb)

249-gdb-set height 0

249^done

(gdb)

250-interpreter-exec console echo

250^done

(gdb)

251-gdb-show prompt

251^done,value="(gdb) "

(gdb)

252 target remote localhost:3333

&“target remote localhost:3333\n”

target remote localhost:3333

&“putpkt: write failed: No such file or directory.\n”

putpkt: write failed: No such file or directory.

252^error,msg=“putpkt: write failed: No such file or directory.”

(gdb)

253 monitor soft_reset_halt

&“monitor soft_reset_halt\n”

monitor soft_reset_halt

“monitor” command not supported by this target.

monitor arm7_9 force_hw_bkpts enable

“monitor” command not supported by this target.

&“"monitor" command not supported by this target.\n”

253^error,msg=“"monitor" command not supported by this target.”

(gdb)

254 monitor arm7_9 force_hw_bkpts enable

&“monitor arm7_9 force_hw_bkpts enable\n”

&“"monitor" command not supported by this target.\n”

254^error,msg=“"monitor" command not supported by this target.”

(gdb)

255 symbol-file F:/ARMdev/workspace/QROlle3G/main.out

&“symbol-file F:/ARMdev/workspace/QROlle3G/main.out\n”

symbol-file F:/ARMdev/workspace/QROlle3G/main.out

&“No registers.\n”

255^error,msg=“No registers.”

(gdb)

256 thbreak main

No registers.

&“thbreak main\n”

thbreak main

&“No hardware breakpoint support in the target.\n”

No hardware breakpoint support in the target.

256^error,msg=“No hardware breakpoint support in the target.”

(gdb)

257 continue

&“continue\n”

continue

&“The program is not being run.\n”

The program is not being run.

257^error,msg=“The program is not being run.”

(gdb)

258-stack-list-frames

&“No registers.\n”

No registers.

258^error,msg=“No registers.”

(gdb)

259-break-list

259^done,BreakpointTable={nr_rows=“0”,nr_cols=“6”,hdr=[{width=“3”,alignment=“-1”,col_name=“number”,colhdr=“Num”},{width=“14”,alignment=“-1”,col_name=“type”,colhdr=“Type”},{width=“4”,alignment=“-1”,col_name=“disp”,colhdr=“Disp”},{width=“3”,alignment=“-1”,col_name=“enabled”,colhdr=“Enb”},{width=“10”,alignment=“-1”,col_name=“addr”,colhdr=“Address”},{width=“40”,alignment=“2”,col_name=“what”,colhdr=“What”}],body=}

(gdb)

260 info program

&“info program\n”

~“The program being debugged is not being run.\n”

260^done

(gdb)

261 info threads

&“info threads\n”

&“No registers.\n”

261^error,msg=“No registers.”

(gdb)

262 info threads

&“info threads\n”

&“No registers.\n”

262^error,msg=“No registers.”

(gdb)

263-environment-directory F:/ARMdev/workspace/QROlle3G F:/ARMdev/workspace/QROlle3G/.dep F:/ARMdev/workspace/QROlle3G/.settings

263^done,source-path=“F:/ARMdev/workspace/QROlle3G;F:/ARMdev/workspace/QROlle3G/.dep;F:/ARMdev/workspace/QROlle3G/.settings;$cdir;$cwd”

(gdb)

264 info threads

&“info threads\n”

&“No registers.\n”

264^error,msg=“No registers.”

(gdb)

265-data-list-register-names

265^done,register-names=[“r0”,“r1”,“r2”,“r3”,“r4”,“r5”,“r6”,“r7”,“r8”,“r9”,“r10”,“r11”,“r12”,“sp”,“lr”,“pc”,“f0”,“f1”,“f2”,“f3”,“f4”,“f5”,“f6”,“f7”,“fps”,“cpsr”]

(gdb)

266-break-insert main.c:238

266^done,bkpt={number=“1”,type=“breakpoint”,disp=“keep”,enabled=“y”,addr=“0x000003dc”,func=“main”,file=“main.c”,fullname=“F:/ARMdev/workspace/QROlle3G/main.c”,line=“238”,times=“0”}

(gdb)

267-break-insert main.c:243

267^done,bkpt={number=“2”,type=“breakpoint”,disp=“keep”,enabled=“y”,addr=“0x000003e8”,func=“main”,file=“main.c”,fullname=“F:/ARMdev/workspace/QROlle3G/main.c”,line=“243”,times=“0”}

(gdb)

268-exec-continue

268^running

(gdb)

&“The program is not being run.\n”

The program is not being run.

268^error,msg=“The program is not being run.”

(gdb)

269 info threads

&“info threads\n”

&“No registers.\n”

269^error,msg=“No registers.”

(gdb)

270 info threads

&“info threads\n”

&“No registers.\n”

270^error,msg=“No registers.”

(gdb)

271 info threads

&“info threads\n”

&“No registers.\n”

271^error,msg=“No registers.”

(gdb)

If somebody was going to help me: please do not bother! For some reason the OpenOCD and GDB runs FOR THE MOMENT… :oops: