Post Reply 
 
Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Android based on Intel and not ARM support? - YaPeL - 05-17-2013 12:55 AM

Forum Jump: