From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cameron Hutchison Date: Wed, 03 Feb 2010 22:13:10 -0000 Subject: [Buildroot] Copying extra libs into image using external toolchain References: <39a5.4b68b030.ecb50@getafix.xdna.net> Message-ID: <6267.4b69f4f6.222b@getafix.xdna.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Grant Edwards writes: >On 2010-02-02, Cameron Hutchison wrote: >> When I build the image, this library [libstdc++] is not copied into >> it. The uClibc libraries are copied. >> What do I need to do to get this library copied into the image? >I wrote a shell script that does the "make" and then copies to >the proper locations the various libraries and include files >that buildroot forgets. Thanks for that info. I'll add an extra step to my build process. I guess I just wanted to make sure I wasn't missing anything built into buildroot since... >> The docco talks about "Core C library from external toolchain" >> and "Libraries to copy from the external toolchain" options ....but I could not find them anywhere.