Android based on Intel and not ARM support?
|
05-17-2013, 12:55 AM
Post: #16
|
|||
|
|||
RE: Android based on Intel and not ARM support?
all right, so my error was on the manifest, now I can build the debug version... about the other error, fiddling a little bit in ndk-gdb I was able to bypass that, and launch the app, but stills fails at the very end, it seems that for some reason that damn script can't find the project and correct env variables... it fails trying to do this:
# Now launch the appropriate gdb client with the right init commands # GDBCLIENT=${TOOLCHAIN_PREFIX}gdb GDBSETUP=$APP_OUT/gdb.setup cp -f $GDBSETUP_INIT $GDBSETUP #uncomment the following to debug the remote connection only #echo "set debug remote 1" >> $GDBSETUP echo "file `native_path $APP_PROCESS`" >> $GDBSETUP echo "target remote :$DEBUG_PORT" >> $GDBSETUP if [ -n "$OPTION_EXEC" ] ; then cat $OPTION_EXEC >> $GDBSETUP fi $GDBCLIENT -x `native_path $GDBSETUP` and it prints this: cp: el objetivo «/gdb.setup» no es un directorio ./ndk-gdb: 707: ./ndk-gdb: cannot create Android NDK: /gdb.setup: Directory nonexistent ./ndk-gdb: 708: ./ndk-gdb: cannot create Android NDK: /gdb.setup: Directory nonexistent ./ndk-gdb: 709: ./ndk-gdb: cannot create Android NDK: /gdb.setup: Directory nonexistent ./ndk-gdb: 713: ./ndk-gdb: Android: Permission denied |
|||
05-17-2013, 01:20 AM
Post: #17
|
|||
|
|||
RE: Android based on Intel and not ARM support?
Does ndk-gdb --verbose help?
Possibly relevant: https://groups.google.com/forum/?fromgro...s2YdGO7d8Y This looks interesting: http://stackoverflow.com/questions/10534...on-android Maybe you could try attaching it manually, s/arm/x86/ or something. I wonder if Eclipse could just do it for you? http://www.eclipse.org/sequoyah/document..._debug.php I have not tried this. But also see: http://software.intel.com/en-us/articles...ols-to-use It seems to have a profiler too. Neat. Note to self: http://ds.arm.com/ds-5-community-edition/ -[Unknown] |
|||
05-26-2013, 03:11 PM
Post: #18
|
|||
|
|||
RE: Android based on Intel and not ARM support?
Any new information?
|
|||
05-26-2013, 05:14 PM
Post: #19
|
|||
|
|||
RE: Android based on Intel and not ARM support? | |||
« Next Oldest | Next Newest »
|