This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARM DS-5 Tutorial For Android

Note: This was originally posted on 5th December 2011 at http://forums.arm.com

Hi,

I've created a step by step blog post for using DS-5 as debugger tool for Android http://kernel.ozandroid.info/?p=83

Hope this is useful for others.

Cheers
Parents
  • Note: This was originally posted on 20th March 2012 at http://forums.arm.com

    You could try to replace gdbserver inside NDK (like ...\android-ndk\toolchains\arm-linux-androideabi-4.4.3\prebuilt)

    Does LogCat says anything useful? Maybe you are trying to use for example OpenGL ES 2.0 in emulator (which isn't supported)?
    Also, hitting breakpoint at begining of android_main is a little bit tricky...


    --

    Just for note, debugging on SGS2 with official ICS (4.0) works fine now (or at least same as on other devices)!
Reply
  • Note: This was originally posted on 20th March 2012 at http://forums.arm.com

    You could try to replace gdbserver inside NDK (like ...\android-ndk\toolchains\arm-linux-androideabi-4.4.3\prebuilt)

    Does LogCat says anything useful? Maybe you are trying to use for example OpenGL ES 2.0 in emulator (which isn't supported)?
    Also, hitting breakpoint at begining of android_main is a little bit tricky...


    --

    Just for note, debugging on SGS2 with official ICS (4.0) works fine now (or at least same as on other devices)!
Children
No data