Getting Namespaces are not supported error during build
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Getting the below error for a adaptive autosar model during build
Error:Unexpected or internal error encountered in "in CGIR: B:\matlab\src\cg_ir\base\Namespace.cpp line 13: B:\matlab\src\cg_ir\base\Namespace.cpp(13): In getOrCreateChild: Assertion failed: !aName.empty() Anonymous Namespaces are not supported
". Please report this to MathWorks if you can cause it to recur
1 comentario
SACHIN KHANDELWAL
el 25 de Jun. de 2024
Without looking at the Simulink model, it is difficult to identify the exact cause of the error. However, you can try the following steps to resolve the issue:
1.Upgrade to the latest version of MATLAB and Simulink, if possible.
2.Check if there are any unsupported blocks in your model. Remove any such blocks and try generating the code again.
3.Try generating the code with a different configuration or settings.
4.Check if there are any errors or warnings in the Simulink model. Fix them and try generating the code again.
please share the reproduction steps and model files.
Respuestas (0)
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!