Hi Andrew, On 08/12/2016 10:44 AM, Andrew Birt wrote: > My compile command line:- > > :~/Desktop/weds$ g++ > -I/home/g3nr/free-dv/src/-I/home/g3nr/free-dv/build_linux/codec2-dev/src/ > freedv_api.c freedv_tx.c -o foo > You seem to be compiling C code with a C++ compiler.... hence the warnings about void* being casted. Try using 'gcc' instead of 'g++'
Regards, Jeroen ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. http://sdm.link/zohodev2dev _______________________________________________ Freetel-codec2 mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freetel-codec2
