Why am I receiving a "cannot open output file" error while trying to run a Simulink model with an Embedded MATLAB block?
Show older comments
I have a model with an Embedded Matlab (EML) block. When I run the model, code is generated for the EML block and I receive the following error:
Making simulation target "call_stats_block2_sfun", ...
U:\My Documents\matlab_work\state_test\sfprj\build\call_stats_block2\sfun\src>"c:\matlab7\sys\lcc\bin\lccmake" -f call_stats_block2_sfun.lmk
cannot open output file call_stats_block2_sfun.dll:
"c:\matlab7\sys\lcc\bin\lcc.exe" -c -Zp8 -DMATLAB_MEX_FILE -noregistrylookup -I"c:\matlab7\sys\lcc\include" -I"c:\matlab7\extern\include" -I"c:\matlab7\simulink\include" -I"c:\matlab7\stateflow\c\mex\include" -I"c:\matlab7\stateflow\c\debugger\include" -I"u:\my documents\matlab_work\state_test\sfprj\build\call_stats_block2\sfun\src" -I"u:\my documents\matlab_work\state_test"" ""call_stats_block2_sfun.c"
"c:\matlab7\sys\lcc\bin\lcc.exe" -c -Zp8 -DMATLAB_MEX_FILE -noregistrylookup -I"c:\matlab7\sys\lcc\include" -I"c:\matlab7\extern\include" -I"c:\matlab7\simulink\include" I"u:\my documents\matlab_work\state_test\sfprj\build\call_stats_block2\sfun\src" -I"u:\my documents\matlab_work\state_test"" ""call_stats_block2_sfun_registry.c"
"c:\matlab7\sys\lcc\bin\lcc.exe" -c -Zp8 -DMATLAB_MEX_FILE -noregistrylookup -I"c:\matlab7\sys\lcc\include" -I"c:\matlab7\extern\include" -I"c:\matlab7\simulink\include" -I"c:\matlab7\stateflow\c\mex\include" -I"c:\matlab7\stateflow\c\debugger\include" -I"u:\my documents\matlab_work\state_test\sfprj\build\call_stats_block2\sfun\src" -I"u:\my documents\matlab_work\state_test"" ""c2_call_stats_block2.c"
"c:\matlab7\sys\lcc\bin\lcc.exe" -c -Zp8 -DMATLAB_MEX_FILE -noregistrylookup -I"c:\matlab7\sys\lcc\include" -I"c:\matlab7\extern\include" -I"c:\matlab7\simulink\include" -I"c:\matlab7\stateflow\c\mex\include" -I"c:\matlab7\stateflow\c\debugger\include" -
c:\matlab7\sys\lcc\bin\lccmake: Error code -1
Accepted Answer
More Answers (0)
Categories
Find more on Simulink Coder 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!