Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Error Parser for external compiler. How to?

Hi Mike
Thanks for trying and for the feedback. I am glad to hear that it works and self-explanatory enough for a smart person to figure out.

Andrew

On Wed, Nov 11, 2009 at 8:44 AM, Eclipse_Keil <llw2go@xxxxxxxxx> wrote:

haha,

i get it done

(.*)\((\d+)\)\: \berror\b(.*)


Eclipse_Keil wrote:
>
> .\SRC\SCN.C(78): error C67: 'SY_FIRST': undefined identifier
>
> Someone help me to extract this line:
> .\SRC\SCN.C   ->  File
> 78                 ->  Line
> error             ->   Error or Warning
>
> Thanks
> Mike
>

--
View this message in context: http://old.nabble.com/Error-Parser-for-external-compiler.-How-to--tp26215807p26301416.html
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top