DSPRelated.com
Forums

Re: Error li1021

Started by otri...@gmail.com July 12, 2010
I´ve run into the Error li1021 and found this solution:

I used the two functions gen_hamming_fr16 and menaf in the visualDSP++
5.0 environment, but I forgot to include the right header files.

Therefore I got this error:

[Error li1021] The following symbols referenced in processor 'p0' could not be resolved:
'gen_hamming_fr16 [_gen_hamming_fr16]' referenced from '.\Debug\featurevector.doj'
'meanf [_meanf]' referenced from '.\Debug\featurevector.doj'

The solution was to add the right header files:
#include
#include

Then it compiled!!!
If you have trouble finding the right header file for your function just
search for your function in help (pres SHIFT+F1)