-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to build on Ubuntu 20.04 ARM platform #138
Comments
A couple of things I tried:
|
Dug some more. It seems rapidjson needs to be included somewhere in github.com/MoneroOcean/node-cryptonight-hashing. xmrig-mo has it. |
Ok. Finally got it to compile properly by:
Now to test if this works properly ... |
Well ... that didn't work ... spoke to soon :( proxy.js crashed immediately. ran npm rebuild, and got this:
Tracked down the problem. Renamed SSE2NEON.h to sse2neon.h Ran npm rebuild again. And got this:
Gotta go for now. Will have another crack at this tomorrow. |
Any fix? |
Hi!
Attempting to build xmr-node-proxy for the first time in an ARM platform (AWS EC2) and got this error:
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.
The text was updated successfully, but these errors were encountered: