Unexpected "Embedded Coder not licensed or not installed" error
Show older comments
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 Comments
Anusha B
on 17 Mar 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
on 15 Sep 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
on 15 Sep 2015
Nelly, it is possible that you have a license for the software but have not installed it.
Answers (2)
François Pantin
on 14 Feb 2020
0 votes
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 Comments
Jonas
on 14 Feb 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
on 14 Feb 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
on 21 Apr 2021
Would like to know the answer to this as well
Andy Bartlett
on 22 Apr 2021
Moved: Stefanie Schwarz
on 10 Jul 2023
Stefanie Schwarz
on 10 Jul 2023
If a license checkout fails, contact your MATLAB License Administrator or MathWorks Installation Technical Support.
Stefanie Schwarz
on 8 Jul 2025
0 votes
To troubleshoot issues with Simulink Coder and Embedded Coder licensing and installation, see:
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!