Page 1 of 1

Compiling with CCTools - Android

Posted: Tue Apr 07, 2015 5:24 pm
by Lavanoid
Hi,

I've been trying to compile aescrypt on Android with an app called "CCTools" (https://play.google.com/store/apps/deta ... om.cctools) so I can place the binary's in /system/xbin, allowing me to execute it via Terminal Emulator

Unfortunately, I've been running into compilation issues. The first error encountered was not being able to find lib iconv, which was solved by installing the appropriate package (via the menu within the application). The error I encounter now, is the following:
gcc -Wall -D_FILE_OFFSET_BITS=64 -c aescrypt.c
aescrypt.c:31:37: fatal error: langinfo.h: No such file or directory
#include <langinfo.h> // nl_langinfo
^
compilation terminated.
Makefile:51: recipe for target 'aescrypt.o' failed
make: *** [aescrypt.o] Error 1

Done
Any ideas? I'm using a Nexus 7 2013 (armv7 arch). Thanks!