Skip to content

Trying to build on Ubuntu 20.04 ARM platform #138

Open
@tinsami1

Description

@tinsami1

Hi!

Attempting to build xmr-node-proxy for the first time in an ARM platform (AWS EC2) and got this error:

make: Entering directory '/home/xnp/xmr-node-proxy/node_modules/cryptonight-hashing/build'
  CXX(target) Release/obj.target/cryptonight-hashing/xmrig/crypto/cn/gpu/cn_gpu_arm.o
  CXX(target) Release/obj.target/cryptonight-hashing/xmrig-override/backend/cpu/platform/BasicCpuInfo_arm.o
../xmrig-override/backend/cpu/platform/BasicCpuInfo_arm.cpp:37:10: fatal error: 3rdparty/rapidjson/document.h: No such file or directory
   37 | #include "3rdparty/rapidjson/document.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [cryptonight-hashing.target.mk:179: Release/obj.target/cryptonight-hashing/xmrig-override/backend/cpu/platform/BasicCpuInfo_arm.o] Error 1
make: Leaving directory '/home/xnp/xmr-node-proxy/node_modules/cryptonight-hashing/build'

I checked my current installation (intel platform) and it also doesn't have this file, but there was no problem with the installation then and several updates later. So this may be an ARM thing.

Best Regards,

--- mike t.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions