Adding Cosmic compiler error parser to QtCreator 

I am forced to use Cosmic C compiler for developing STM8. All of the existing IDEs (STVD and Cosmic's own) for STM8 are terrible, so I am using QtCreator for editing code.

To be able to jump easily to the compiler errors/warnings I have created a custom error parser:


I have used the following error parser regexps:


#error\s.*\s(.*):(\d*)\S*\s*(.*)
for errors

And


#warning\s.*\s(.*):(\d*)\S*\s*(.*)

for warnings.
[ hozzászólás ] ( 106 megtekintés ) [ 0 trackbackek ] permalink ( 2.9 / 300 )

<< <Előző | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | Következő> >>

 
számláló