rvc
rvc copied to clipboard
Buildroot
When I tried running make on buildroot after copying its config file, I was getting the following error:
cp: cannot stat 'riscv32_beluga/riscvbin/ar/libc.a'
Wow, I didn't expect someone to actually compile this project anymore (or ever, to be honest) haha.
Few things come to mind:
- Have you checked out the submodules successfully? You need to run
git submodule update --init --recursiveat least once. - Check the Makefile in the repository root, it contains some other potentially cross-dependent build steps
riscv32_belugashould not be in use at all, actually - I think I remember that being there to test something, not to actually be a part of the build chain, so something funky might be going on in general