modcompile(1)

modcompile(1) The Enhanced Machine Controller modcompile(1)

NAME

modcompile - Utility for compiling Modbus drivers

SYNOPSIS

modcompile -h

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

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

DESCRIPTION

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.

2023-07-13 LinuxCNC Documentation