Closed g-nikolovski closed 12 months ago
I fixed it on my machine by replacing
FROM ubuntu:latest
inside Dockerfile with: FROM ubuntu:22.04
I guess you can close this.
@g-nikolovski - Thank you for the investigation and the solution.
The best environment to work in is the GitHub's Codespace. The guide on how to go about doing it is here - https://www.youtube.com/watch?v=MBL3wJp7cAA&list=PLFt5JBAXXlQow0PLTdqvaiIUMRa71VQHl&index=1
Hello, While trying to execute bash setup.sh i encounter the following problem:
` => ERROR [6/9] RUN apt-get install --no-install-recommends -y ca-certificates sudo gdb-multiarch gcc-riscv64-unknown-elf binutils-common make curl 4.2s
It looks like it can not locate gcc-riscv64-unknown-elf and qemu-system-riscv32. I am running on Ubuntu 18.04. Do you have any idea what could be the problem here, might it be the Ubuntu version, the fact that i didn't install the Docker Desktop (i don't think the these should pose any problem by the way) or is it something else of which i am not aware?
Thank you