hello, 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: [Error li1021] The following symbols referenced in processor 'p0' could not be resolved: 'speex_bits_destroy [_speex_bits_destroy]' referenced from 'Debug\Process_data.doj' 'speex_bits_init [_speex_bits_init]' referenced from 'Debug\Process_data.doj' 'speex_bits_read_from [_speex_bits_read_from]' referenced from 'Debug\Process_data.doj' 'speex_bits_reset [_speex_bits_reset]' referenced from 'Debug\Process_data.doj' 'speex_bits_write [_speex_bits_write]' referenced from 'Debug\Process_data.doj' 'speex_decode_int [_speex_decode_int]' referenced from 'Debug\Process_data.doj' 'speex_decoder_ctl [_speex_decoder_ctl]' referenced from 'Debug\Process_data.doj' 'speex_decoder_destroy [_speex_decoder_destroy]' referenced from 'Debug\Process_data.doj' 'speex_decoder_init [_speex_decoder_init]' referenced from 'Debug\Process_data.doj' 'speex_encode_int [_speex_encode_int]' referenced from 'Debug\Process_data.doj' 'speex_encoder_ctl [_speex_encoder_ctl]' referenced from 'Debug\Process_data.doj' 'speex_encoder_destroy [_speex_encoder_destroy]' referenced from 'Debug\Process_data.doj' 'speex_encoder_init [_speex_encoder_init]' referenced from 'Debug\Process_data.doj' 'speex_nb_mode [_speex_nb_mode]' referenced from 'Debug\Process_data.doj' Linker finished with 1 error cc3089: fatal error: Link failed Tool failed with exit/exception code: 1. Build was unsuccessful. So can you explain me where i'm wrong I can send you my source code if you need Thanks Damien PS: I'm aware there is a speex program on the blackfin SDK but i want a simpler program -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20070601/aab5b6e7/attachment.html
Did you forget to link with libspeex by any chance? Jean-Marc Damien Guiserix a ?crit :> hello, > 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: > > [Error li1021] The following symbols referenced in processor 'p0' could not > be resolved: > 'speex_bits_destroy [_speex_bits_destroy]' referenced from > 'Debug\Process_data.doj' > 'speex_bits_init [_speex_bits_init]' referenced from > 'Debug\Process_data.doj' > 'speex_bits_read_from [_speex_bits_read_from]' referenced from > 'Debug\Process_data.doj' > 'speex_bits_reset [_speex_bits_reset]' referenced from > 'Debug\Process_data.doj' > 'speex_bits_write [_speex_bits_write]' referenced from > 'Debug\Process_data.doj' > 'speex_decode_int [_speex_decode_int]' referenced from > 'Debug\Process_data.doj' > 'speex_decoder_ctl [_speex_decoder_ctl]' referenced from > 'Debug\Process_data.doj' > 'speex_decoder_destroy [_speex_decoder_destroy]' referenced from > 'Debug\Process_data.doj' > 'speex_decoder_init [_speex_decoder_init]' referenced from > 'Debug\Process_data.doj' > 'speex_encode_int [_speex_encode_int]' referenced from > 'Debug\Process_data.doj' > 'speex_encoder_ctl [_speex_encoder_ctl]' referenced from > 'Debug\Process_data.doj' > 'speex_encoder_destroy [_speex_encoder_destroy]' referenced from > 'Debug\Process_data.doj' > 'speex_encoder_init [_speex_encoder_init]' referenced from > 'Debug\Process_data.doj' > 'speex_nb_mode [_speex_nb_mode]' referenced from 'Debug\Process_data.doj' > > Linker finished with 1 error > cc3089: fatal error: Link failed > Tool failed with exit/exception code: 1. > Build was unsuccessful. > > So can you explain me where i'm wrong > > I can send you my source code if you need > > Thanks > > Damien > > PS: I'm aware there is a speex program on the blackfin SDK but i want a > simpler program > > > ------------------------------------------------------------------------ > > _______________________________________________ > Speex-dev mailing list > Speex-dev@xiph.org > http://lists.xiph.org/mailman/listinfo/speex-dev