MyHush / hush

Hush is a fork of Zcash focused on secure communications
https://myhush.org
Other
67 stars 37 forks source link

Error building hush on ARM chromebook #16

Closed leto closed 7 years ago

leto commented 7 years ago

Describe the issue

When trying to compile the latest hush.git from source:

g++: error: unrecognized command line option "-m64"

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

  1. ./zcutil/build
  2. Error happens when building boost

Expected behaviour

hush should build correctly

Actual behaviour + errors

When boost is being compiled, it seems to compile for x86_64 when this is an ARM7vl system.

The version of Hush you were using:

hush.git master 875183b360f4

Machine specs:

leto commented 7 years ago

Turns out that zcash/hush/libzsnark is not compatible with the armv7 instruction set....

leto commented 7 years ago

Since we cannot support something our upstream libraries do not support, I am closing this.