modcompile - Utility for compiling Modbus drivers (SUPERSEDED)
modcompile -h
modcompile* [-k] [-n] [-v] all
modcompile* [-k] [-n] [-v] module.mod ...
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
-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.
LinuxCNC(1)
Much more information about LinuxCNC and HAL is available in the LinuxCNC and HAL User Manuals, found at /usr/share/doc/LinuxCNC/.
None known at this time.
This man page written by andypugh, as part of the LinuxCNC project.
Report bugs at https://github.com/LinuxCNC/linuxcnc/issues
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.