-
Notifications
You must be signed in to change notification settings - Fork 33
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
.Trying to build busybear in Linux Mint. #7
Comments
Same error: ./scripts/build.sh: line 84: ../../src/riscv-pk/configure: No such file or directory. This file is missing and is causing build failure. |
How to get that file? I mean I just cloned this source and built it. Does it mean the package is incomplete? |
@tromedo it looks like there was a directory change from using "deps" to using "src". And deps was removed, that was where configure used to be. Perhaps the commiter forgot to push the file to the new src directory. I tried to go back in time with github but no success. Hopefully the owner will get the notification. |
I'm looking into this right now... |
Hiya, I just did a fresh clone of the repo and it appears fine:
Can you let me know what is commit? This is what I see:
|
Thanks. Ok I will try it again. The change from "deps" to "src" seemed like it was missing configure but maybe something went wrong with git clone. Both @tromedo and I saw the same thing. |
Hi, AR built-in.a Is there a pointer or softlink to that file in the repository? //empty In repository: Is that expected? Thanks & BR, Rich |
Hi, I just cloned the riscv-pk separately and copied into the directory and now it works. But I think this is a temp fix. |
Let me try a new clone and try. |
Yes the separate clone of riscv-pk and copy over worked for me as well. I think this link is broken riscv-pk @ a92db32 in the micheljclark repository. |
I think we need to:
Unfortunately, it's much less of a worry than an undocumented or missing configure script for a repo with rather unusual dependencies. That would be really really annoying. One could loose days sifting around through different operating system combinations of autoconf and automake trying to get things to build. It's a bug in the README file in this repo. Sorry about that. |
No problem. Thanks for the update. |
the current version fails in the build of linux5.0 ... any old version that works ? thanks! |
Hey Guys,
I am trying to build busybear on Linux Mint and am getting the following error. For context, I am trying to cross compile Linux for RISC-V using QEMU. Attaching the last couple of lines of output below. Noob to linux toolchains and stuff so any help would be great.
Terminal Output:
CHK include/generated/compile.h
AR built-in.a
LD vmlinux.o
MODPOST vmlinux.o
KSYM .tmp_kallsyms1.o
KSYM .tmp_kallsyms2.o
LD vmlinux
SYSMAP System.map
make[1]: Leaving directory '/media/sriram/Data/RISCV/busybear-linux/build/linux-5.0-rc2'
./scripts/build.sh: line 84: ../../src/riscv-pk/configure: No such file or directory
Makefile:10: recipe for target 'busybear.bin' failed
make: *** [busybear.bin] Error 127
The text was updated successfully, but these errors were encountered: