agra-uni-bremen / riscv-vp

RISC-V Virtual Prototype
MIT License
139 stars 49 forks source link

Docker file giving error #22

Open deepelixir opened 2 years ago

deepelixir commented 2 years ago

make: Entering directory '/home/riscv-vp/riscv-vp' git submodule update --init vp/src/core/common/gdb-mc/libgdb/mpc fatal: not a git repository (or any of the parent directories): .git make: *** [Makefile:24: vp/src/core/common/gdb-mc/libgdb/mpc/mpc.c] Error 128

nmeum commented 2 years ago

Could you try checking out the submodules first using git submodule update --init before building the Docker image using docker build, does that fix your build problem?