FAUCC(1) | [FIXME: manual] | FAUCC(1) |
NAME¶
faucc - C compiler generating Intel code for 16 bit/32 bit CPUs.SYNOPSIS¶
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 ...}
DESCRIPTION¶
faucc is a C compiler, that can generate Intel 16 bit or 32 bit Code.OPTIONS¶
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
EXAMPLES¶
faucc -c hello-world.c -o hello-world.ofaucc -S -b i286 -o test.s test.c
SEE ALSO¶
cc1(1) , cpp(1) , gcc(1) , ld(1)CONTACT¶
Please report all bugs to FAUcc Team <info@faumachine.org>. FAUcc Homepage[1].AUTHOR¶
FAUcc TeamCOPYRIGHT¶
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.
NOTES¶
- 1.
- FAUcc Homepage
05/03/2018 | FAUcc Team |