modcompile

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
BUGS
AUTHOR
REPORTING BUGS
COPYRIGHT

NAME

modcompile - Utility for compiling Modbus drivers (SUPERSEDED)

SYNOPSIS

modcompile -h

modcompile* [-k] [-n] [-v] all

modcompile* [-k] [-n] [-v] module.mod ...

DESCRIPTION

modcompile and the mesa_modbus framework are superseded by the hm2_modbus driver and mesambccc-compiled MBCCB files. They remain available throughout the 2.9 series, but new configurations are encouraged to migrate.

The modcompile utility is used to compile modbus drivers that use the PktUART interface of Mesa cards.

See the main LinuxCNC documentation for more details.

http://linuxcnc.org/docs/stable/html/drivers/mesa_modbus.html

OPTIONS

-h, --help

Brief help message.

-k, --keep

Keep the temporary files. The program will print a line where these are located. You will be responsible for deleting them.

-n, --noinstall

Do not run the install step for the compiled module. This option is probably only useful if you also use the --keep option.

-v, --verbose

Do a verbose build, showing all steps detailed while being performed.

SEE ALSO

LinuxCNC(1)

Much more information about LinuxCNC and HAL is available in the LinuxCNC and HAL User Manuals, found at /usr/share/doc/LinuxCNC/.

BUGS

None known at this time.

AUTHOR

This man page written by andypugh, as part of the LinuxCNC project.

REPORTING BUGS

Report bugs at https://github.com/LinuxCNC/linuxcnc/issues

COPYRIGHT

Copyright © 2023 andypugh.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.