Scroll to navigation

MESCC(1) User Commands MESCC(1)

NAME

mescc - C99 compiler in Scheme for bootstrapping the GNU system

SYNOPSIS

mescc [OPTION]... FILE...

DESCRIPTION

C99 compiler in Scheme for bootstrapping the GNU system.

OPTIONS

align SYMBOL {functions,globals,none} [functions]
compile for ARCH [x86_64]
compile for KERNEL [linux]
display the compiler's target machine
use BaseAddress ADDRESS [0x1000000]
mescc-tools use numbered arch
define DEFINE [VALUE=1]
preprocess only; do not compile, assemble or link
add debug info (call stack in GDB)
display this help and exit
append DIR to include path
append DIR to library path
link with LIBNAME
compile for BITS bits [32]
do not use libc.o nor libmescc.a when linking
do not use crt1.o when linking
do not use crt1.o or libc.o or libmescc.a when linking
write output to FILE
use optimizing LEVEL
preprocess and compile only; do not assemble or link
assume that the input sources are for STANDARD
display version and exit
dump Nyacc AST using TYPE {pretty-print,write}
specify LANGUAGE of the following input files

Ignored for GCC compatibility

-fno-builtin

-fno-stack-protector

-no-pie

-nostdinc

-static

Environment variables:

run on mes-executable BINARY {mes,guile}
show debug output with verbosity LEVEL {0..5}
show Nyacc progress

REPORTING BUGS

Report bugs to: bug-mes@gnu.org
GNU Mes home page: <http://gnu.org/software/mes/>
General help using GNU software: <http://gnu.org/gethelp/>

SEE ALSO

The full documentation for mescc is maintained as a Texinfo manual. If the info and mescc programs are properly installed at your site, the command

info mescc

should give you access to the complete manual.

May 2021 GNU Mes 0.23