uPlexa / uplexa

uPlexa: Incentivizing the mass compute power of IoT devices to form a means of anonymous blockchain payments.
https://uplexa.com
Other
48 stars 23 forks source link

Compilation Fails on Certain ARM Devices using GCC #80

Open polarisfm opened 3 years ago

polarisfm commented 3 years ago

Compilation fails on certain ARM devices using GCC. This is due to an issue with rapidjson.

The fix is fairly easy, and is detailed at https://github.com/Tencent/rapidjson/issues/517#issuecomment-174786521. You just need to change the default CMake flags to have it ignore the warnings.

Relevant log here