mbats / eclipse-buildroot-bundle

Eclipse bundle to integrate useful tools for embedded Linux developpers
30 stars 17 forks source link

Set a proper PATH by default #7

Closed mbats closed 11 years ago

mbats commented 11 years ago

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.

tpetazzoni commented 11 years ago

Implemented in the 2.0.0 release.