PN v2.0.6.1
The program crashes with 'Runtime error' when trying to parse the output of my compiler.
An example of my compiler output (CCS, a compiler for the =PIC processors):
[code]> "d:\Program files\Picc\CCSC.exe" main.c +FM +DF +LN +T -A +M +Z +Y=9 +EA +STDOUT
*** Error 12 "D:\Mijn documenten\Mijn programma's\TEC\Mijn Progs\Testje2\main.c" Line 20(9,14): Undefined identifier int61
*** Error 51 "D:\Mijn documenten\Mijn programma's\TEC\Mijn Progs\Testje2\main.c" Line 21(3,7): A numeric expression must appear here
*** Error 51 "D:\Mijn documenten\Mijn programma's\TEC\Mijn Progs\Testje2\main.c" Line 22(3,8): A numeric expression must appear here
*** Error 12 "D:\Mijn documenten\Mijn programma's\TEC\Mijn Progs\Testje2\main.c" Line 49(12,18): Undefined identifier byte_3[/code]
I'm using the following 'Custom output pattern':
[code]%f Line %l(%c[/code]
How do I change the pattern to make it work?