Help with user fork build of ORFS #1572
-
Hey guys, I have been working with my own fork of ORFS for about a year: I have always been able to keep up to date with latest changes of ORFS on my fork. Although recently I got into some compilation errors which I could not handle by myself. If I leave .gitmodules file as is, for some reason I get the following errors, right at the beginning of "./build_openroad.sh":
Notice how it sets up a git url with my user, which it did not use to happen before. For this reason I modified .gitmodules with the complete path and got another error. If I change .gitmodules like the following, the build goes on until it provides the following error (I am skipping installing of Yosys because of EQY issue): .gitmodule:
Build error:
If use the original ORFS it compiles successfully and runs with manual installed EQY. I also have a question. Can I install multiple versions of ORFS on the same system? Are all the tools contained to the project folder, or does ORFS installs binaries on the system? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
I'm guessing this relates to #1370 . If you locally undo that change does it solve your problem? @vvbandeira any ideas? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Looking at your user's repos, it does seem that you don't have a fork of OR.
Could you try to fork that as well?
https://github.com/The-OpenROAD-Project/OpenROAD