Scroll to navigation

SDCPP(1) General Commands Manual SDCPP(1)

NAME

sdcpp - C preprocessor for SDCC

SYNOPSIS

sdcppold [options] filename

DESCRIPTION

This manual page documents briefly the sdccp command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. Instead, you can read the documentation in /usr/share/doc/sdcc-doc.

SDCC is a Freeware, retargettable, optimizing ANSI-C compiler designed for 8 bit Microprocessors.

OPTIONS

Include the contents of <file> before other files.
Accept definition of macros in <file>.
Specify <path> as a prefix for next two options.
Add <dir> to the end of the system include path.
Add <dir> to the end of the main include path.
Add <dir> to the start of the system include path.
Add <dir> to the end of the system include path.
Add <dir> to the end of the main include path.
Fine-grained include path control; see info docs.
Do not search system include directories (dirs specified with -isystem will still be used).
Do not search system include directories for C++.
Put output into <file>.
Issue all warnings demanded by strict ISO C.
Issue -pedantic warnings as errors instead.
Support ISO C trigraphs.
Assume that the input sources are in C.
Assume that the input sources are in C89.
Assume that the input sources are in C++.
Assume that the input sources are in ObjectiveC.
Assume that the input sources are in ObjectiveC++.
Assume that the input sources are in assembler.
Specify the conformance standard; one of: gnu89, gnu99, c89, c99, iso9899:1990, iso9899:199409, iso9899:1999
-+
Allow parsing of C++ style features.
Inhibit warning messages.
Warn if trigraphs are encountered.
Do not warn about trigraphs.
Warn if one comment starts inside another.
Do not warn about comments.
Warn about features not present in traditional C;
Do not warn about traditional C;
Warn if an undefined macro is used by #if.
Do not warn about testing undefined macros.
Warn about the use of the #import directive.
Do not warn about the use of #import.
Treat all warnings as errors.
Do not treat warnings as errors.
Do not suppress warnings from system headers.
Suppress warnings from system headers.
Enable all preprocessor warnings.
Generate make dependencies.
As -M , but ignore system header files.
Write dependency output to the given file.
Treat missing header file as generated files.
Generate phony targets for all headers.
Add a MAKE-quoted target.
Add an unquoted target.
Define a <macro> with string '1' as its value.
Define a <macro> with <val> as its value.
Assert the <answer> to <question>.
-A-<question> (<answer>)
Disable <answer> to <question>.
Undefine <macro>.
Print the name of header files as they are used.
Do not discard comments.
Display a list of macro definitions active at end.
Preserve macro definitions in output.
As -dD except that only the names are preserved.
Include #include directives in the output.
Treat the input file as already preprocessed.
Distance between tab stops for column reporting.
Do not generate #line directives.
-$
Do not allow '$' in identifiers.
Remap file names when including files.
Display the version number.
Show summary of options.

AUTHOR

This manual page was written by Aurelien Jarno <aurel32@debian.org>, for the Debian GNU/Linux system (but may be used by others).