IFS-HSR / SConsolidator

An Eclipse plug-in for the build system SCons (scons.org).
24 stars 10 forks source link

Regex Error Parser doesn't work with Sconsolidator build #15

Closed WisniewskiP closed 9 years ago

WisniewskiP commented 10 years ago

I'm using cross compiler (not gcc family) and I would like to have errors from compiler to appear in eclipse Problems tab. I added new Error Parser with RegEx but it doesn't work with SConsolidator project, I have tested the same RegEx on Makefile Project (with scons as external builder) and saw errors in Problems tab.

mrueegg commented 9 years ago

I'm sorry, but we currently only support the GCC toolchain with the plug-in. The plug-in uses its own error parser which is hard-coded for GCC errors and will therefore ignore your provided error parser.