Ex: Prior steps taken / Documentation Followed / etc...
Current Behavior
in chipyard project Repository set up , i met an error in the process of ./build-setup.sh riscv-tools
these are the error message:
...
gmake: Leaving directory '/home/yjf/miniconda3/chipyard/toolchains/riscv-tools/riscv-isa-sim/build'
==> Installing Proxy Kernel
=> Starting riscv-pk build
==> Initializing riscv-pk submodule
+ git submodule update --init --recursive /home/yjf/miniconda3/chipyard/toolchains/riscv-tools/riscv-pk
error: Server does not allow request for unadvertised object e8e6b3aaee44d43b48164fbd377864c3a682dbd3
fatal: Fetched in submodule path 'toolchains/riscv-tools/riscv-pk', but it did not contain e8e6b3aaee44d43b48164fbd377864c3a682dbd3. Direct fetching of that commit failed.
i can't find any solutions for this problem by search engine. How can i solve this problem? THANKS for suggestions :)
Background Work
Chipyard Version and Hash
Release: 1.8.1 stable
OS Setup
Ex: Output of
uname -a
+lsb_release -a
+printenv
+conda list
Linux 5.15.0-53-generic Ubuntu 2022 x86_64 x86_64 x86_64 GNU/Linux Ubuntu 22.04.1 LTS conda list:Other Setup
Ex: Prior steps taken / Documentation Followed / etc...
Current Behavior
in
chipyard
project Repository set up , i met an error in the process of./build-setup.sh riscv-tools
these are the error message:i can't find any solutions for this problem by search engine. How can i solve this problem? THANKS for suggestions :)
Expected Behavior
Build
chipyard
successfully with no errorOther Information
No response