Compiling with CCTools - Android

Discussion related to AES Crypt, the file encryption software for Windows, Linux, Mac, and Java.
Post Reply
Lavanoid
Posts: 1
Joined: Tue Apr 07, 2015 5:14 pm

Compiling with CCTools - Android

Post 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!
Post Reply