EnglishFrenchSpanish

OnWorks favicon

afs_compile_et - Online in the Cloud

Run afs_compile_et in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command afs_compile_et that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


afs_compile_et - Produce error text tables for compilation

SYNOPSIS


afs_compile_et [-debug] [-language <lang>]
[-prefix <prefix>] [-v <version>]
[-h <include>] <[-emit <output>]
error_table>

DESCRIPTION


The afs_compile_et command builds the error text tables for compilation. This includes
both a header file that contains a set of mappings between error names and values and a .c
(or .msf) file that provides a text table of descriptions.

The <error_table> argument specifies which error table to generate. The error table
specification should exist in the current working directory or in the directory specified
with -prefix and should be named error_table.et.

By default, afs_compile_et generates two files in one invocation. This is problematic for
parallel build systems. The -emit option may be used to generate the output files
independently with two separate invocations of afs_compile_et for a given error table.
This allows parallel build systems to generate the source and header files, and the
targets which depend on the generated source and headers files, in parallel.

CAUTIONS


This command is used internally within the build process for OpenAFS. Most users will
access this information via translate_et(1) rather than via afs_compile_et.

This command does not use the standard AFS command-line parsing package.

OPTIONS


-debug
Does nothing. It neither adds debugging information to the output nor provides
additional information on its operation.

-language <lang>
Specifies the type of output to generate. Currently, only ANSI C and K&R are
supported values (via the c and k&r-c values, respectively). The default is ANSI C.
There is some support for C++ started, but that is not yet supported.

The -lang <lang> option is a synonym for -language <lang>>.

-prefix <prefix>
Specifies the directory to search for the error_table.et file. Specifies the directory
to search for the prolog file when the -h option is given. The -p <prefix> option is
a synonym for -prefix <prefix>.

-h <include>
Specifies an input file, called a prolog file, and modifies the name of the header
file generated by afs_compile_et.

When the -h option is given, afs_compile_et will search for a prolog file named
<include>.p.h. afs_compile_et will search the current working directory for the
prolog file, unless the -p option is given. If the prolog file is found,
afs_compile_et will place a verbatim copy of the prolog file contents into the
generated header file.

When the -h option is given, the name of the header file generated by afs_compile_et
is <include>.h, instead of <error_table>.h.

The -h option does not affect the source file generated by afs_compile_et.

-v <version>
Specified the type of output file: valid values are 1 (the default, for C files) or 2,
for .msf file generation.

-emit <output>
Specifies which program file to generate; the header file or the source file. Specify
-emit header (or -emit h) to generate the .h header file. Specify -emit source (or
-emit c) to generate the .c (or .msf) source file.

EXAMPLES


The following command generates the files pterror.h and pterror.c, suitable for use with C
programs:

% afs_compile_et -p path/to/src/ptserver pterror

The following command generates K&R style files instead:

% afs_compile_et -p path/to/src/ptserver -lang 'k&r-c' pterror

The following command generates the pterror.h file, but not the pterror.c file.

% afs_compile_et -p path/to/src/ptserver -emit header pterror

The following command generates the pterror.c file, but not the pterror.h file.

% afs_compile_et -p path/to/src/ptserver -emit source pterror

Use afs_compile_et online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    QNAP NAS GPL Source
    QNAP NAS GPL Source
    GPL source for QNAP Turbo NAS.
    Audience: Developers. User interface:
    Web-based. Programming Language: C,
    Java. Categories:System, Storage,
    Operating System Ker...
    Download QNAP NAS GPL Source
  • 2
    deep-clean
    deep-clean
    A Kotlin script that nukes all build
    caches from Gradle/Android projects.
    Useful when Gradle or the IDE let you
    down. The script has been tested on
    macOS, but ...
    Download deep-clean
  • 3
    Eclipse Checkstyle Plug-in
    Eclipse Checkstyle Plug-in
    The Eclipse Checkstyle plug-in
    integrates the Checkstyle Java code
    auditor into the Eclipse IDE. The
    plug-in provides real-time feedback to
    the user about viol...
    Download Eclipse Checkstyle Plug-in
  • 4
    AstrOrzPlayer
    AstrOrzPlayer
    AstrOrz Player is a free media player
    software, part based on WMP and VLC. The
    player is in a minimalist style, with
    more than ten theme colors, and can also
    b...
    Download AstrOrzPlayer
  • 5
    movistartv
    movistartv
    Kodi Movistar+ TV es un ADDON para XBMC/
    Kodi que permite disponer de un
    decodificador de los servicios IPTV de
    Movistar integrado en uno de los
    mediacenters ma...
    Download movistartv
  • 6
    Code::Blocks
    Code::Blocks
    Code::Blocks is a free, open-source,
    cross-platform C, C++ and Fortran IDE
    built to meet the most demanding needs
    of its users. It is designed to be very
    extens...
    Download Code::Blocks
  • More »

Linux commands

  • 1
    abidw
    abidw
    abidw - serialize the ABI of an ELF
    file abidw reads a shared library in ELF
    format and emits an XML representation
    of its ABI to standard output. The
    emitted ...
    Run abidw
  • 2
    abilint
    abilint
    abilint - validate an abigail ABI
    representation abilint parses the native
    XML representation of an ABI as emitted
    by abidw. Once it has parsed the XML
    represe...
    Run abilint
  • 3
    core-cleanup
    core-cleanup
    core-cleanup - clean-up script for CORE
    DESCRIPTION: usage: core-cleanup [-d
    [-l]] Clean up all CORE namespaces
    processes, bridges, interfaces, and
    session dir...
    Run core-cleanup
  • 4
    core-daemon
    core-daemon
    core-daemon - CORE daemon manages
    emulation sessions started from GUI or
    scripts ...
    Run core-daemon
  • 5
    g++-4.9
    g++-4.9
    gcc - GNU project C and C++ compiler ...
    Run g++-4.9
  • 6
    g++-5
    g++-5
    gcc - GNU project C and C++ compiler ...
    Run g++-5
  • More »

Ad