Spec-Zone.ru › Linux man pages

cgcc(1) — Справочная страница Linux

cgcc(1)                  General Commands Manual                 cgcc(1)

НАЗВАНИЕ

       cgcc - Compiler wrapper to run Sparse after compiling

СИНТАКСИС

       cgcc [SPARSE OPTIONS]... [COMPILER OPTIONS]... [INPUT FILES]...
       make CC=cgcc

ОПИСАНИЕ

       cgcc provides a wrapper around a C compiler (cc by default) which
       also invokes the Sparse static analysis tool.

       cgcc accepts all Sparse command-line options, such as warning
       options, and passes all other options through to the compiler.

       By providing the same interface as the C compiler, cgcc allows
       projects to run Sparse as part of their build without modifying
       their build system, by using cgcc as the compiler.  For many
       projects, setting CC=cgcc on the make command-line will work.

СРЕДА

       REAL_CC
              If set, cgcc will use this as the compiler to invoke,
              rather than the default cc.

       CHECK  If set, cgcc will use this as the Sparse program to
              invoke, rather than the default sparse.

СМОТРИТЕ ТАКЖЕ

       sparse(1)

КОЛОФОН

       This page is part of the sparse (a Semantic Parser for C)
       project.  Information about the project can be found at 
       ⟨https://sparse.wiki.kernel.org/⟩.  If you have a bug report for
       this manual page, send it to linux-sparse@vger.kernel.org.  This
       page was obtained from the project's upstream Git repository
       ⟨https://git.kernel.org/pub/scm/devel/sparse/sparse.git⟩ on
       2024-06-14.  (At that time, the date of the most recent commit
       that was found in the repository was 2024-02-03.)  If you
       discover any rendering problems in this HTML version of the page,
       or you believe there is a better or more up-to-date source for
       the page, or you have corrections or improvements to the
       information in this COLOPHON (which is not part of the original
       manual page), send a mail to man-pages@man7.org

                                                                 cgcc(1)

Страницы, которые ссылаются на эту страницу: sparse(1)


...
https://man7.org/linux/man-pages/man1/cgcc.1.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API