Hello,
I am working on ble/audio application on nrf52832. I would like to know how to compile OPUS codec (used in smart remote) so I can use it on arm cortex. For now I compiled it with simplest path (./configure; make; make install) but when I try to link it to my application is says
libopus.a: error adding symbols: File format not recognized
Any help is welcomed.
Michal