Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker build- There is an issue with t riscv/mycpu here #2

Open
cwj233233 opened this issue Apr 17, 2024 · 2 comments
Open

Docker build- There is an issue with t riscv/mycpu here #2

cwj233233 opened this issue Apr 17, 2024 · 2 comments

Comments

@cwj233233
Copy link

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?

@rhysd
Copy link
Owner

rhysd commented Apr 17, 2024

That's because the Dockerfile is outdated. The branch no longer exists.

@cwj233233
Copy link
Author

Hello, thank you for your answer. I was also aware of this issue before and have searched for a solution. But I don't know how to make changes to reproduce your project:
RUN git clone - b rvv 0.9. x -- single brand 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 multi lib&&make - j4&&
Cd ${RISCV}&&rm - rf ${RISCV}/riscv gnu toolchain
Can you give me an alternative method? I would greatly appreciate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants