Hi, I am not sure if this is the best place for th...
# openroad
a
Hi, I am not sure if this is the best place for this so feel free to tell me to go elsewhere but I am having difficulty installing openroad from source on ubuntu 22.04. I am get an error during make that I am sure is due to a missing dependancy but I can't figure out what. It seems to have to do with boost but this is installed. Here is the snap shot of the log. Can rerun and get the whole log if need. Posted in #sky130
v
Hi @Alexander Sheldon we have seen a similar problem and think is some bad interaction between boost and gcc version. Could you confirm the version of both dependencies?
As a workaround you can try to compile with clang (if available in your system).
./etc/Build.sh -clean -compiler=clang
a
gcc is version 12.2.0 and boost version 1.8. I am trying now with clang. thank you very much
clang worked
👍 1