flexdacc --check
Function
Checks whether required dependencies are installed in the current environment. For details about how to install the dependencies, see Deploying the Development Environment.
Syntax
flexdacc --check
Parameter Description
None
Example
./flexdacc --check
If any required dependency version is not installed, an alarm is displayed. The following is an example:
WARN: Please install llvm, with the requirement that 12.0.1 <= llvm <= 15.0.3 WARN: Please install clang, with the requirement that 12.0.1 <= clang <= 15.0.3
Parent topic: flexdacc Commands