Hi,
As there is no available binary for Debian 10 arm64, I am trying to build 4.2.12 using the instructions on https://github.com/mongodb/mongo/blob/v4.2.12/docs/building.md
When I do:
python3 buildscripts/scons.py mongod --disable-warnings-as-errors
I get the following error:
Compiling build/opt/mongo/db/commands/find_cmd.o
**g++:** **fatal error:** Killed signal terminated program cc1plus
compilation terminated.
scons: *** [build/opt/mongo/db/db.o] Error 1
scons: building terminated because of errors.
build/opt/mongo/db/db.o failed: Error 1
Not sure where to go from here. Would really appreciate a direction on this thanks.