/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/pi/litecoin/src -I/home/pi/litecoin/src/obj -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/net.d -o obj/net.o net.cpp
/tmp/cc7fVCSM.s: Assembler messages:
/tmp/cc7fVCSM.s:14706: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7fVCSM.s:14735: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7fVCSM.s:14771: Warning: swp{b} use is deprecated for this architecture
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/pi/litecoin/src -I/home/pi/litecoin/src/obj -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/protocol.d -o obj/protocol.o protocol.cpp
/tmp/cc7ivn1X.s: Assembler messages:
/tmp/cc7ivn1X.s:1879: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7ivn1X.s:1896: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7ivn1X.s:1933: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7ivn1X.s:2103: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7ivn1X.s:2130: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7ivn1X.s:2166: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7ivn1X.s:3629: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7ivn1X.s:3646: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7ivn1X.s:3682: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7ivn1X.s:3843: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7ivn1X.s:3870: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7ivn1X.s:3906: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7ivn1X.s:5468: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7ivn1X.s:5485: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7ivn1X.s:5521: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7ivn1X.s:6259: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7ivn1X.s:6284: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7ivn1X.s:6320: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7ivn1X.s:6943: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7ivn1X.s:6960: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7ivn1X.s:6996: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7ivn1X.s:7734: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7ivn1X.s:7759: Warning: swp{b} use is deprecated for this architecture
/tmp/cc7ivn1X.s:7795: Warning: swp{b} use is deprecated for this architecture
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/pi/litecoin/src -I/home/pi/litecoin/src/obj -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/bitcoinrpc.d -o obj/bitcoinrpc.o bitcoinrpc.cpp
In file included from bitcoinrpc.h:15:0,
from bitcoinrpc.cpp:15:
json/json_spirit_writer_template.h: In function âString_type json_spirit::add_esc_chars(const String_type&) [with String_type = std::basic_string
json/json_spirit_writer_template.h:168:13: instantiated from âvoid json_spirit::Generator
json/json_spirit_writer_template.h:124:34: instantiated from âvoid json_spirit::Generator
json/json_spirit_writer_template.h:113:13: instantiated from âjson_spirit::Generator
json/json_spirit_writer_template.h:232:9: instantiated from âvoid json_spirit::write_stream(const Value_type&, Ostream_type&, bool) [with Value_type = json_spirit::Value_impl
json/json_spirit_writer_template.h:242:9: instantiated from âtypename Value_type::String_type json_spirit::write_string(const Value_type&, bool) [with Value_type = json_spirit::Value_impl
bitcoinrpc.cpp:2516:46: instantiated from here
json/json_spirit_writer_template.h:78:63: warning: comparison is always true due to limited range of data type [-Wtype-limits]
Then it just shuts down putty, or i receive a message saying that it's inactive. I've been able to compile bitcoind but can't do it for Litecoin.
My goal was to make a private ltc pool, so i need the litecoind running on the Pi. If anyone can give me some help...
Thanks.
Did you ever get this resolved. Currently compiling litecoin on RPI with Arch. So will post if I find a resolution, I've not hit this bit yet though.