NEWS
emc2_2.2.6 Release
A fresh bugfix release (2.2.6) - (Changelog).
You can get it: as a source package from sourceforge , from CVS , or as a precompiled package which works on Ubuntu as described here.
 
Ubuntu 8.04&EMC2 Live CD
The EMC2 team now has a brand new custom Live-CD (EU mirror) based on Ubuntu 8.04 with emc 2.2.x included, that will let you try out EMC2 before installing, and it's also the easiest way to install Ubuntu and EMC2 together. (more)
 
emc2_2.2.5 Release
A fresh bugfix release (2.2.5) - (Changelog).
You can get it: as a source package from sourceforge , from CVS , or as a precompiled package which works on Ubuntu as described here.
 
Language
Site Search
Google
Web LinuxCNC
Polls
EMC Version you are using
 
What type of machine do you run with EMC? Vote once for each machine
 

comp

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

NAME

comp − Build, compile and install EMC HAL components

SYNOPSIS

comp [--compile|--preprocess|--document|--view-doc] compfile...

sudo comp [--install|--install-doc] compfile...

comp --compile --userspace cfile...

sudo comp --install --userspace cfile...
sudo
comp --install --userspace pyfile...

DESCRIPTION

comp performs many different functions:

Compile .comp and .c files into .so or .ko HAL realtime components (the --compile flag)

Compile .comp and .c files into HAL userspace components (the --compile --userspace flag)

Preprocess .comp files into .c files (the --preprocess flag)

Extract documentation from .comp files into .9 manpage files (the --document flag)

Display documentation from .comp files onscreen (the --view-doc flag)

Compile and install .comp and .c files into the proper directory for HAL realtime components (the --install flag), which may require sudo to write to system directories.

Install .c and .py files into the proper directory for HAL userspace components (the --install --userspace flag), which may require sudo to write to system directories.

Extract documentation from .comp files into .9 manpage files in the proper system directory (the --install flag), which may require sudo to write to system directories.

Preprocess .comp files into .c files (the --preprocess flag)

SEE ALSO

Comp: A tool for creating HAL components in the emc2 documentation for a full descrition of the .comp syntax, along with examples

pydoc hal and Creating Userspace Python Components with the ’hal’ module for documentation on the Python interface to HAL components

comp(9) for documentation on the "two input comparator with hysteresis", a HAL realtime compoent with the same name as this program


© 2008 LinuxCNC.org
Joomla! is Free Software released under the GNU/GPL License.