diet(1) General Commands Manual diet(1)NAME
diet - mangle gcc command line arguments
SYNOPSIS
diet [-v] [-Os] [normal gcc command line]
DESCRIPTION
diet is a small wrapper around gcc. It will try to look at the command line you specify and try to mangle it so that gcc will compile
against the diet libc header files and link against the diet libc itself.
diet tries to be smart for cross compiling. If the first argument is not gcc but sparc-linux-gcc, diet will guess that you want to cross
compile for sparc and use bin-sparc/dietlibc.a instead of the dietlibc.a for your default architecture.
The -v option will make diet print the modified gcc command line before executing it.
When passed the -Os option before the gcc argument, diet will mangle the gcc options to include the best known for-size optimization set-
tings for the platform.
FILES
~/.diet/compiler may contain compiler options as you would specify them on the command line, i.e. separated by spaces. Those will then be
used instead of the built-in defaults for diet -Os.
AUTHOR
Felix von Leitner <felix-dietlibc@fefe.de>
April 2001 diet(1)
Check Out this Related Man Page
TESTCOMPONENT(1)TESTCOMPONENT(1)NAME
testComponent - Example of a component for DIET using the LogCentral
NAME
testComponent - Example of a component that connects to the LogCentral and publish some messages. It is used as an example for the DIET
program.
SYNOPSYS
testComponent
DESCRIPTION
testComponent connects to the LogCentral, publishes some messages and then disconnects.
Before starting the LogCentral, you must:
o launch a CORBA Naming Service.
o launch log forwarders if needed
o launch LogCentral service
o launch a tool to visualize the message sent
o Launch the testComponent
OPTIONS EXAMPLE
o Launching the LogCentral
LogCentral -config ./LogCentral.cfg
o Launching the component
testComponent
RATIONALE
The testComponent uses CORBA as its communication layer. While it's a flexible and robust middleware, its deployement on heterogeneous net-
works still is delicate and may require using ssh tunnels.
LICENSE AND COPYRIGHT
Copyright
(C)2011, GRAAL, INRIA Rhone-Alpes, 46 allee d'Italie, 69364 Lyon cedex 07, France all right reserved <diet-dev@ens-lyon.fr>
License
This program is free software: you can redistribute it and/or mod- ify it under the terms of the GNU General Public License as pub- lished
by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the
hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU General Pub- lic Li- cense for more details. You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
AUTHORS
GRAAL INRIA Rhone-Alpes 46 allee d'Italie 69364 Lyon cedex 07, FRANCE Email: <diet-dev@ens-lyon.fr> WWW: http://graal.ens-lyon.fr/DIET
SEE ALSO omniNames(1), logForwarder(1), LogCentral(1), DIETTestTool(1)BUGS AUTHOR
haikel.guemar@sysfera.com, kevin.coulomb@sysfera.com
License: GPLv3
COPYRIGHT
DIET developers
0.1 2011-05-16 TESTCOMPONENT(1)