Hi as truecrypt is discontinued.
Does anyone know how to compile Veracrypt for Raspbian?
The normal procedure is to run
Code: Select all
make
Code: Select all
sudo make install
Code: Select all
sudo apt install make gcc pkg-config libwxgtk3.0 libfuse-dev
Code: Select all
sudo make
Code: Select all
Linking veracrypt
Code: Select all
sudo make install
Code: Select all
mkdir: missing operand
Try 'mkdir --help' for more information.
make[1]: *** [Main.make:257: install] Error 1
make: ** [Makefile:485: install] Error 2
Yes, I read that-B.Goode wrote: ↑Wed Oct 16, 2019 7:34 amSee https://www.raspberrypi.org/forums/view ... 5#p1426321
The bit where it says "make install" does not work...
What file(s) is/are "the veracrypt binary"?The "make install" does not work, so I manually copied the veracrypt binary to the /usr/local/bin directory.
The GUI is working, too. But, I found that having the GUI do the administrative elevation would fail. So, I start it with "sudo veracrypt" and I was able to mount successfully through the GUI.
~/Downloads/[extracted veracrypt folder]/src/Setup/Linux/usr/binWhat file(s) is/are "the veracrypt binary"?
Just start in LXTerminal with: veracryptAfter I copy "the veracrypt binary" to /usr/local/bin/ how do I get the GUI to work?
Code: Select all
/usr/local/bin/VeraCrypt_1.24/src/Setup/Linux/usr/bin/veracrypt
Code: Select all
veracrypt
Code: Select all
Compiling jitterentropy-base.c
In file included from ../Crypto/jitterentropy.h:47,
from ../Crypto/jitterentropy-base.c:67:
../Crypto/jitterentropy-base.c: In function ‘jent_loop_shuffle’:
../Crypto/jitterentropy-base-user.h:94:2: error: impossible constraint in ‘asm’
asm volatile("rdtsc" : EAX_EDX_RET(val, low, high));
^~~
make[1]: *** [/tmp/Vera/src/Build/Include/Makefile.inc:25: ../Crypto/jitterentropy-base.o0] Error 1
make: *** [Makefile:422: all] Error 2