From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Picard Date: Thu, 24 Mar 2016 16:28:10 +0100 Subject: [Buildroot] how to x-compile an in-house shared library ? Message-ID: <56F4078A.6090002@yahoo.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello, I developed a shared library some time ago. Now, I am developing a program for an ARM target with Buildroot, and I need to link against this library. I don't want to share the library with the community, because it's very specific. I have a very limited experience and knowledge of Buildroot. I'm eager to learn, but can't spend much time. I am building out of tree. So, in my case, what is the easiest way to integrate (or not integrate ?) the library to Buildroot ? Thanks, David.