Freescale-semiconductor Microcontrollers Manual de usuario Pagina 849

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 892
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 848
1 2 ... 844 845 846 847 848 849 850 851 852 853 854 ... 891 892

Comentarios a estos manuales

Sin comentarios