Hi,
I'm new to UEStudio and I am trying to integrate the COSMIC HCS12X compiler. Building works fine, exept of the parsing of the compiler outputs. I expect, that a double click on the outputs line with the error message takes me to the error in the corresponding file and to the wrong line, but it only takes me to the file, not to the line. This is a sample output:
Funny enough, if I click the line
it does what it should.
But if I click the lineit only opens the file main.c but does not move the cursor to line 40.
And what else is strange, is that at the bottom it says, that there were 0 Errors, 0 Warnings.
Any ideas?
Thank you
Matmik
I'm new to UEStudio and I am trying to integrate the COSMIC HCS12X compiler. Building works fine, exept of the parsing of the compiler outputs. I expect, that a double click on the outputs line with the error message takes me to the error in the corresponding file and to the wrong line, but it only takes me to the file, not to the line. This is a sample output:
Code: Select all
cxs12x -v -i "E:\COSMIC\EVAL12X\HS12x" +hcs +proto main.c
#error cps12x main.c:40(2+4) klpo undefined
main.c:
"cps12x" -o "f:\TMP\s50c.cx1" -i "E:\COSMIC\EVAL12X\HS12x" -i "E:\COSMIC\EVAL12X\HS12X" -u -p -d"__VERS__=\"V4.7.11\"" "main.c"
Clnk -m ETEST.map -o ETEST.h12 9s12xx128.lkf
#error clnk 9s12xx128.lkf:17 can't open file main.o
ETEST.h12 - 0 Fehler, 0 Warnung(en)
Code: Select all
#error clnk 9s12xx128.lkf:17 can't open file main.o
But if I click the line
Code: Select all
#error cps12x main.c:40(2+4) klpo undefined
And what else is strange, is that at the bottom it says, that there were 0 Errors, 0 Warnings.
Any ideas?
Thank you
Matmik