I am trying to build multichain 2.0.1 on Raspberry pi 3 b+ using ubuntu mate :
I followed the instructions and I used :
autogen.sh
./configure --with-incompatible-bdb
make
I also place v8build libraries in the main working directory, but during make I get this error:
/usr/bin/ld: skipping incompatible ../v8build/v8/out.gn/x64.release/obj/third_party/icu/libicui18n.a when searching for -licui18n
/usr/bin/ld: skipping incompatible ../v8build/v8/out.gn/x64.release/obj/libv8_data.a when searching for -lv8_data
/usr/bin/ld: cannot find -lv8_data
collect2: error: ld returned 1 exit status
Makefile:2253: recipe for target 'multichaind' failed
make[1]: *** [multichaind] Error 1
Please can someone help me.
Thanks,
Cyril