Hello.
I'm trying to run multicore image generated by maptool.py (and I have no output "GEL is created in the "./images" directory").
Test application for that is compiled with --symdebug:dwarf option.
I load symbols via GEL_SymbolLoad("app.out") and see them in Disassembly View.
But when I start image it execute without halt at main() like specified in settings.
However I can see variables and if I set breakpoint after target connection than it works.
How could I to debug properly in this case?