Closed dhdhlee closed 1 year ago
@dhdhlee
Correct name OpenLOAD
to OpenROAD
Try following option as you're doing 1st time installation.
cd OpenROAD-flow-scripts
git clean -xdf ./tools
./build_openroad.sh --clean --local --threads 1
Also you're using Ubuntu20.04, we encourage you to try prebuilt binaries method of ORFS by using steps from https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/blob/master/docs/user/BuildWithPrebuilt.md
Thank you very much. I'll give it a try as you suggested.
@dhdhlee Is that working? can we close this issue?
@vijayank88 I solved it with your first suggestion. Thank you.
Subject
[Build] for compilation-related issues.
Describe the bug
I've tried building openroad several times, but I keep getting the error. Each time I try to build, I get a different error. Enter the following commands in this order ///////////////////////////////////////////////////////////////////////////////////////////////////// git clone --recursive https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts cd OpenROAD-flow-scripts sudo ./setup.sh ./build_openroad.sh --local /////////////////////////////////////////////////////////////////////////////////////////////////////
In the environment below, the version of OpenROAD is outdated, can I use the --latest option? Even if I use the --latest option, I get an error.
I repeatedly ran ./build_openroad.sh --local --latest, and yosys built at some point, but openload never finished. I think it ignored the error and proceeded further.
Expected Behavior
Building openload
Environment
To Reproduce
build_openroad.log
Relevant log output
Screenshots
No response
Additional Context
No response