lnis-uofu / LSOracle

IDEA project source files
MIT License
94 stars 42 forks source link

I have a make error。 #86

Closed CL-liao closed 2 years ago

CL-liao commented 2 years ago

image

NormandAlexandre commented 2 years ago

Hey, you might want to cmake like this : cmake -B build . -DCMAKE_BUILD_TYPE=RELEASE -D ENABLE_OPENSTA=ON -DENABLE_ABC=ON It should work !

CL-liao commented 2 years ago

Hey, you might want to cmake like this : cmake -B build . -DCMAKE_BUILD_TYPE=RELEASE -D ENABLE_OPENSTA=ON -DENABLE_ABC=ON It should work !

Hi,I encountered other problems, and I couldn't find the answer to them by searching online image

srtemp commented 2 years ago

Hello, It looks like possibly you don't have tcl or tcl-dev installed, but have cmake flags set to enable tcl? I would try installing those. If that doesn't resolve it, could you post more complete logs, and tell us about the system you're building it on? I was unable to replicate that error locally or when building on a ubuntu 20.04 docker image w/openSTA dependencies installed. (openroad/ubuntu20-dev:latest)

CL-liao commented 2 years ago

Hello, It looks like possibly you don't have tcl or tcl-dev installed, but have cmake flags set to enable tcl? I would try installing those. If that doesn't resolve it, could you post more complete logs, and tell us about the system you're building it on? I was unable to replicate that error locally or when building on a ubuntu 20.04 docker image w/openSTA dependencies installed. (openroad/ubuntu20-dev:latest)

I am not using ubuntu system, but cenos system.I have tcl installed on my system. image

srtemp commented 2 years ago

Okay, I'll give it a try on CentOS. Do you also have the tcl-devel package installed?

CL-liao commented 2 years ago

Okay, I'll give it a try on CentOS. Do you also have the tcl-devel package installed?

Thank you, I uninstalled the previous tcl, reinstalled tcl and tcl-devel, and found that the compilation was successful. Thank you for your help.