I am a newbie to debugging. I compiled my project with gcc and i am trying to debug it with a greenhills debugger. when i try to debug it, i get an error "unreadable memory" in greenhills. Anyone know why and how to fix this error? Any help will be appreciated.

Thanks.

link|improve this question
feedback

1 Answer

You will also need to translate the dwarf debug information generated by gcc to a debug format that Multi understands.

Ps, I think the converter costs money!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.