-
Notifications
You must be signed in to change notification settings - Fork 201
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
hidden depdendencies #96
Comments
Hi Thanks, Aren't most of these already covered in the README? -Michael |
Ah, I'm not in a Debian based distro, so I don't have buld-essential. I don't recall exactly which software component was looking for those. I will try to find out. |
I had a build fail on Ubuntu 24.04 that may be related. A snippet from the make output follows (my home directory is redacted). I am going to try installing the libmpc-dev package and see what I get. EDIT: The build completed. I did not have to install any more than libmpc-dev (and the requirements in the README). Lee HOSTCC scripts/genksyms/parse.tab.o
In file included from scripts/gcc-plugins/gcc-common.h:95,
from scripts/gcc-plugins/arm_ssp_per_task_plugin.c:3:
$HOME/Desktop/Radar/plutosdr-fw/buildroot/output/host/opt/ext-toolchain/bin/../lib/gcc/arm-linux-gnueabihf/7.3.1/plugin/include/builtins.h:23:10: fatal error: mpc.h: No such file or directory
23 | #include <mpc.h>
| ^~~~~~~
compilation terminated.
make[3]: *** [scripts/gcc-plugins/Makefile:54: scripts/gcc-plugins/arm_ssp_per_task_plugin.so] Error 1
make[2]: *** [scripts/Makefile.build:500: scripts/gcc-plugins] Error 2
make[2]: *** Waiting for unfinished jobs....
HOSTLD scripts/genksyms/genksyms
make[1]: *** [Makefile:1250: scripts] Error 2
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '$HOME/Desktop/Radar/plutosdr-fw/linux'
make: *** [Makefile:93: linux/arch/arm/boot/zImage] Error 2
|
The readme does not list all dependencies. Some missing are:
cpio
file
device-tree-compiler
flex
bison
libgmp-dev
libmpc-dev
The text was updated successfully, but these errors were encountered: