* [Buildroot] Adding Flex library
@ 2018-01-15 18:53 Doha Ehab
2018-01-15 19:56 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Doha Ehab @ 2018-01-15 18:53 UTC (permalink / raw)
To: buildroot
Hello,
I am using buildroot-2017.02.9*. *I have chosen flex library from target
packages -> Development Tools. My question is, am I supposed to find the
flex binary under output-> host ->usr->bin? I checked the Config.in for
flex and the package address is incorrect (http://flex.sourceforge.net/)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20180115/b2fbbaf7/attachment.html>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] Adding Flex library
2018-01-15 18:53 [Buildroot] Adding Flex library Doha Ehab
@ 2018-01-15 19:56 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-01-15 19:56 UTC (permalink / raw)
To: buildroot
Hello,
On Mon, 15 Jan 2018 20:53:56 +0200, Doha Ehab wrote:
> I am using buildroot-2017.02.9*. *I have chosen flex library from target
> packages -> Development Tools. My question is, am I supposed to find the
> flex binary under output-> host ->usr->bin? I checked the Config.in for
> flex and the package address is incorrect (http://flex.sourceforge.net/)
"Target packages" are target packages, so they are cross-compiled and
installed in the target filesystem, i.e output/target, and are
therefore present in the filesystem images generated in output/images.
If you need the host variant of flex (i.e built with the native
compiler) then your package should have a dependency on host-flex.
There is no option in menuconfig to enable host-flex, because it is
generally just a build dependency of another package.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-01-15 19:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-15 18:53 [Buildroot] Adding Flex library Doha Ehab
2018-01-15 19:56 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox