Question concerning simulink models
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
I am receiving the following error when I attempt to run a Simulink simulation using the student version of Matlab R2015a.
C:/PROGRA~1/MATLAB/R2015a\sys\lcc64\lcc64\bin\lcc64 -c -FoTanPole2.obj -DNDEBUG -DMODEL=TanPole2 -DNUMST=1 -DNCSTATES=1 -DMAT_FILE=0 -DINTEGER_CODE=0 -DONESTEPFCN=0 -DTERMFCN=1 -DHAVESTDIO -DMULTI_INSTANCE_CODE=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DMDL_REF_SIM_TGT=1 -I. -I../../.. -IC:/PROGRA~1/MATLAB/R2015a\simulink\include -IC:/PROGRA~1/MATLAB/R2015a\extern\include -IC:/PROGRA~1/MATLAB/R2015a\rtw\c\src -IC:/PROGRA~1/MATLAB/R2015a\rtw\c\libsrc -IC:/PROGRA~1/MATLAB/R2015a\rtw\c\src\ext_mode\common -IC:/PROGRA~1/MATLAB/R2015a\rtw\c\src\ext_mode\tcpip -IC:/PROGRA~1/MATLAB/R2015a\rtw\c\src\ext_mode\serial -IC:/PROGRA~1/MATLAB/R2015a\rtw\c\src\ext_mode\custom -IC:/Users/jmclean/Documents/MATLAB/slprj/sim/TanPole2 -IC:/Users/jmclean/Documents/MATLAB -IC:/PROGRA~1/MATLAB/R2015a\sys\lcc64\lcc64\include64 -I../../../slprj/sim/_sharedutils -w -noregistrylookup -dll -noregistrylookup -c -Zp8 -DLCC_WIN64 -DMX_COMPAT_32 -nodeclspec TanPole2.c C:/PROGRA~1/MATLAB/R2015a\sys\lcc64\lcc64\bin\lcc64 -c -FoTanPole2_capi.obj -DNDEBUG -DMODEL=TanPole2 -DNUMST=1 -DNCSTATES=1 -DMAT_FILE=0 -DINTEGER_CODE=0 -DONESTEPFCN=0 -DTERMFCN=1 -DHAVESTDIO -DMULTI_INSTANCE_CODE=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DMDL_REF_SIM_TGT=1 -I. -I../../.. -IC:/PROGRA~1/MATLAB/R2015a\simulink\include -IC:/PROGRA~1/MATLAB/R2015a\extern\include -IC:/PROGRA~1/MATLAB/R2015a\rtw\c\src -IC:/PROGRA~1/MATLAB/R2015a\rtw\c\libsrc -IC:/PROGRA~1/MATLAB/R2015a\rtw\c\src\ext_mode\common -IC:/PROGRA~1/MATLAB/R2015a\rtw\c\src\ext_mode\tcpip -IC:/PROGRA~1/MATLAB/R2015a\rtw\c\src\ext_mode\serial -IC:/PROGRA~1/MATLAB/R2015a\rtw\c\src\ext_mode\custom -IC:/Users/jmclean/Documents/MATLAB/slprj/sim/TanPole2 -IC:/Users/jmclean/Documents/MATLAB -IC:/PROGRA~1/MATLAB/R2015a\sys\lcc64\lcc64\include64 -I../../../slprj/sim/_sharedutils -w -noregistrylookup -dll -noregistrylookup -c -Zp8 -DLCC_WIN64 -DMX_COMPAT_32 -nodeclspec TanPole2_capi.c 'cmd' is not recognized as an internal or external command, operable program or batch file. gmake: * [../../../slprj/sim/_sharedutils/rtwshared.lib] Error 1 ### Build procedure for model: 'TanPole2' aborted due to an error.
The error is clearly from the lcc compiler, but I cannot understand what it means.
I am attempting to run a model from the University of Colorado--Boulder. The model apparently runs on other machines.
I would be most appreciative if you could tell me anything about what the error message means.
Thank you.
James McLean
0 comentarios
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!