Hi
I’m trying to figure how to handle a compiler output in which the order of the error information is not in the order that ST is expecting, i.e. file name, line number, column number and error message).
I fount a perl expression that parse correctly the compiler output, but it feeds the line number before the file name.
Is there a directive that specify the actual order ?
*** ERROR C202 IN LINE 109 OF test.c: ‘xxyy’: undefined identifier