mbats / eclipse-buildroot-bundle

Eclipse bundle to integrate useful tools for embedded Linux developpers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set a proper PATH by default

mbats opened this issue · comments

In order for the autotools plugin to behave properly, the $(O)/host/usr/bin directory must be in the PATH. The PATH must be set in the project properties -> C/C++ Build -> Environment.

It is also important that $(O)/host/usr/bin is prepended to the default system path, because tools provided by Buildroot (autoconf, autoreconf, pkg-config, etc.) must be used in preference to system tools.

Implemented in the 2.0.0 release.