make menuconfig deps
Rich Mahn
rich at lat.com
Wed Jul 20 22:14:43 UTC 2016
Rob Landley <rob at landley.net> wrote:
> On 07/20/2016 10:45 AM, David Henderson wrote:
> > Good morning everyone. I'm trying to run the 'make menuconfig' to
> > configure BB but I keep getting a 'collect2: error:'. What are the
> > dependencies that are necessary to get this going? Currently I have
> > the basics like gcc, ncurses-dev, ncurses, etc.
>
> collect2 is a wrapper around ld that handles C++ global initializers.
> It's been part of binutils for over a decade, and should be in your
> $PATH if you have binutils installed.
>
> What toolchain are you using, and can it build and run "hello world"?
>
> Rob
In Centos 7 I've found I need to add qt-devel, kmod-devel, and
ncurses-devel for the functions I need to compile in busybox. I believe
the ncurses-devel was required to use 'make menuconfig'.
Rich
More information about the busybox
mailing list