From fc21bd959f829616b4b45612891042a1004634c1 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Wed, 22 Oct 2014 22:29:05 -0400 Subject: [PATCH] Add a tip on how to solve a build error on the Raspberry Pi. --- MasterPassword/C/build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MasterPassword/C/build b/MasterPassword/C/build index 14763d81..965c881e 100755 --- a/MasterPassword/C/build +++ b/MasterPassword/C/build @@ -2,7 +2,10 @@ # # TROUBLESHOOTING # - 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 # masterpassword@lyndir.com