|
From: David A. <dw...@ma...> - 2002-10-04 16:59:22
|
Hi, I'm interested in using asd in a final year Computer Engineering project but I haven't been able to makee us of, or determine the feasibility of using ASD because I have not as yet been able to compile asd-ng. Reading the dev-list archives at sourceforge shows that someone else had/has the same problem as I now have. <quote> i have the next problem compiling asd-ng: packet-handler-output.o: in function `device_GETDELAY`: /home/pulga/asd-ng/devices/packet-handler-output.c:142: undefined reference to `audio_get_delay` mixer.o:in function `_mixer_ietrate`: /home/pulga/asd-ng/devices/mixer.c:61: undefined reference to `audio_type` /home/pulga/asd-ng/devices/mixer.c:87: undefined reference to `audio_type` /home/pulga/asd-ng/devices/mixer.c:123: undefined reference to `audio_write` /home/pulga/asd-ng/devices/mixer.c:119: undefined reference to `audio_start` /home/pulga/asd-ng/devices/mixer.c:90: undefined reference to `audio_stop` mixer.o: in function `_mixer_rewind`: /home/pulga/asd-ng/devices/mixer.c:158: undefined reference to `audio_get_delay' /home/pulga/asd-ng/devices/mixer.c:185: undefined reference to `audio_rewind` sink.o:in function `device_init`: /home/pulga/asd-ng/devices/sink.c:39: undefined reference to `audio_init` sink.o: in function `device_iterate`: /home/pulga/asd-ng/devices/sink.c:59: undefined reference to `audio_shall_block` /home/pulga/asd-ng/devices/sink.c:146: undefined reference to `audio_get_fd` /home/pulga/asd-ng/devices/sink.c:146: undefined reference to `audio_get_fd` /home/pulga/asd-ng/devices/sink.c:70: undefined reference to `audio_get_fd` /home/pulga/asd-ng/devices/sink.c:70: undefined reference to `audio_get_fd` sink.o:in function `device_done`: /home/pulga/asd-ng/devices/sink.c:45: undefined reference to `audio_done` Any Ideas. Thanks </quote> The header file audio.h lists prototypes for all these functions, but it won't compile? Any assistance would be appreciated. My team and I are also interested in the ability to make runtime configuration changes. Has this been worked on as of yet? We may also be able to help out on Lennart's earlier request for someone to keep the asd.sourceforge.net website up to date. As the project we are undertaking is for credit towards our degrees we may be generating some documentation that would probably be of assistance to others looking into ASD, as currently there seems to be a lack in this area. Thanks for the help in advance, Dave Oh, and what is Cuauhetmoc? It seems to be the recent focus of your efforts... |