bneukom / ch.fhnw.mdt

MicroCore development tools.
0 stars 0 forks source link

Error parsing not working. #25

Closed bneukom closed 8 years ago

bneukom commented 9 years ago

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


The following loop does not compile and produces error messages but the IDE does not display them:

for (int x = 0; x < 10; x++ ) { test += x; }


bneukom commented 9 years ago

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


Added default gcc error parsers which handle error messages correctly.