hello everyone i'd like to ask for help to solve ...
# openroad
w
hello everyone i'd like to ask for help to solve (if it's needed) some warnings i got after installing openroad and making test. I'm worry about them because i don't know how to fix them and it looks like it'll be a problem can someone help me, please? thank you for your time!
i have just installed it following the github instructions, but when i insert the coman "openroad" on the terminal, it says: "command not found" i don't know what to do to solve it
v
Can you point instructions you followed for installation? Is installation successful?
share
build/openroad_build.log
to check status of installation
w
first i use: sudo cmake .. sudo make then i tried sudo ./etc/build.sh sudo make and it said it has nothing to do in everything it installed
openroad_build.log
here you have the build/openroad_build.log file. i was looking at it and i saw some failed test associated with C compiler... (i haven't seen it before) maybe that's the problem?
v
Seems installation not completed. sudo not recommended for installation
w
ok, i see
v
First run sudo ./etc/DependencyInstaller.sh Then run ./etc/Build.sh
w
i did it
maybe it didn't complete, did it?
other issue i have is anaconda: some linux path and anaconda path point to 2 same files... (same file in 2 different places)
that log file mentions something about at the end
could that be the real problem: i need to install some linux dependencies on anaconda?
that's what happened to me when i do not use sudo
i ran ./etc/bash.sh again (no sudo) a i got these errors
image.png
v
Ubuntu which version?
w
22.04
v
First run sudo ./etc/DependencyInstaller.sh Then run ./etc/Build.sh
w
i exactly did that
sudo ./etc/DependencyInstaller.sh
./etc/Build.sh
v
Is both are same?
Are you sure?
w
yes
v
😴
w
could this be the problem? -- C++ Extensions: OFF
could anaconda path overlapping linux path be the problem_
?
v
That should be executed from OpenROAD directory. ./etc/Build.sh --clean
Not from build directory
w
ok, i was executing it from build
my bad
let me repeat it
should i run --clean too?
v
Yes
w
done
yes but i think i have to use sudo
v
sudo rm -rf build
w
done
v
Then try build command again
w
should i made other build folder?
v
No
w
ok
v
That should be executed from OpenROAD directory. ./etc/Build.sh -clean
w
image.png
image.png
v
sudo apt update sudo apt-get upgrade
w
i think the problem are executing these commands in CMakeList
i'm upgrading
already upgraded, but it still doesn't work
should i delete everything and download and install everything again?
v
Yes. Try once again in new directory by clone and install
As installation issue resolved. Add following line into
.bashrc
at the end
export OPENROAD_HOME=/home/vlsi/OR_tool/OpenROAD/build/src
open a new terminal and type following
$OPENROAD_HOME/openroad
With above command you can access
openroad
anywhere
✅ 1