在Raspberry Pi上编译JUMPCoin钱包时出错(leveldb / libmemenv.a:添加符号时出错:)

时间:2018-07-05 10:29:10

标签: c++ unix makefile raspberry-pi leveldb

我正在尝试为我的JUMP硬币(https://github.com/Jumperbillijumper/jumpcoin)编译钱包。

我克隆了仓库, hitTolerancecd 并运行src/

现在我收到此错误:

$ make -f makefile.unix

日志:

/home/pi/jumpcoin/jumpcoin/src/leveldb/libmemenv.a: error addingsymbols: Archive has no index; run ranlib to add one
collect2: error: ld returned 1 exit status
makefile.unix:206: recipe for target 'jumpcoind' failed
make: *** [jumpcoind] Error 1

1 个答案:

答案 0 :(得分:0)

好,问题出在src / leveldb目录中(显然)

我从此存储库(https://github.com/sagacrypto/SagaCoin)中获取了src / leveldb目录,并替换了当前目录。然后一切正常。 (至少对我来说:P)

是的,我知道这不是最佳实践,但这是让我发疯的:D