... | @@ -28,6 +28,8 @@ In the project repo, **a config.txt file must be added in the root directory (R1 |
... | @@ -28,6 +28,8 @@ In the project repo, **a config.txt file must be added in the root directory (R1 |
|
* _build_ (**R1e**) includes the compiling and building commands. For C/C++ the building commands (either gcc commands or make) have to use gcc compiler with the **-g** debugging flag. All the paths to directories needed have also to be included using the **-I** flag.
|
|
* _build_ (**R1e**) includes the compiling and building commands. For C/C++ the building commands (either gcc commands or make) have to use gcc compiler with the **-g** debugging flag. All the paths to directories needed have also to be included using the **-I** flag.
|
|
* Finally, _language_ (**R1f**) is “Java” or “C/C++” for specifying the project’s programming language.
|
|
* Finally, _language_ (**R1f**) is “Java” or “C/C++” for specifying the project’s programming language.
|
|
|
|
|
|
|
|
*Special requirements for each Analysis Type:*
|
|
|
|
|
|
**Energy Consumption Estimation (Static analysis)**
|
|
**Energy Consumption Estimation (Static analysis)**
|
|
|
|
|
|
**R1(a,c,d and f)** must be satisfied.
|
|
**R1(a,c,d and f)** must be satisfied.
|
... | | ... | |