modelica-tools / FMUComplianceChecker

FMI Compliance Checker for validation of FMUs 1.0 and 2.0
BSD 3-Clause "New" or "Revised" License
42 stars 31 forks source link

Error removing tmp/ clang #45

Open zlkfb opened 5 years ago

zlkfb commented 5 years ago

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.