Next: Invoking mesar, Previous: Invoking mes, Up: Bootstrapping [Contents][Index]
mescc option… FILE…
The options can be among the following:
--align=symbolalign symbol, the default is functions; other valid values
are: globals.
--base-address=ADDRESSuse BaseAddress ADDRESS [0x1000000]
-c ¶ preprocess, compile and assemble only; do not link
-D DEFINE[=VALUE] ¶ -dumpmachine ¶ display the compiler’s target processor
-Epreprocess only; do not compile, assemble or link
-gadd blood-elf debug info
This enables GDB setting breakpoints on function names, and to have the GDB backtrace command to show the function call stack.
-h, --helpdisplay this help and exit
-I DIRappend DIR to include path
-L DIRappend DIR to library path
-l LIBNAMElink with LIBNAME
-m BITScompile for BITS bits [32]
-O LEVELuse optimizing LEVEL
-o FILEwrite output to FILE
-Spreprocess and compile only; do not assemble or link
--std=STANDARDassume that the input sources are for STANDARD
-V,--versiondisplay version and exit
-w,--write=TYPEdump Nyacc AST using TYPE {pretty-print,write}
-x LANGUAGEspecify LANGUAGE of the following input files