FAUCC(1) | [FIXME: manual] | FAUCC(1) |
faucc - C compiler generating Intel code for 16 bit/32 bit CPUs.
faucc [ -B path ] [ -D MACRO [=def]] [ -E ] [ -I path ] [ -L path ] [ -MD ] [-MF file ] [ -MP ] [ -MT target ] [ -O level ] [ -S ] [ -T script ] [ -U macro ] [ -Wl,arg ] [ -Xlinker arg ] [ -b arch ] [ -c ] [ -f arg ] [ -m arch ] [ -nostdlib ] [ -o output ] [ -print-lib-faucc-file-name ] [ --freestanding ] [ --no-stack-protector ] { file ...}
faucc is a C compiler, that can generate Intel 16 bit or 32 bit Code.
faucc tries to mimic the options of gcc. A number of options will be passed to the C preprocessor cpp or to the linker (done via a call to the c-compiler gcc) in unmodified form.
-B path
-D MACRO, -D MACRO=def
-E
-I path
-L path
-MD
-MF, file
-MP,
-MT target
-O level
-S
-T script
-U macro
-Wl,arg, -Xlinker arg
-b arch
-c
-f arg
-m arch
-nostdlib
-o file
-print-libfaucc-file-name
-static
--freestanding, --no-stack-protector
faucc -c hello-world.c -o hello-world.o
faucc -S -b i286 -o test.s test.c
Please report all bugs to FAUcc Team <info@faumachine.org>. FAUcc Homepage[1].
FAUcc Team
Copyright © 2009 FAUcc Team. Developed at Friedrich
Alexander University Erlangen-Nuremberg.
FAUcc comes with ABSOLUTELY NO WARRANTY. FAUcc is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See COPYING for details.
02/06/2021 | FAUcc Team |