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 &#39;p0&#39; could not be resolved:
<br>
        &#39;speex_bits_destroy [_speex_bits_destroy]&#39; referenced from &#39;Debug\Process_data.doj&#39;
<br>
        &#39;speex_bits_init [_speex_bits_init]&#39; referenced from &#39;Debug\Process_data.doj&#39;
<br>
        &#39;speex_bits_read_from [_speex_bits_read_from]&#39; referenced from &#39;Debug\Process_data.doj&#39;
<br>
        &#39;speex_bits_reset [_speex_bits_reset]&#39; referenced from &#39;Debug\Process_data.doj&#39;
<br>
        &#39;speex_bits_write [_speex_bits_write]&#39; referenced from &#39;Debug\Process_data.doj&#39;
<br>
        &#39;speex_decode_int [_speex_decode_int]&#39; referenced from &#39;Debug\Process_data.doj&#39;
<br>
        &#39;speex_decoder_ctl [_speex_decoder_ctl]&#39; referenced from &#39;Debug\Process_data.doj&#39;
<br>
        &#39;speex_decoder_destroy [_speex_decoder_destroy]&#39; referenced from &#39;Debug\Process_data.doj&#39;
<br>
        &#39;speex_decoder_init [_speex_decoder_init]&#39; referenced from &#39;Debug\Process_data.doj&#39;
<br>
        &#39;speex_encode_int [_speex_encode_int]&#39; referenced from &#39;Debug\Process_data.doj&#39;
<br>
        &#39;speex_encoder_ctl [_speex_encoder_ctl]&#39; referenced from &#39;Debug\Process_data.doj&#39;
<br>
        &#39;speex_encoder_destroy [_speex_encoder_destroy]&#39; referenced from &#39;Debug\Process_data.doj&#39;
<br>
        &#39;speex_encoder_init [_speex_encoder_init]&#39; referenced from &#39;Debug\Process_data.doj&#39;
<br>
        &#39;speex_nb_mode [_speex_nb_mode]&#39; referenced from &#39;Debug\Process_data.doj&#39;
<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&#39;m wrong<br><br>I can send you my source code if you need <br>
<br>
Thanks
<br>
<br>
Damien
<br>
<br>
PS: I&#39;m aware there is a speex program on the blackfin SDK but i want a simpler program