Freescale Semiconductor Microcontrollers Manuel d'utilisateur Page 849

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 892
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 848
Debugger Engine Environment Variables
Local Configuration File (usually project.ini)
849
Microcontrollers Debugger Manual
NOTE When using WinEdit, do not set the system environment variable
Defaultdir. If you do and this variable does not contain the project
directory given in WinEdit’s project configuration, files might not be put
where you expect them.
Line Continuation
It is possible to specify an environment variable in an environment file (default.env/
.hidefaults) over multiple lines by using the line continuation character ‘\’:
Example:
OPTIONS=\
-W2 \
-Wpd
This is the same as:
OPTIONS=-W2 -Wpd
Be careful when using the line continuation character with paths. For example:
GENPATH=.\
TEXTFILE=.\txt
Results in:
GENPATH=.TEXTFILE=.\txt
To avoid such problems, use a semicolon’;’ at the end of a path, if there is a ‘\’ at the end:
GENPATH=.\;
TEXTFILE=.\txt
Vue de la page 848
1 2 ... 844 845 846 847 848 849 850 851 852 853 854 ... 891 892

Commentaires sur ces manuels

Pas de commentaire