625
Richard Taylor <richard.i.taylor@nokia.com>
parents:
diff
changeset
|
1 |
The traces mmp keyword is used to explicitly indicate Raptor to run trace compiler. It is designed to replace the implicit way, which is specifying trace folder in userinclude. However, the old way is still supported for compatibility reason.
|
Richard Taylor <richard.i.taylor@nokia.com>
parents:
diff
changeset
|
2 |
|
Richard Taylor <richard.i.taylor@nokia.com>
parents:
diff
changeset
|
3 |
The keyword could be used as a swtich with no parameter, which automatically set trace folder to be:
|
Richard Taylor <richard.i.taylor@nokia.com>
parents:
diff
changeset
|
4 |
|
Richard Taylor <richard.i.taylor@nokia.com>
parents:
diff
changeset
|
5 |
../traces/<target>_<targetext>
|
Richard Taylor <richard.i.taylor@nokia.com>
parents:
diff
changeset
|
6 |
|
Richard Taylor <richard.i.taylor@nokia.com>
parents:
diff
changeset
|
7 |
When the keyword is used with a parameter, it set trace folder to be:
|
Richard Taylor <richard.i.taylor@nokia.com>
parents:
diff
changeset
|
8 |
|
Richard Taylor <richard.i.taylor@nokia.com>
parents:
diff
changeset
|
9 |
<parameter>traces/<target>_<targetext>
|
Richard Taylor <richard.i.taylor@nokia.com>
parents:
diff
changeset
|
10 |
|
Richard Taylor <richard.i.taylor@nokia.com>
parents:
diff
changeset
|
11 |
So e.g. if the mmp file is at the same level with trace folder and you want the trace folder directory to be: "./traces/<target>_<targetext>", in your mmp it should say:
|
Richard Taylor <richard.i.taylor@nokia.com>
parents:
diff
changeset
|
12 |
|
Richard Taylor <richard.i.taylor@nokia.com>
parents:
diff
changeset
|
13 |
traces ./
|
Richard Taylor <richard.i.taylor@nokia.com>
parents:
diff
changeset
|
14 |
|
Richard Taylor <richard.i.taylor@nokia.com>
parents:
diff
changeset
|
15 |
N.B. The trace folder directory is relative to the directory of the mmp file where traces keyword is used. |