espsluar's picture
Upload 173 files
493461e verified
|
raw
history blame
2.99 kB

CMAKE errors while installing Openroad

Subcategory: Build issues

Conversation

mdzaki-git

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. Cmake Error

vijayank88

attach log build_openroad.log

mdzaki-git

openroad_build.log

mdzaki-git

Following the install instruction mentioned on git hub. https://github.com/The-OpenROAD-Project/OpenROAD

mdzaki-git

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 https://github.com/The-OpenROAD-Project/OpenROAD/discussions/2972#discussioncomment-5216244, 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>

mdzaki-git

openroad_build.log

vvbandeira

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.

mdzaki-git

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 https://github.com/The-OpenROAD-Project/OpenROAD/discussions/2972#discussioncomment-5217710, 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>