Debug session hangs while launching 27%...

Hi folks,

I got a problem while starting a debug session. The debugging hangs at “launching 27%…”.

Can somebody help me with this problem?

I also get the following informations:

target extended-remote localhost:3333

0x0000079c in ?? ()

kill

In Extended remote serial target in gdb-specific protocol,

#0 0x0000079c in ?? ()

target extended-remote localhost:3333

Remote communication error: No error.

0x0000079c in ?? ()

b main

No symbol table is loaded. Use the “file” command.

monitor soft_reset_halt

requesting target halt and executing a soft reset

monitor sleep 500

continue

Best regards,

Stefan

I solved that problem. Selecting the .bin instead of .axf file causes the debugger to wait at 27 %.

Stefan