user361403
user361403

Reputation: 53

Compiling with gcc and debugging with greenhills debugger

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.

Upvotes: 2

Views: 1011

Answers (1)

dacwe
dacwe

Reputation: 43504

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!

Upvotes: 1

Related Questions