These instructions are PSI-specific.
This page describes the local PSI build and test workflow for ecmccfg.
The normal build path uses driver.makefile.
Current assumptions:
>= R7.0.7Build on the login cluster with:
make [LIBVERSION] [clean] [uninstall] install
To check that a specific module version loads, you can start an IOC shell with explicit versions.
Example:
iocsh -7 -r "ecmccfg,dev 'ECMC_VER=dev,MASTER_ID=-1'"
This example checks:
ecmccfg version devECMC_VER=devMASTER_ID=-1, which runs ecmc in master-less modeAdjust the versions and startup arguments to match the environment you want to test.