-
Notifications
You must be signed in to change notification settings - Fork 813
Description
Background Work
- Yes, I searched the mailing list
- Yes, I searched prior issues
- Yes, I searched the documentation
Chipyard Version and Hash
Release: 1.5.0
Hash: a6a6a6
OS Setup
Ex: Output of uname -a + lsb_release -a + printenv + conda list
x86_64 GNU/Linux
LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: RedHatEnterprise
Description: Red Hat Enterprise Linux release 8.10 (Ootpa)
Release: 8.10
Codename: Ootpa
Other Setup
Ex: Prior steps taken / Documentation Followed / etc...
Current Behavior
Build-setup issue
When we clone new version and try to run build-setup.sh with conda env, it failed.
- build-setup.sh try to use .conda-lock-env, not .conda-env. This is mismatch with generated env.sh file/
- There are changes on init-submodules-no-riscv-tools-nolog.sh file.
The current version does not seem to download some required executables from .conda-env/bin.
init-submodules-no-riscv-tools-nolog.csv
I upload an older version that I have utilized successfully in the past.
I resolved this problem by manually fixing lots of codes and files, but I hope we can correctly use it without any modification.
log.docx
This log file only contains the first error I encountered while using the current version.
After fixing this environment activation issue, I get many of the other errors mentioned above.
I think you can test it by cloning the project on new folder.
Thank you.
Expected Behavior
.
Other Information
No response