Coder Social home page Coder Social logo

Comments (4)

vvbandeira avatar vvbandeira commented on July 28, 2024

Try to comment out the line that installs epel, looks like you already have it on your system. Then run the script again. Repeat if it complains about any other rpm package like these.

from openroad-flow-scripts.

vijayank88 avatar vijayank88 commented on July 28, 2024

@vvbandeira thanks for the update, able to install all dev packages successfully.
I used #./build_openroad.sh --local after 94% completion of installation got below error:

[ 94%] ABC: `` Building binary: abc-341db25
make[1]: Leaving directory /home/vijayan/OPEN_ROAD_FLOW/ORFS_LOCALL/OpenROAD-flow-scripts/tools/yosys/abc' [100%] Building yosys-abc mkdir -p /home/vijayan/OPEN_ROAD_FLOW/ORFS_LOCALL/OpenROAD-flow-scripts/tools/install/yosys/bin cp yosys yosys-config yosys-abc yosys-filterlib yosys-smtbmc /home/vijayan/OPEN_ROAD_FLOW/ORFS_LOCALL/OpenROAD-flow-scripts/tools/install/yosys/bin strip -S /home/vijayan/OPEN_ROAD_FLOW/ORFS_LOCALL/OpenROAD-flow-scripts/tools/install/yosys/bin/yosys strip /home/vijayan/OPEN_ROAD_FLOW/ORFS_LOCALL/OpenROAD-flow-scripts/tools/install/yosys/bin/yosys-abc strip /home/vijayan/OPEN_ROAD_FLOW/ORFS_LOCALL/OpenROAD-flow-scripts/tools/install/yosys/bin/yosys-filterlib mkdir -p /home/vijayan/OPEN_ROAD_FLOW/ORFS_LOCALL/OpenROAD-flow-scripts/tools/install/yosys/share/yosys cp -r share/. /home/vijayan/OPEN_ROAD_FLOW/ORFS_LOCALL/OpenROAD-flow-scripts/tools/install/yosys/share/yosys/. make: Leaving directory /home/vijayan/OPEN_ROAD_FLOW/ORFS_LOCALL/OpenROAD-flow-scripts/tools/yosys'
-- The CXX compiler identification is GNU 4.8.5
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- OpenROAD version: 1
-- OpenROAD git sha: 4dca404
-- System name: Linux
-- Compiler: GNU 4.8.5
-- Build type: RELEASE
-- Install prefix: /home/vijayan/OPEN_ROAD_FLOW/ORFS_LOCALL/OpenROAD-flow-scripts/tools/install/OpenROAD
-- TCL library: /usr/lib64/libtcl.so
-- TCL header: /usr/include/tcl.h
-- TCL readline library: /usr/lib64/libtclreadline.so
-- TCL readline header: /usr/include
-- Found SWIG: /usr/bin/swig (found suitable version "4.0.1", minimum required is "3.0")
-- Found Boost: /usr/local/lib/cmake/Boost-1.72.0/BoostConfig.cmake (found version "1.72.0")
-- Found Python3: /usr/lib64/libpython3.6m.so (found version "3.6.8") found components: Development
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.7")
-- Looking for C++ include pthread.h
CMake Error in /home/vijayan/OPEN_ROAD_FLOW/ORFS_LOCALL/OpenROAD-flow-scripts/tools/OpenROAD/build/CMakeFiles/CMakeTmp/CMakeLists.txt:
Target "cmTC_d1434" requires the language dialect "CXX17" , but CMake does
not know the compile flags to use to enable it.

CMake Error at /usr/share/cmake3/Modules/CheckIncludeFileCXX.cmake:92 (try_compile):
Failed to generate test project build system.
Call Stack (most recent call first):
/usr/share/cmake3/Modules/FindThreads.cmake:144 (CHECK_INCLUDE_FILE_CXX)
/usr/local/lib64/cmake/spdlog/spdlogConfig.cmake:4 (find_package)
src/CMakeLists.txt:107 (find_package)

-- Configuring incomplete, errors occurred!
See also "/home/vijayan/OPEN_ROAD_FLOW/ORFS_LOCALL/OpenROAD-flow-scripts/tools/OpenROAD/build/CMakeFiles/CMakeOutput.log".

from openroad-flow-scripts.

maliberty avatar maliberty commented on July 28, 2024

This is an ancient version:
The CXX compiler identification is GNU 4.8.5

you'll need something more recent. You may need to do:

source scl_source enable devtoolset-8

before running cmake.

from openroad-flow-scripts.

vijayank88 avatar vijayank88 commented on July 28, 2024

@maliberty @vvbandeira thanks for the help. Installed successfully after few tweaking. Also below things can be updated in README.md helpful for new user if they install locally. (Optional Info user allowed to edit)
If user gets error message "Error: Nothing to do" skip those lines from ./etc/DependencyInstaller.sh and continue run.
source below files at the time of running installation.
source scl_source enable devtoolset-8
source scl_source enable llvm-toolset-7.0

from openroad-flow-scripts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.