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

Buildroot #4

Open
Devul7178 opened this issue Apr 21, 2023 · 1 comment
Open

Buildroot #4

Devul7178 opened this issue Apr 21, 2023 · 1 comment

Comments

@Devul7178
Copy link

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'

@PiMaker
Copy link
Owner

PiMaker commented Apr 21, 2023

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 --recursive at least once.
  • Check the Makefile in the repository root, it contains some other potentially cross-dependent build steps
  • riscv32_beluga should 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

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