﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5547	Including c-files from external_solvers for nonlinearSolverHomotopy	Arinomo <trista.arinomo@…>	Lennart Ochel	"When exporting some FMU,
''<File name=""./simulation/solver/nonlinearSolverHomotopy.c""/>''
is included in the modelDescription.xml.

When trying to integrate the FMU for a real-time test bench,it is often that the source files will be recompiled to make a rt-application and i always get the 'linearSolverWrapper' error because dgesv.c is not included in the modelDescription. Adding dgesv.c manually resulting in more undefined referenced, taht resolved by including these c-file:

{{{
dgesv.c; xerbla.c; dgetrf.c; dgetrs.c; ilaenv.c; 
dgetf2.c; dlaswp.c; dtrsm.c; dgemm.c; lsame.c; s_camp.c; 
iparamq.c; ieeeck.c; s_copy.c; dlamch.c;
idamax.c; dswap.c; dger.c; dscal.c and i_nint.c 
}}}

Would it be possible to include above files in modelDescription.xml when exporting FMU?

thanks in advance"	enhancement	new	blocker	2.0.0	FMI	v1.14.0-dev-nightly			Martin Sjölund
