ERROR: failed to solve: process "/bin/sh -c git clone -b rvv-intrinsic --single-branch https://github.com/riscv/riscv-gnu-toolchain.git && cd riscv-gnu-toolchain && git checkout 5842fde8ee5bb3371643b60ed34906eff7a5fa31 && git submodule update --init --recursive && mkdir build && cd build && ../configure --prefix=${RISCV} --enable-multilib && make -j4 && cd ${RISCV} && rm -rf ${RISCV}/riscv-gnu-toolchain" did not complete successfully: exit code: 128
In Docker Build- In the step of t riscv/mycpu
I have changed rvv 0.9. x to rvv introductory, but I still cannot find the target. Still reporting errors.
Is there any solution?
ERROR: failed to solve: process "/bin/sh -c git clone -b rvv-intrinsic --single-branch https://github.com/riscv/riscv-gnu-toolchain.git && cd riscv-gnu-toolchain && git checkout 5842fde8ee5bb3371643b60ed34906eff7a5fa31 && git submodule update --init --recursive && mkdir build && cd build && ../configure --prefix=${RISCV} --enable-multilib && make -j4 && cd ${RISCV} && rm -rf ${RISCV}/riscv-gnu-toolchain" did not complete successfully: exit code: 128
In Docker Build- In the step of t riscv/mycpu
I have changed rvv 0.9. x to rvv introductory, but I still cannot find the target. Still reporting errors.
Is there any solution?