Hi!
I got a non standard compiler output, which I want to parse in the output window. The compiler throws errors like:
"abc.c", line 67: Serious error: expected ';' after command - inserted before '}'
where I constructed the parse string
"%f", line %l
in order to get this string parsed. If I check the parsed string in the settings window, it seems to me, as if the parsing itself is working, but when I make a double click on the highlighted line in the output window, I got the following error in the status bar: 'Could not locate abc.c. if the file exists, see help under "Output" to fix this'
I created the project using the 'Magic Folder' function (but also added an erroneous file the standard way, but this did not remove the error). The layout of the project is the following:
\prjname\environment : Here are the PN's project files
\prjname\src : Here are the source code files in different sub directories
\prjname\make : Here are batch files with compiler/linker calls
The root of the project (in the project window)is set to: prjname
In the settings dialog of the project tool function, I set the working directory to: c:\prjname\make
and the execution command to: c:\prjname\make\make.bat
Can someone help me to fix this error, because I think that this editor is cool and it exactly fits the needs I have for editing my project.
Thanks in advance!
Andreas