bneukom / ch.fhnw.mdt

MicroCore development tools.
0 stars 0 forks source link

Create Error Parser for lcc error format #1

Closed bneukom closed 8 years ago

bneukom commented 9 years ago

Originally reported by: bneukom (Bitbucket: bneukom, GitHub: bneukom)


lcc seems to be formatting errors a bit different from gcc. For example "blake.c blake.h:100 ..." is not recognised (probably because there are multiple files in front of the actual error message)


bneukom commented 9 years ago

Original comment by bneukom (Bitbucket: bneukom, GitHub: bneukom):


Added an Error Parser for the lcc output which was not equal to the gcc output (error.c: error.h:100: for errors in headers)