modelica-tools / FMUComplianceChecker

FMI Compliance Checker for validation of FMUs 1.0 and 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error removing tmp/ clang

zlkfb opened this issue · comments

commented

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.