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

dboml dboml at free.fr
Thu Oct 4 20:32:09 UTC 2012


Hello, thanks, it works.

With the project autooled, i do:
autoreconf --install

Put the buildroot compiler path (<buildroot path>/output/host/usr/bin/)

./configure --host=<compiler prefix>

Do i have have to change PATH before autoreconf ?

Thanks.
David.

Le 14/09/2012 10:50, Romain Izard a écrit :
> 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.
>




More information about the buildroot mailing list