Why does compiling code, generated for "detectFASTFeatures", result in a linker error?
Show older comments
I am attempting to compile some files in Visual Studio 2019 which were generated for "detectFASTFeatures" using MATLAB Coder. We have also used the "PackNGo" feature to ensure we have all of the necessary files for compilation within Visual Studio.
When attempting to compile in Visual Studio, I receive the following error message:
LNK2019 unresolved external symbol detectFAST_compute referenced in function detectFASTFeatures
LNK2019 unresolved external symbol detectFAST_assignOutput referenced in function detectFASTFeatures
LNK2019 unresolved external symbol extractFreak_compute referenced in function extractFreakFeatures
LNK2019 unresolved external symbol extractFreak_assignOutput referenced in function extractFreakFeatures
LNK1120 4 unresolved externals
I have included all of the necessary dependencies in Additional Dependencies, Additional Library Directories, and Additional Include Directories in the project properties in Visual Studio. Why is this error occurring?
Accepted Answer
More Answers (0)
Categories
Find more on Code Generation, GPU, and Third-Party Support 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!