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?

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.



Back to the top