Command ln Error During Compilation of the Operator Project Generated Using msopgen

Symptom

The build.sh compilation script fails to be executed on the operator project generated using msopgen. The following error is reported when the ln command is executed.

Figure 1 Error message

Possible Causes

The ln command of the current OS is incorrect. As a result, a compilation error is reported.

Solution

Run the following command to configure environment variables so that /usr/bin has a higher priority. Then, use the ln command in /usr/bin for re-compilation.

export PATH=/usr/bin:$PATH