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

Keil C Compiler in Juno Eclipse IDE

I had working with Indigo Eclipse + Plugin of Keil fine.
But I update to Juno and I have problems with error parsers

My configuration is like http://www.keil.com/forum/19963/
Error -> (.*)\((\d+)\):\s+error:\s+(.*) $1 $2 Error: $1, line $2, $3
Warning -> (.*)\((\d+)\):\s+warning:\s+(.*) $1 $2 Warning: $1, line $2, $3
info -> (.*)\((\d+)\):\s+info:\s+(.*) $1 $2 Info: $1, line $2, $3

Do you know why?
Thanks

0