From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Wed, 12 Sep 2018 10:17:24 +0200 Subject: [Buildroot] BR2_PACKAGE_EXPAT In-Reply-To: References: Message-ID: <20180912101724.66d7f57b@windsurf> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello Chris, On Tue, 11 Sep 2018 17:07:58 -0400, Chris LaRocque wrote: > I am building for Beaglebone black and everything is working; except that > now I need libexpat for the target and it is not in sysroot even > though BR2_PACKAGE_EXPAT=y. I searched the archives and found threads > discussing issues with GDB and not wanting libexpat in sysroot but did not > follow why this is an issue. > > Could someone enlighten me on why having target libexpat in sysroot is an > issue and also why I can't find the libraries? I'd say there is something you did incorrectly, because the expat package definitely installs the expat library and headers to staging. $ cat > .config <