mbats / eclipse-buildroot-bundle

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

Add support for archiver #19

Closed tpetazzoni closed 10 years ago

tpetazzoni commented 10 years ago

The current Buildroot plugin does not register the Archiver tool, which causes Eclipse to use the C Linker to create static libraries. This fails because doing gcc -o foo.a foo.o cannot work, and obviously fails.

mbats commented 10 years ago

Fixed by https://github.com/mbats/eclipse-buildroot-toolchain-plugin/commit/683e1c508a3fe80b28996a26e92deee92f8ff3b1