Unable to build gem5 #1895
Unanswered
premiumfish
asked this question in
Q&A
Replies: 1 comment
-
My guess is you are running out of memory and the linker is being killed. You can confirm this by running Not sure what could help here, but perhaps building the gem5.fast binary which is >10x smaller than gem5.opt. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Arch: RISCV, X86
Gem5 version: 24.01
Tried building using both Ubuntu, WSL and Docker
Commands(WSL):
scons build/X86/gem5.opt -j 4
scons build/RISCV/gem5.opt -j 4
Commands (Docker), using Dockerfile:
docker build -t gem5-builder .
docker run --rm -it --memory=8g --cpus=4 gem5-builder
Get following output:
Few debugging I did on my side but didnt help much
and still get the same error
Beta Was this translation helpful? Give feedback.
All reactions