PirateNetwork / PirateWallet-Lite

Pirate Wallet Lite
https://piratechain.com
MIT License
9 stars 11 forks source link

Feature: please port to aarch64 #10

Open robster7674 opened 3 years ago

robster7674 commented 3 years ago

Please port the Lite wallet to aarch64 in order to be able to run it on Raspberry Pi (armv8-A, see for example https://www.mbtechworks.com/hardware/raspberry-pi-model-comparison.html).

AquaMCU commented 3 years ago

Hi. I think a RPI400 is a perfect device for a hardware wallet ;)

I run Ubuntu Mate on my pi.

So I bought one and tried to compile the software. 1st of all, I ran into the zewalletlib not being available. After entereing the folder /res/libzewalletlight, I ran the build.sh script. That failed with:

error: failed to run custom build command for zecwalletlitelib v0.1.0 (https://github.com/piratenetwork/piratewallet-light-cli?rev=5a7848381e93d4874375bddc7117efb73678b94e#5a784838)

Caused by: process didn't exit successfully: /home/oliver/piratewallet-lite/res/libzecwalletlite/target/release/build/zecwalletlitelib-ce4a278201dd8752/build-script-build (exit code: 101) --- stderr thread 'main' panicked at 'called Result::unwrap() on an Err value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', /home/oliver/.cargo/registry/src/github.com-1ecc6299db9ec823/tonic-build-0.1.1/src/lib.rs:226:14 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace warning: build failed, waiting for other jobs to finish... error: build failed cp: cannot stat 'target/release/libzecwalletlite.a': No such file or directory

Any ideas?