Bitcoin Forum
September 07, 2024, 03:02:08 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Cross compiling Armory for RPI debian (using cross compiler, ubuntu 14.04.x)  (Read 1201 times)
wojciii (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
October 10, 2014, 11:32:01 AM
 #1

I found a number of references about how to build Armory for the Raspberry Pi. I followed this http://www.bootc.net/archives/2012/05/26/how-to-build-a-cross-compiler-for-your-raspberry-pi/ and https://gist.github.com/FiloSottile/3646033.

I am getting:

  File "/home/pi/BitcoinArmory-0.92.3-rpi/CppBlockUtils.py", line 24, in swig_import_helper
    _mod = imp.load_module('_CppBlockUtils', fp, pathname, description)
ImportError: /home/pi/BitcoinArmory-0.92.3-rpi/_CppBlockUtils.so: cannot open shared object file: No such file or directory

This is caused by invalid compiler setup. So the link about creating a working cross compiler is wrong.
The generated .so file cannot be loaded .. so far so good.

So now I am building a cross compiler using this: http://elinux.org/RPi_Linaro_GCC_Compilation
Hopefully it will be able to create shared libraries which can be loaded on the RPI. Smiley

I just created this thread in case other people have similar issues. I guess that I should have spent more time researching before starting to build using crosstool. Wink
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!