Hey Rob, thanks for getting back to me on this! How's all your projects going?
I'm currently using TinyCoreLinux v7.x to compile BB and have not had problems compiling other software such as ssmtp, sshpass, wmctrl, dvb-apps, etc so there isn't a problem with compiling per se which is why I'm left scratching my head. Some other errors I'm getting are 'undefined reference to ...' along with the collect2 error message. I've checked that binutils are installed. Some package seems like it is missing, I just have no clue which one. Thoughts? Thanks, Dave On 7/20/16, Rob Landley <[email protected]> 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 > _______________________________________________ > busybox mailing list > [email protected] > http://lists.busybox.net/mailman/listinfo/busybox > _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
