FMUComplianceChecker
FMUComplianceChecker copied to clipboard
Error removing tmp/ clang
Hi,
When I launch fmuChecker on a FMU containing a .so compiled with clang++, I get the following log :
[INFO][FMUCHK] Simulation finished successfully at time 1
[ERROR][JMPRT] Error removing /tmp/fmucktmpjbhZ6x (Success)
FMU check summary:
FMU reported:
0 warning(s) and error(s)
Checker reported:
0 Warning(s)
1 Error(s)
Command that I have entered : fmuCheck.linux64 lambda.fmu
When the .so of the FMU is compiled with g++ there is no problem.