2
0

Add a tip on how to solve a build error on the Raspberry Pi.

This commit is contained in:
Maarten Billemont 2014-10-22 22:29:05 -04:00
parent 2de17384ff
commit fc21bd959f

View File

@ -2,7 +2,10 @@
# #
# TROUBLESHOOTING # TROUBLESHOOTING
# - To enable verbose algorithm/implementation debugging, use ./build -DDEBUG # - To enable verbose algorithm/implementation debugging, use ./build -DDEBUG
# - If you see 'undefined reference to `clock_gettime'', try ./build -lrt instead # - If you see 'undefined reference to `clock_gettime'',
# try ./build -lrt instead.
# - If you see 'x86.S:202: Error: junk at end of line, first unrecognized character is `,'',
# try commenting the line in lib/bcrypt/x86.S.
# #
# BUGS # BUGS
# masterpassword@lyndir.com # masterpassword@lyndir.com