FMUComplianceChecker icon indicating copy to clipboard operation
FMUComplianceChecker copied to clipboard

Error removing tmp/ clang

Open zlkfb opened this issue 5 years ago • 0 comments

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.

zlkfb avatar Aug 02 '19 14:08 zlkfb