I'm trying to build ltrace for android. I've tryed a few ways none worked....
I was able to produce a bin file compiling the source code using crosstool-ng's arm-unknown-linux-gnueabi and
./configure -host=arm-linux-gnueabi -target arm-linux-gnueabi CC=/path/to/toolchain/bin/arm-unknown-linux-gnueabi-gcc -prefix=/path/to/destination/folder
but when i tried to execute that bin on android i get:
./ltrace: not found
Any ideas?