Why do I receive an "unresolved external symbol" error during the linking stage when I try to compile generated code from DSP Blockset blocks?
Show older comments
I am trying to use the code generated by embedded coder. It works fine if my model contains blocks from Simulink library and Fixed-Point Blockset. However, when I tried to use the blocks from DSP blockset, I get the following errors of "unresolved external symbol" during the linking stage. For example, if I use the "FFT" block, I will get the following errors:
error LNK2001: unresolved external symbol _MWDSP_DblLen_TBL_Z
error LNK2001: unresolved external symbol _MWDSP_R2DIT_TBLS_Z
error LNK2001: unresolved external symbol _MWDSP_FFTInterleave_BR_D
Accepted Answer
More Answers (0)
Categories
Find more on Simulink Coder in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!