 indy31
Member
|
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 filesPiccCCSC.exe” main.c +FM +DF +LN +T -A +M +Z +Y=9 +EA +STDOUT
*** Error 12 “D:Mijn documentenMijn programma’sTECMijn ProgsTestje2main.c” Line 20(9,14): Undefined identifier int61
*** Error 51 “D:Mijn documentenMijn programma’sTECMijn ProgsTestje2main.c” Line 21(3,7): A numeric expression must appear here
*** Error 51 “D:Mijn documentenMijn programma’sTECMijn ProgsTestje2main.c” Line 22(3,8): A numeric expression must appear here
*** Error 12 “D:Mijn documentenMijn programma’sTECMijn ProgsTestje2main.c” Line 49(12,18): Undefined identifier byte_3
I’m using the following ‘Custom output pattern’:
How do I change the pattern to make it work?
|
 indy31
Member
|
Sorry, this is a wrong post. I added the issue to the bug tracker.
|