'untitled_cgxe.mexw64' removed

15 views (last 30 days)
luchen
luchen on 16 Nov 2020
I'm learning real-time audio processing with the webinar "Real-time Audio Processing for Algorithm Prototyping and Custom Measurements" (https://se.mathworks.com/videos/real-time-audio-processing-for-algorithm-prototyping-and-custom-measurements-121075.html) videos and scripts.
The scripts work well in Matlab, but when I try to run the simulink model as described in the video,
I got the following errors:
### Build procedure for model: 'untitled' aborted due to an error.
Problem creating simulation target for the model 'untitled'.
Component:Simulink | Category:Model error
Error(s) encountered while building simulation target MEX-file for model 'untitled'.
Caused by:
F:\code\matlab_dsp\myrealtime\slprj\_cgxe\untitled\src>"D:\Matlab 2018b\sys\lcc64\lcc64\bin\lccmake.exe" -f untitled_cgxe.lmk
cannot open 2018b\extern\lib\win64\microsoft
"D:\Matlab 2018b\sys\lcc64\lcc64\bin\lcc64.exe" -dll -noregistrylookup -c -Zp8 -DLCC_WIN64 -DMATLAB_MEX_FILE -nodeclspec -I"D:\Matlab 2018b\extern\include" -I"D:\Matlab 2018b\simulink\include" -I"D:\Matlab 2018b\rtw\c\src" -I"F:\研究生\可听化\code\matlab_dsp\myrealtime" -I"F:\研究生\可听化\code\matlab_dsp\myrealtime\slprj\_cprj" -I"D:\Matlab 2018b\sys\lcc64\lcc64\include64" -I"F:\研究生\可听化\code\matlab_dsp\myrealtime\slprj\_cgxe\untitled\src" -I"D:\Matlab 2018b\toolbox\shared\spc\src_ml\extern\include" "untitled_cgxe.c"
"D:\Matlab 2018b\sys\lcc64\lcc64\bin\lcc64.exe" -dll -noregistrylookup -c -Zp8 -DLCC_WIN64 -DMATLAB_MEX_FILE -nodeclspec -I"D:\Matlab 2018b\extern\include" -I"D:\Matlab 2018b\simulink\include" -I"D:\Matlab 2018b\rtw\c\src" -I"F:\研究生\可听化\code\matlab_dsp\myrealtime" -I"F:\研究生\可听化\code\matlab_dsp\myrealtime\slprj\_cprj" -I"D:\Matlab 2018b\sys\lcc64\lcc64\include64" -I"F:\研究生\可听化\code\matlab_dsp\myrealtime\slprj\_cgxe\untitled\src" -I"D:\Matlab 2018b\toolbox\shared\spc\src_ml\extern\include" "m_Gylj7rInPPNWHHI52iOhLH.c"
"D:\Matlab 2018b\sys\lcc64\lcc64\bin\lcc64.exe" -dll -noregistrylookup -c -Zp8 -DLCC_WIN64 -DMATLAB_MEX_FILE -nodeclspec -I"D:\Matlab 2018b\extern\include" -I"D:\Matlab 2018b\simulink\include" -I"D:\Matlab 2018b\rtw\c\src" -I"F:\研究生\可听化\code\matlab_dsp\myrealtime" -I"F:\研究生\可听化\code\matlab_dsp\myrealtime\slprj\_cprj" -I"D:\Matlab 2018b\sys\lcc64\lcc64\include64" -I"F:\研究生\可听化\code\matlab_dsp\myrealtime\slprj\_cgxe\untitled\src" -I"D:\Matlab 2018b\toolbox\shared\spc\src_ml\extern\include" "untitled_cgxe_registry.c"
"D:\Matlab 2018b\sys\lcc64\lcc64\bin\lcclnk64.exe" -s -dll -L"D:\Matlab 2018b\sys\lcc64\lcc64\lib64" -entry LibMain -map sfun.map -o untitled_cgxe.mexw64 @untitled_cgxe.lmko
D:\Matlab 2018b\sys\lcc64\lcc64\bin\lccmake.exe: Error code 1
D:\Matlab 2018b\sys\lcc64\lcc64\bin\lccmake.exe: 'untitled_cgxe.mexw64' removed.
Thank you!

Answers (0)

Categories

Find more on Audio Processing Algorithm Design in Help Center and File Exchange

Tags

Products


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!