Hello,
I and new to android (and arm) development. I have DS-5 installed on eclipse with android SDK and NDK. I can successfully debug native code on android 4.0 real device. (I used several devices successfully) in the same environment when I try to debug android 4.1 device ( again, several devices) I see the following error in the command window:
ERROR(LUX48-TAD10-NAL79): ! Failed to set up shared library support ! Failed to read 4 bytes from address 0x801E2E94 ! Remote gdbserver returned error code 0x01
the application can still run, but I cannot set any breakpoints.
I am using NDK r8b. this version includes gdbserver 7.3.1 that should support android 4.1
a suggested workaround to increase the sleep value in C:\NVPACK\eclipse\plugins\com.arm.debug.configdatabase.data.community_5.11.0.20120731_164750\Boards\Android\Generic\run.py to value other than 0.0 did not help.
any help will be appreciated.