OpenROAD-flow-scripts icon indicating copy to clipboard operation
OpenROAD-flow-scripts copied to clipboard

error 2

Open tom9un opened this issue 1 year ago • 1 comments

Subject

[Documentation] for documentation errors.

Describe the bug

[ 73%] Building CXX object third-party/abc/CMakeFiles/libabc.dir/src/bdd/llb/llb4Sweep.c.o [ 73%] Linking CXX static library libabc.a [ 73%] Built target libabc gmake: *** [Makefile:146: all] Error 2

real 7m11.593s user 50m56.047s sys 16m42.703s

Expected Behavior

[ 73%] Building CXX object third-party/abc/CMakeFiles/libabc.dir/src/bdd/llb/llb4Sweep.c.o [ 73%] Linking CXX static library libabc.a [ 73%] Built target libabc gmake: *** [Makefile:146: all] Error 2

real 7m11.593s user 50m56.047s sys 16m42.703s

Environment

[WARNING] Your current OpenROAD version is outdated.
It is recommened to pull the latest changes.
If problem persists, file a github issue with the re-producible test case.
kernel: Linux 4.4.0-19041-Microsoft
os: Ubuntu 22.04.5 LTS (Jammy Jellyfish)
./etc/Env.sh: line 57: cmake: command not found

To Reproduce

there is no scripts folder inside OpenROAD-flow-scripts/

Relevant log output

No response

Screenshots

No response

Additional Context

No response

tom9un avatar Dec 20 '24 09:12 tom9un

I would guess you have too little memory for the number of jobs in the compile. Try adding --threads 1 to build.sh

maliberty avatar Dec 20 '24 16:12 maliberty

Close due to inactivity. We are building on Ubuntu 22.04 on our CI, so it should work. Alternatively, try the fix suggested above. Please reopen if the problem is still happening on the latest version.

vvbandeira avatar Aug 22 '25 14:08 vvbandeira