EnglishFrenchSpanish

Ad


OnWorks favicon

elfrc - Online in the Cloud

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

This is the command elfrc 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


elfrc — a resource compiler for ELF systems

SYNOPSIS


elfrc [-o filename] [-h filename] [-v ]

DESCRIPTION


This manual page documents briefly the elfrc command.

This manual page was written for the Debian distribution because the original program does
not have a manual page.

elfrc is a program which can turn arbitrary files into ELF object files which can then be
linked into your program directly and accessed via simple, user-defined symbol names.

For instance, it's possible to embed even huge (16MB+) files directly into the executable
and then access the data in constant time without making the compiler or linker eat loads
of memory.

OPTIONS


Here's what the arguments do:

-o filename
Store resulting ELF object in filename. If not given, no ELF object will be
generated.

-h filename
Store C header file which can be used to access the resource data in filename.
If not given, no header file will be generated.

-v Be a little verbose about what's going on.

In any case, the most important argument is resfile - the path to a resource file which
can be parsed by elfrc. If no resource file is given, or if "-" (a dash) is given, the
resources will be read from the standard input.

A resource file is just a plain text file, each line in the file describing a resource to
be compiled into the ELF output. Each line is expected to three fields, separated by tab
characters: the type of the resource (can be either 'binary' or 'text'), the symbol name
(this should be a valid C identifier) and the path to the file to be compiled in.

Use elfrc online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad