I am trying to create a problemMatcher for the Keil compiler. This does not generate any console output. All output goes to a log file. I noticed that there is a npm module called Gulp that should be able to help with that. I have created a regexp that works with the output. How do I create a problemMatcher that monitors a single log file for errors and can open the source files?
Another issue is that the log file to be monitored is not in the same directory as the source code.
Another issue is that the file output does not contain any path information. There are multiple possible paths that need to be searched to find the file.