[Buildroot] build an "autotooled" that is out of tree

Romain Izard romain.izard.pro at gmail.com
Fri Sep 14 08:50:29 UTC 2012


On 2012-09-13, David Bonnin <dboml at free.fr> wrote:
> Hello,
>
> We have a projet that out of the buildroot tree.
> This projet is build with autotools.
>
> When we run .configure script of our projet, we need to set a lot of env 
> variable and pas os it to ./configure.
>
Put the buildroot compiler path (<buildroot path>/output/host/usr/bin/) 
in your PATH, and launch ./configure --host=<compiler prefix>. The compiler
there is a wrapper to the real compiler, with additional default settings.

This should take care of most problems.

-- 
Romain Izard



More information about the buildroot mailing list