English
Language : 

AN3350 Datasheet, PDF (28/185 Pages) STMicroelectronics – eTPU compiler tools
Command-line options for language translation
AN3350
4.9
-mapcr
Swaps the values of the \n and \r escape characters.
Syntax
-mapcr
-nomapcr
Remarks
The -mapcr option tells the compiler to treat the '\n' character as ASCII 13 and the '\r'
character as ASCII 10. The -nomapcr option tells the compiler to treat these characters as
ASCII 10 and 13, respectively.
4.10
-MM
Scans source files for dependencies and emit a Makefile, without generating object code or
listing system #include files.
Syntax
-MM
Remarks
This command is global and case-sensitive.
4.11
-MD
Scans source files for dependencies and emit a Makefile, generate object code, and write a
dependency map.
Syntax
-MD
Remarks
This command is global and case-sensitive.
4.12
-MMD
Scans source files for dependencies and emit a Makefile, generate object code, write a
dependency map, without listing system #include files.
Syntax
-MMD
Remarks
This command is global and case-sensitive.
28/185
Doc ID 018512 Rev 2