rnnoise icon indicating copy to clipboard operation
rnnoise copied to clipboard

error when make

Open HuongNV96 opened this issue 5 years ago • 2 comments

Hi all, I get errors when make as flowing : make all-am make[1]: Entering directory '/home/huongnv/rnnoise' CC src/denoise.lo CC src/rnn.lo CC src/rnn_data.lo CC src/rnn_reader.lo CC src/pitch.lo CC src/kiss_fft.lo CC src/celt_lpc.lo CCLD librnnoise.la ar: u' modifier ignored since D' is the default (see `U') CC examples/rnnoise_demo.o examples/rnnoise_demo.c: In function ‘main’: examples/rnnoise_demo.c:48:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(tmp, sizeof(short), FRAME_SIZE, f1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD examples/rnnoise_demo make[1]: Leaving directory '/home/huongnv/rnnoise'

and if I make again : make all-am make[1]: Entering directory '/home/huongnv/rnnoise' make[1]: Leaving directory '/home/huongnv/rnnoise'

Could you help me to resolved this issue ? I using 18.04 version ubuntu.

HuongNV96 avatar Feb 23 '20 12:02 HuongNV96

I have encountered the same problem. Have you resolved it ?

Jaren1907 avatar Jan 11 '24 07:01 Jaren1907

I have encountered the same problem. Have you resolved it ?

Try to update to ubuntu 20.04 , bin test will appear in rnnoise/examples

HuongNV96 avatar Jan 11 '24 09:01 HuongNV96