Differences between revisions 1 and 2
Revision 1 as of 2008-02-22 23:37:45
Size: 546
Comment:
Revision 2 as of 2008-02-25 05:01:09
Size: 577
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
They contain log messages that may indicate what went wrong. They contain log messages that may indicate the cause of the problem.
Line 9: Line 9:
open the file {{{defines.h}}} and make sure you have a line open the file {{{defines.h}}} and add the line
Line 13: Line 13:
Then, compile the libraries using Then, from the directory {{{bcvtb/lib}}} compile the libraries using

Help

1. Runtime problems

If something goes wrong during the simulation, check the files utilSocket.log and utilClient.log. They contain log messages that may indicate the cause of the problem. If these files do not exist, go to the directory bcvtb/lib, open the file defines.h and add the line

#define NDEBUG

Then, from the directory bcvtb/lib compile the libraries using

make clean
make

and rerun the simulation. Now the log files should be written to the directory from which you started the BCVTB.

bcvtb: Help (last edited 2016-04-21 17:07:12 by ThierryNouidui)