Actions
Bug #358
closedNative Debugging in Eclipse fails with ndk r8-crystax-1
Start date:
05/28/2013
Due date:
% Done:
100%
Estimated time:
CPU Architecture:
armeabi
Host OS:
Windows
Toolchain:
gcc-4.6, gcc-4.7
Android version:
CrystaX NDK Version:
Description
I switched the NDK from android-ndk-r7-crystax-5.beta3 to the new android-ndk-r8-crystax-1 and native debugging in Eclipse fails with the error message:
Failed to execute MI command:
-file-exec-and-symbols C:/Projekte/Android/CISdroid_unstable/CISdroid/obj/local/armeabi/app_process
Error message from debugger back end:
I'm sorry, Dave, I can't do that. Symbol format `elf32-littlearm' unknown.
Updated by Alexander Z. almost 10 years ago
- Status changed from Open to In Progress
Updated by Alexander Z. almost 10 years ago
- Status changed from In Progress to 3
- % Done changed from 0 to 100
Debugging with ndk-gdb from a command line works now for all supported platforms, i.e linux, mac, windows.
Debugging with Eclipse does not work because of ADT plugin issues.
See this topic for example: https://code.google.com/p/android/issues/detail?id=57865
NB Debugging with Eclipse does not work for Google's NDK too as of r10d.
Actions