CMAKE errors while installing Openroad #2972
-
HI All, After installing the dependencies we re stuck with cmake errors and would appreciate your help in fixing them. Attaching the error snippet for reference. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 4 replies
-
attach log |
Beta Was this translation helpful? Give feedback.
-
Following the install instruction mentioned on git hub. |
Beta Was this translation helpful? Give feedback.
-
Hi Vitor,
Recloned the repository and tried again, getting below errors now.
…On Mon, Mar 6, 2023 at 7:32 PM Vitor Bandeira ***@***.***> wrote:
@vijayank88 <https://github.com/vijayank88>, this warning is not a
problem with CMake; this indicates that the folder is not a git repo.
@mdzaki-git <https://github.com/mdzaki-git>, can you make sure that the
clone ended fine? Maybe check the output of git status --long, the output
of this command should look something like this:
> git status --long
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
Also, try to do a clean build and in case of any errors upload the new log
file.
./etc/Build.sh -clean
—
Reply to this email directly, view it on GitHub
<#2972 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQMKUVEUTV4F7PDCH6F4IQ3W2XU6HANCNFSM6AAAAAAVQXMFI4>
.
You are receiving this because you were mentioned.Message ID:
<The-OpenROAD-Project/OpenROAD/repo-discussions/2972/comments/5216244@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Looks like you missed the
In the future you should use |
Beta Was this translation helpful? Give feedback.
-
Hi All,
Thanks it works now.
…On Mon, Mar 6, 2023 at 9:37 PM Vitor Bandeira ***@***.***> wrote:
Looks like you missed the --recursive when cloning. Please run
git submodule update --init
In the future you should use git clone --recursive to also clone the
submodules abc and sta.
—
Reply to this email directly, view it on GitHub
<#2972 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQMKUVH4OMC266IZBNAHYATW2YDTFANCNFSM6AAAAAAVQXMFI4>
.
You are receiving this because you were mentioned.Message ID:
<The-OpenROAD-Project/OpenROAD/repo-discussions/2972/comments/5217710@
github.com>
|
Beta Was this translation helpful? Give feedback.
Looks like you missed the
--recursive
when cloning. Please runIn the future you should use
git clone --recursive
to also clone the submodulesabc
andsta
.