Error while executing the command " ./build-setup.sh "
waseem-10xe opened this issue · 2 comments
waseem-10xe commented
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
Other Setup
Ex: Prior steps taken / Documentation Followed / etc...
Current Behavior
When I execute the ./build-setup.sh command i get this:
Expected Behavior
Built successfully.
Other Information
No response
JFKTRSDAKIDHIKA commented
i also run in to thuis problem.
the way i address this is that i rrmove the chipyard fold and clone a new one and ckeckout to branch HEAD instead of branch 1.4
waseem-10xe commented
Yes I also have solved the error by running the commands ./build-setup.sh riscv-tools -s 9
If I skip the step 9 then build setup is done an d work properly.