Post
Topic
Board Armory
Error when cross-compiling 0.96.1 for RPi
by
datafish
on 31/07/2017, 18:32:59 UTC
I'm following the instructions for cross-compiling located here: https://github.com/goatpig/BitcoinArmory/tree/master/r-pi. Autogen completed, but I'm having the following problem during configure:

Code:
>./configure --host=arm-linux-gnueabihf
...
configure: WARNING: using cross tools not prefixed with host triplet
...
configure: WARNING: no configuration information is in cppForSwig/fcgi
...
configure: WARNING: using cross tools not prefixed with host triplet
...
"No assembler code for CPU arm"
no
cross compiling is set to: yes
checking that generated files are newer than configure... done
configure: error: conditional "GAS210_OR_LATER" was never defined.
Usually this means the macro was only invoked conditionally.
configure: error: ./configure failed for cppForSwig/cryptopp
>

In the above clip, I included a few warnings that I received earlier in the script, but I'm most concerned about the final error. I downloaded the RPi cross compilation tools from https://github.com/raspberrypi/tools and added the appropriate directory to my PATH. This is on a Ubuntu 16.04.1 LTS box. Thanks for any help you can offer.