'untitled_cgxe.mexw64' removed
    4 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
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!
0 Commenti
Risposte (0)
Vedere anche
Categorie
				Scopri di più su Audio I/O and Waveform Generation in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!