This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Codewright Support

have tried to use A51 with Codewright (V5.1 to V7) and found that the _KeilC51ErrorInfo error parser contained in errpar32.dll cannot do the job with A51 output. Expression suggested by codewright support application is

^\**[ \t]+(error|warning).*line[ \t]+([0-9]+)[ \t]+of[ \t]+(.*): (.*)$

and is definitely wrong for my A51 version. That is somewhat confusing because even my A51 output is not identical with the current Keil documentaion what list Error numbers dezimal. My output is:

A51 MACRO ASSEMBLER V6.02 - SN: A1S3P-U5074E
COPYRIGHT KEIL ELEKTRONIK GmbH 1987 - 2000
MACRO ASSEMBLER A51 V6.02
NO OBJECT MODULE REQUESTED
ASSEMBLER INVOKED BY: d:\programme\keil\c51\bin\a51.exe eeprom.a51 EP
LOC OBJ LINE SOURCE
428 rts ;-> es liegt kein Kommando fuer das Eeprom an
*** _________________________________^
*** ERROR #A9 IN 428 (eeprom.a51, LINE 115): SYNTAX ERROR
ASSEMBLY COMPLETE. 0 WARNING(S), 1 ERROR(S)
make: *** [eeprom.obj] Error 2

Cannot find #A9 in manual and whats the 428?
Somebody knows the correct regular expression for that Keil Message ?