Tasking EDE Integration
It is possible to run TICS from within the Tasking IDE called EDE. To
this end you have to perform the following steps.
- Open your Tasking project in the IDE
- Select
Project->Properties...
- Select the
Tools
tab
- Select Category
Custom
- Press the first button of
Description:
to add a new entry
- Enter
TICS
and press OK
- Enter
TICS.exe %b%e -project auto
in the
Command:
menu
- Select
Redirect output
, Save current file
and Use VSDOS
from Command Options:
The
Project Properties
dialog should now look as follows.
- Select the
Errors
tab
- Press the
Custom Error Parsers...
- Specify
TICS
as Parser name:
- Specify
^([^ \t\n(].+)[ \t(]([0-9]+)[ \t):]+(.*)$
as
Pattern:
- Specify
1
for Filename:
- Specify
2
for Line number:
- Specify
3
for Error message:
Now the
Custom Error Parser
dialog will look as follows.
- Press
OK
to go back to the Errors
tab
- Specify
_ErrorInfoParser TICS
as Error Parser 1:
and
press OK
- Now you can check a file by using
Tools->TICS
,
the output will appear in the Build
window
In order to use TICS support for Tasking one should make sure that the
input file is part of a Tasking project file (extension
.prj
)
and that the corresponding Tasking make file (extension
.mak
)
is available.