Displaying 1 result from an estimated 1 matches for "tone_detect".
2003 Feb 28
2
error in tor2
...modulador.c
gcc -Wall -Wstrict-prototypes -march=pentium -O6 -g -c -o serie.o serie.c
gcc -Wall -Wstrict-prototypes -march=pentium -O6 -g -c -o baudot.o baudot.c
gcc -Wall -Wstrict-prototypes -march=pentium -O6 -g -c -o dpll.o dpll.c
gcc -Wall -Wstrict-prototypes -march=pentium -O6 -g -c -o tone_detect.o tone_detect.c
ar rcs libzap.a zap.o goertzel.o filtros.o demodulador.o serie.o baudot.o dpll.o tone_detect.o
ranlib libzap.a
gcc -shared -Wl,-soname,libzap.so.1 -o libzap.so.1.0 zap.o goertzel.o filtros.o demodulador.o serie.o baudot.o dpll.o
tone_detect.o -lc -lm
/sbin/ldconfig -n .
rm -f libzap...