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

hidden depdendencies #96

Open
wucke13 opened this issue Aug 9, 2024 · 3 comments
Open

hidden depdendencies #96

wucke13 opened this issue Aug 9, 2024 · 3 comments

Comments

@wucke13
Copy link

wucke13 commented Aug 9, 2024

The readme does not list all dependencies. Some missing are:

  • cpio
  • file
  • device-tree-compiler
  • flex
  • bison
  • libgmp-dev
  • libmpc-dev
@mhennerich
Copy link
Contributor

Hi Thanks,

Aren't most of these already covered in the README?
flex and bison is included in build-essential.
But wondering about libgmp-dev libmpc-dev, any idea what requires this?

-Michael

@wucke13
Copy link
Author

wucke13 commented Oct 13, 2024

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.

@CB750-Rider
Copy link

CB750-Rider commented Oct 31, 2024

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

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

3 participants