hello,
<br>
i try to add a speex compression on the TDM Talkthrough on the BF-533
EZ-KIT LITE but when i compile i obtain the following errors:
<br>
<br>
[Error li1021] The following symbols referenced in processor 'p0' could not be resolved:
<br>
'speex_bits_destroy [_speex_bits_destroy]' referenced from 'Debug\Process_data.doj'
<br>
'speex_bits_init [_speex_bits_init]' referenced from 'Debug\Process_data.doj'
<br>
'speex_bits_read_from [_speex_bits_read_from]' referenced from 'Debug\Process_data.doj'
<br>
'speex_bits_reset [_speex_bits_reset]' referenced from 'Debug\Process_data.doj'
<br>
'speex_bits_write [_speex_bits_write]' referenced from 'Debug\Process_data.doj'
<br>
'speex_decode_int [_speex_decode_int]' referenced from 'Debug\Process_data.doj'
<br>
'speex_decoder_ctl [_speex_decoder_ctl]' referenced from 'Debug\Process_data.doj'
<br>
'speex_decoder_destroy [_speex_decoder_destroy]' referenced from 'Debug\Process_data.doj'
<br>
'speex_decoder_init [_speex_decoder_init]' referenced from 'Debug\Process_data.doj'
<br>
'speex_encode_int [_speex_encode_int]' referenced from 'Debug\Process_data.doj'
<br>
'speex_encoder_ctl [_speex_encoder_ctl]' referenced from 'Debug\Process_data.doj'
<br>
'speex_encoder_destroy [_speex_encoder_destroy]' referenced from 'Debug\Process_data.doj'
<br>
'speex_encoder_init [_speex_encoder_init]' referenced from 'Debug\Process_data.doj'
<br>
'speex_nb_mode [_speex_nb_mode]' referenced from 'Debug\Process_data.doj'
<br>
<br>
Linker finished with 1 error
<br>
cc3089: fatal error: Link failed
<br>
Tool failed with exit/exception code: 1.
<br>
Build was unsuccessful.
<br>
<br>So can you explain me where i'm wrong<br><br>I can send you my source code if you need <br>
<br>
Thanks
<br>
<br>
Damien
<br>
<br>
PS: I'm aware there is a speex program on the blackfin SDK but i want a simpler program