The Slimcoin version 0.5.0 is not working properly on any of my ARM boards (Raspberry Pi & Odroid XU4) even if I manage to compile it properly. It crashes randomly and my debugging skills got me as far as dumping a core and investigating the stack frames, but no useful thing came out of this.
My hunch is that it may have something to do with the boost libraries. But I may be wrong.
In have just found this doc on github about compiling bitcoin for differents platforms.
https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.mdTake a look at the section "ARM Cross-compilation".
Could anybody try it? Maybe I could try this weekend.