Espanol
AddThis Social Bookmark Button

3.2 Printing the commands executed (verbose mode)

The default compilation process typically prints only a compact output for each compilation step. That is in general not useful whenever a file is not compiled properly and the user wants to know the exact command which is executed in the compilation process. To obtain a printing of the complete list of commands issued by the Erika Enterprise makefile, you can add the following line to the OIL file:
CPU mySystem {
OS myOs {
EE_OPT = " VERBOSE ";
...
};
...
};