haoyangw / terminal-ide

Automatically exported from code.google.com/p/terminal-ide
0 stars 0 forks source link

debugging for native/cross-compiled binary #107

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
cross-compiled gcc4.5 binary target execution simply states no such file or 
directory, needs access to the newly spawned vm arguments for jcc or 
integration with gdb via replacing target java runtime.

I am sure the error is because I have not compiled gcc with appropriate android 
emulation linker script, but It would be less egnigmatic with a java vm shim of 
gdb.

Original issue reported on code.google.com by Brochest...@gmail.com on 12 Mar 2014 at 4:04