cdhome/pi/GorillaBucks/src/leveldb && CC=gcc CXX=g++ make OPT="-pipe -fstack-protector-all --param ssp-buffer-size=1 -DUSE_SECP256K1 -O2" libleveldb.a libmemenv.a
make[1]: Entering directory '/home/pi/GorillaBucks/src/leveldb'
/bin/sh: 1: ./build_detect_platform: Permission denied
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target 'build_config.mk'. Stop.
make[1]: Leaving directory '/home/pi/GorillaBucks/src/leveldb'
Makefile:732: recipe for target '/home/pi/GorillaBucks/src/leveldb/libleveldb.a' failed
make: *** [/home/pi/GorillaBucks/src/leveldb/libleveldb.a] Error 2
Using a Pi2... Thanks for any help!
Find the directory ofGorillabucks/src/leveldb/build_detect_platform and
sudo chmod 777build_detect_platform
If you wait a sec i'll check out my pi and tell you the exact directory.
Edit: just do sudo chmod 777home/pi/Gorillabucks/src/leveldb/build_detect_platform
Thanks AngelLox.. I should have thought of that. Too early in the morning... Now I got this error during the make process:
/usr/bin/ld: cannot find -lsecp256k1
collect2: error: ld returned 1 exit status
Makefile:573: recipe for target 'GorillaBucks-qt' failed
make: *** [GorillaBucks-qt] Error 1