make menuconfig deps
Rob Landley
rob at landley.net
Wed Jul 20 20:20:12 UTC 2016
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
More information about the busybox
mailing list