error 2
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
I would guess you have too little memory for the number of jobs in the compile. Try adding --threads 1 to build.sh
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.