Unexpected "Embedded Coder not licensed or not installed" error
Mostrar comentarios más antiguos
Hi,
I have Matlab 2013b installed with Simulink and a whole host of other toolboxes that have licenses on a shared network. Yesterday morning, I successfully built some Simulink code intended for a TI microcontroller using Embedded Coder.
However, I tried to build the exact same Simulink model again today, and I get the error:
Embedded Coder is not licensed or not installed. The current target is: C:\Program Files\MATLAB\R2013b\rtw\c\ert\ert.tlc
I used the 'ver' command in the command line to verify that I have Embedded Coder installed, I've verified that the Embedded Coder license is not checked out by someone else, and I've checked all of the configurations for the project are the same as before. In addition to that, I've restarted my computer and tried building the model again and I get the same error. I'm confused and frustrated because I shouldn't be getting this error, right? So what could be causing me to get the error?
Thanks, Bryce
3 comentarios
Anusha B
el 17 de Mzo. de 2015
How did you verify that the license for Embedded Coder was not checked out by someone else?
The following command tests if a license exists for Embedded Coder:
license('test','RTW_Embedded_Coder')
The following command tests if a license is checked out for Embedded Coder:
license('checkout','RTW_Embedded_Coder')
Do these commands return 1 as the output?
Nelly Thoithi
el 15 de Sept. de 2015
Hi Anusha. I'm having a similar problem trying to use embedded coder for an STM. I suspect I don't have it installed because it doesn't show up on the list of installed toolboxes when I use the 'ver' command. I'm getting ans=1 for both the commands you suggested. What does this mean.
PS: sorry if this sounds like a silly question. I'm new to MATLAB/ Simulink.
Walter Roberson
el 15 de Sept. de 2015
Nelly, it is possible that you have a license for the software but have not installed it.
Respuestas (2)
François Pantin
el 14 de Feb. de 2020
0 votos
Hi,
I'm experiencing exactly the same issue as Bryce, I'm using Matlab 2018b with a floating license (shared with my colleagues), with a bunch of toolboxes on a shared network including Embedded Coder. I usually build Simulink models using Embedded Coder, without any trouble, and since yesterday Simulink returns that Embedded Coder is not installed or licensed, whereas the ver command shows Embedded Coder.
However when I run the first commands (license('test','RTW_Embedded_Coder')), I get 0, what does that mean ?
I get similar text from Simulink "The current target is: D:\APP\MATLAB\R2018b\rtw\c\ert\ert.tlc"
And same thing, I know that no one reserved the toolbox thanks to a windows script.
So how could Embedded Coder be unavailable from one day to another, has anyone solved such an issue ?
Thanks for you answers,
François
5 comentarios
Jonas
el 14 de Feb. de 2020
The ver command returns the installed toolboxes. The license command returns the licenced toolboxes. So in this case it means it cannot find the license.
François Pantin
el 14 de Feb. de 2020
Ok thank you for the reply.
In this case, how can I check the path of the license under Matlab/Simulink ? Is there a specific license file ?
Brian Bastiaens
el 21 de Abr. de 2021
Would like to know the answer to this as well
Andy Bartlett
el 22 de Abr. de 2021
Movida: Stefanie Schwarz
el 10 de Jul. de 2023
Stefanie Schwarz
el 10 de Jul. de 2023
If a license checkout fails, contact your MATLAB License Administrator or MathWorks Installation Technical Support.
Stefanie Schwarz
el 8 de Jul. de 2025
0 votos
To troubleshoot issues with Simulink Coder and Embedded Coder licensing and installation, see:
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
