Sysprogs forums › Forums › VisualGDB › Error Messages with Keil MDK-ARM Compiler not parsed correctly › Reply To: Error Messages with Keil MDK-ARM Compiler not parsed correctly
April 25, 2016 at 08:18
#8081
Participant
Thank you for the link, this helped a lot. Unfortunately the data in the Output tab does not seem to be the raw error but something at is formated differently at least by my VS2013 version . Is there any way to turn this off?
The error lay in the regex, the following worked for me (Arm Compiler 5.06u1):
^”([^:]+)”, line ([0-9]+): (Error|Warning):(.*)$
This differs from the tutorial supplied file only that it does not expect a “:” character in the file location, and the compiler message contained relative paths.
-
This reply was modified 9 years, 1 month ago by
MiSt.