OpenROAD icon indicating copy to clipboard operation
OpenROAD copied to clipboard

installation problem

Open ashkanr65 opened this issue 3 years ago • 3 comments

Hi, I am trying to install OpenRoad. However after the command "cmake .." I get this error. Does anybody have any idea how can I solve this issue? image

ashkanr65 avatar Feb 04 '22 09:02 ashkanr65

Have you installed the dependencies with ./etc/DependencyInstaller.sh per https://openroad.readthedocs.io/en/latest/main/README.html

It looks like you are missing spdlog

maliberty avatar Feb 04 '22 15:02 maliberty

Have you installed the dependencies with ./etc/DependencyInstaller.sh per https://openroad.readthedocs.io/en/latest/main/README.html

It looks like you are missing spdlog

I installed the dependencies and but I get the same error. I have even installed spdlog separately and I received the same error.

ashkanr65 avatar Feb 04 '22 16:02 ashkanr65

@ashkanr65 Have you installed both -run and -dev? ./etc/DependencyInstaller.sh -run # installs dependencies to run a pre-compiled binary ./etc/DependencyInstaller.sh -dev # installs dependencies to compile the openroad binary

Try to clone again in new directory and install it

vijayank88 avatar Feb 12 '22 06:02 vijayank88

Stale

maliberty avatar Oct 05 '22 14:10 maliberty