Changes between Version 1 and Version 2 of troubleshooting


Ignore:
Timestamp:
04/21/16 11:27:42 (8 years ago)
Author:
Sanahuja Guillaume
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • troubleshooting

    v1 v2  
    22
    33= Troubleshooting =
     4
     5This page give solutions to common issues.
     6
     7When you have an issue, please first check that you have done all the necessary steps to have a functional environment:
     8* [wiki:prerequisite Prerequisite]
     9* [wiki:setup Setup your computer]
     10* [wiki:toolchain/install Install toolchains]
    411
    512== problem executing a tool ==
     
    1320* verify if graphic drivers are among the toolchain, see [wiki:toolchain/install here].
    1421* check if ''/dev/shm'' is clean. It should not contain files like ''sem.simu_*'' or ''simu_*''. The files are shared memories between control and simulation part; they should be destroyed when all programs are closed. You can safely remove it manually if not.
     22
     23== problem when updating the repositories ==
     24
     25If you have changed something on the versioned files and if these changes are not committed, you will have a conflict when updating these files (with ''svn up command''). This can occur when you recompiled [wiki:compile_all all stuffs].
     26
     27So be sure that you get the version of the files from the server when you update the repositories. Otherwise, you will stay with the older versions. In doubt you can erase your local repositories and [wiki:repo/sync checkout them again], but be sure to not erase your personal work.
     28
     29One other solution is to [wiki:compile_all compile all] again after the update.