Build problems due to TflCheckSum difference
21 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I try to compile a model with Subsystems and get following error message:
Error building model 'OCV_SOC_calculation'. The current model configuration differs from the model configuration used to generate the shared utility code folder, 'C:\local_data\ESREC\SOCmodel\slprj\ert\_sharedutils'.
If I check the parameter difference, the only difference between the model and the sharedutil folder is the TflCheckSum, which i cannot modify in the parameter dialog. All other params are equal.
Thanks a lot for the help!
0 comentarios
Respuestas (5)
Bhavanithya Thiraviaraja
el 8 de Mayo de 2018
Hi,
I had the exact same problem. The configuration parameters of the top model and the referenced models have to be the same.
I found that there was a difference in the " Code Generation - Interface" Setting in my model. The Standard math Library of the top model was "C99(ISO)" whereas the referenced models had "C89/C90(ANSI)". After changing it to "C99(ISO)" the problem got resolved.
1 comentario
Tobias Huth
el 19 de Jul. de 2018
I had the same issue with my model. Luckily, I found your answer after just 2 hours of trying to fix it myself.
Thank you!!
Julia Antoniou
el 25 de Oct. de 2017
Hi Stefan,
To resolve this error, I would first recommend deleting any "SLPRJ" folders the compiling may have created, and then trying again to compile the model.
I do not believe there is anything specific to subsystems that would cause this error. If your model has model references, this error could be caused by conflicting Configuration Parameters within those model references. If your model has S-Functions, try regenerating any MEX files needed for the model.
0 comentarios
Stefan Brönnimann
el 27 de Oct. de 2017
2 comentarios
Tong Zhao
el 2 de Feb. de 2022
Hi Stefan,
Have you resolved this problem? I have exactly the same issue like yours. The TflCheckSum is the only difference between top level model and referenced model. Specifically my error message reads:
Error using coder.internal.infoMATFileMgr
Error building model 'SiMappedEngineV'. The current model configuration differs from the model configuration used to
generate the shared utility code folder,
'C:\Users\xx\MATLAB\Projects\examples\SS\main\Work\slprj\rsim\_sharedutils'.
Click here to review parameter differences between 'SiMappedEngineV' and
'C:\Users\xx\MATLAB\Projects\examples\SS\main\Work\slprj\rsim\_sharedutils'.
Collin Spencer
el 8 de Sept. de 2022
Are there any updates on this? I'm experiencing the same error and there appears to be no way to resolve it.
The model does not contain model reference.
roberto crippa
el 11 de Mayo de 2018
Editada: roberto crippa
el 11 de Mayo de 2018
Hi all,
I have the same issue with a model that: - refers others models;
- some of them are model with an S-function model block only, other let's say standard Simulink blocks;
- s-function model has Standard math Library set to "C99(ISO)" while others has "C89/C90(ANSI)"
- when building I get the TflCheckSum difference
After aligning the Standard math Library settings this issue is gone.
Thanks Bhavanithya Thiraviaraja for sharing the hint!!! It save me days of investigation.
Roberto
0 comentarios
Jean Matthieu
el 6 de Jul. de 2023
Hello,
I've had the same issue, no referenced model in my model. I've found no solution on the Internet but found the solution anyway.
When I generate, I have the error:
The current model configuration differs from the model configuration used to generate
the shared utility code folder,
Even though I deleted the slprj folder, the same error appears.
In my folder, I have MyModel.slxc that exists. Deleting it solved my problem.
0 comentarios
Ver también
Categorías
Más información sobre Simulink Coder en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!