ucb-bar / chipyard

An Agile RISC-V SoC Design Framework with in-order cores, out-of-order cores, accelerators, and more
https://chipyard.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
1.57k stars 620 forks source link

run "make CONFIG=SmallBoomConfig" in "/chipyard/sims/verilator" #1166

Closed hhd166 closed 2 years ago

hhd166 commented 2 years ago

Background Work

Chipyard Version and Hash

Release: 1.5.0 Hash: a6a6a6

OS Setup

Ex: Output of uname -a and lsb_release -a

Other Setup

Ex: Prior steps taken / Documentation Followed / etc...

Current Behavior

When I run "make CONFIG=SmallBoomConfig" in "/chipyard/sims/verilator" I meet errors as follow: [error] Picked up JAVA_TOOL_OPTIONS: -Xmx8G -Xss8M -Djava.io.tmpdir=/home/hanhaodong/Desktop/chipyard/chipyard/.java_tmp [error] Nonzero exit code returned from runner: 137 [error] (Compile / runMain) Nonzero exit code returned from runner: 137 [error] Total time: 117 s (01:57), completed May 4, 2022, 6:28:43 AM /home/hanhaodong/Desktop/chipyard/chipyard/common.mk:137: recipe for target 'firrtl_temp' failed make: *** [firrtl_temp] Error 1

Expected Behavior

make CONFIG=SmallBoomConfig success

Other Information

No response

786674917 commented 2 years ago

Hello, I also meet this problem, Can you tell me how you fix it?

chenc6 commented 2 years ago

@786674917 it is probably because of the version of java tools. I got a similar printout but the compilation finished fine on my side. image

jerryz123 commented 2 years ago

Sorry. That error message is not a real error. Ignore it and compilation should continue