How to build a simple simulink standalone execution file?
Mostrar comentarios más antiguos
First of all i seen the video in http://www.mathworks.com.au/products/simulink-coder/examples.html on how build the code.
I try build a code myself, so I simply build a simulink model with a source sin wave and output of scope. Then i set the configuration\code generation\system file to rsim.tlc and then i started to build.
I got some error like
Cannot CD to C:\Users\KELVIN~1\AppData\Local\Temp (Name is nonexistent or not a directory). similar to this one http://www.mathworks.com.au/matlabcentral/answers/16478-error-using-cd. I think this is not the real problem, the real problem, the real problem is i think i don't think my procedure it right, or maybe something is missing on the model.
It will be best if you record a video on making a simple exe file. Or can you help me to look on this problem.
4 comentarios
Walter Roberson
el 3 de En. de 2013
Does that directory exist? If not, then what happens if you create it?
Suneesh
el 3 de En. de 2013
Do you observe the same when you: 1. CD to directory like 'c:\work' 2. Save the model to 'c:\work' 3. Build?
Kaustubha Govind
el 3 de En. de 2013
If you want to generate standalone C/C++ code from your model, grt.tlc or ert.tlc are more appropriate - what happens when you pick one of them?
Agree with Suneesh. Try to simplify the issue by using a simpler directory structure. There may be an issue somewhere between MATLAB and Windows trying to shorten the directory name (KELVIN~1).
Also agree with Kaustubha, grt.tlc is likely the most appropriate simulation target file if you only want to generate the fastest running EXE from Simulink.
Respuesta aceptada
Más respuestas (2)
Kelvin Oys
el 8 de En. de 2013
0 votos
Kaustubha Govind
el 9 de En. de 2013
0 votos
I suspect your TEMP environment variable is set to C:\Users\KELVIN~1\AppData\Local\Temp which Simulink Coder is trying to use. You can verify this either from the Windows Environment Variable window, or from the MATLAB prompt using the command "getenv TEMP". If this is the case, try changing it to a path that exists, restart MATLAB and try again.
PS: I think you get email notifications only if someone posts an answer. All of our notes were comments, not answers, which is probably why you did not get a notification.
4 comentarios
Do you know how to change it in Matlab. It seems I have the same problem and the return value from the command does not exist.
Dear Kaustubha Govind,
I have the same problem when I wish to start Simulink or open a Simulink model. I changed my user system variable (TEMP and TMP) multiple times. Everytime it work for some hours and then the exact same error occurs again. It's driving me nuts.
Will you please provide me with a solution?
R2014a, Windows 8.1 64bit
Gentian Licenji
el 6 de Jun. de 2014
I agree with Shady N. The solution is only temporary. I am having the same issue. I am also using R2014a, Windows 8.1 64bit
Kaustubha Govind
el 9 de Jun. de 2014
Also, I would recommend setting the environment in the shell (Linux) or System Settings (Windows) - when you use the SETENV command in MATLAB, it only applies to that session of MATLAB.
Categorías
Más información sobre Simulink Coder 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!