Changes

Jump to: navigation, search

Mobile/Fennec/Android/GDB

393 bytes added, 19:43, 29 August 2016
Document -fPIE for gdbserver
Alternatively, you may just have an out-of-date version of gdbserver. Check for an updated version in the link posted above.
 
"gdbserver" output:
error: only position independent executables (PIE) are supported.
 
This means your build of gdbserver is too old for the Android version you're debugging on. You may need a newer platform sysroot and/or to add flags to gdb/gdbserver/Makefile to build a position-independent executable.
 
CFLAGS += -fvisibility=default -fPIE
LDFLAGS += -rdynamic -fPIE -pie
=== JimDB sucks! Halp!! ===
Confirm
111
edits

Navigation menu