I'm trying install OpenRoad flow script in Ubuntu 20.04 with docker based using git clone --recursiv...
v

Vijayan Krishnan

over 3 years ago
I'm trying install OpenRoad flow script in Ubuntu 20.04 with docker based using git clone --recursive https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts cd OpenROAD-flow-scripts ./build_openroad.sh but failed to complete. Any suggestion to fix it? Scanning dependencies of target lsoracle [ 91%] Building CXX object core/CMakeFiles/lsoracle.dir/lsoracle.cpp.o [ 94%] Building CXX object core/CMakeFiles/lsoracle.dir/kahypar_config.cpp.o [ 97%] Building CXX object core/CMakeFiles/lsoracle.dir/kahypar_temp_config.cpp.o In file included from /LSOracle/lib/alice/include/alice/cli.hpp:46, from /LSOracle/lib/alice/include/alice/api.hpp:42, from /LSOracle/lib/alice/include/alice/alice.hpp:36, from /LSOracle/core/lsoracle.cpp6 /LSOracle/lib/alice/include/alice/readline.hpp4710: fatal error: readline/history.h: No such file or directory #include <readline/history.h> ^~~~~~~~~~~~~~~~~~~~ compilation terminated. gmake[2]: * [core/CMakeFiles/lsoracle.dir/build.make67 core/CMakeFiles/lsoracle.dir/lsoracle.cpp.o] Error 1 gmake[2]: * Waiting for unfinished jobs.... gmake[1]: * [CMakeFiles/Makefile21681 core/CMakeFiles/lsoracle.dir/all] Error 2 gmake: * [Makefile141 all] Error 2 The command '/bin/sh -c source /opt/rh/devtoolset-8/enable && cmake -B build -D CMAKE_BUILD_TYPE=RELEASE -D YOSYS_INCLUDE_DIR=/yosys -D YOSYS_PLUGIN=ON . && cmake --build build -j$(nproc)' returned a non-zero code: 2