Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Raymond <rayau@netvigator.com>
To: alsa-devel@lists.sourceforge.net
Subject: Re: au88x0_synth
Date: Thu, 31 Mar 2005 17:23:08 +0800	[thread overview]
Message-ID: <424BC17C.6000700@netvigator.com> (raw)
In-Reply-To: <1111674841.3353.11.camel@localhost>

Clemens Ladisch wrote:
> Raymond wrote:
>
>>What will be needed for a proper "MIDI" wavetable implementation ?
>
>
> Have a look at the OPL4 driver, it's the simplest wavetable driver.
> However, it doesn't support downloading instruments.
>
>

http://www.midi.org/about-midi/tutorial/tutor.shtml


Do anyone know how to fix the error
"*** No rule to make target `snd-au8830-synth.o', needed by `modules'.
Stop." ?


# ls /cvs/alsa-driver/pci/au88x0
au8810.c  au8830.c  au8830_seq.c    CVS       Makefile  snd-au8830.o
au8820.c  au8830.o  au8830_synth.c  Makefile  pci-ids.h  test

---------------------------------------------------------------------------

# more /cvs/alsa-driver/pci/au88x0/Makefile
ifndef SND_TOPDIR
SND_TOPDIR=../..
endif

include $(SND_TOPDIR)/toplevel.config
include $(SND_TOPDIR)/Makefile.conf

include $(SND_TOPDIR)/alsa-kernel/pci/au88x0/Makefile


snd-a8830-synth-objs := au8830_synth.o au8830_seq.o

sequencer = $(if $(subst y,,$(CONFIG_SND_SEQUENCER)),$(if $(1),m),$(if
$(CONFIG_SND_SEQUENCER),$(1)))

obj-$(call sequencer,$(CONFIG_SND_AU8830)) += snd-au8830-synth.o


include $(SND_TOPDIR)/Rules.make

--------------------------------------------------------------------------

# cd /cvs/alsa-driver
#./cvscompile --with-cards=au8830 --with-sequencer=yes

...

make  -C au88x0 fastdep
make[2]: Entering directory `/cvs/alsa-driver/pci/au88x0'
/cvs/alsa-driver/include/sndversions.h was not updated
gcc32 -M -D__KERNEL__ -D__isapnp_now__ -DMODULE=1
-I/cvs/alsa-driver/include
-I/lib/modules/2.4.22-1.2199.nptl/build/include -O2
-mpreferred-stack-boundary=2 -march=i686 -DLINUX -Wall
-Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2
-fno-strict-aliasing -fno-common -pipe -DALSA_BUILD -nostdinc
-iwithprefix include  au8830.c > .depend
make[2]: Leaving directory `/cvs/alsa-driver/pci/au88x0'


...

make  -C au88x0 modules
make[2]: Entering directory `/cvs/alsa-driver/pci/au88x0'
gcc32 -D__KERNEL__ -DMODULE=1 -I/cvs/alsa-driver/include
-I/lib/modules/2.4.22-1.2199.nptl/build/include -O2
-mpreferred-stack-boundary=2 -march=i686 -DLINUX -Wall
-Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2
-fno-strict-aliasing -fno-common -pipe -DALSA_BUILD -nostdinc
-iwithprefix include  -DKBUILD_BASENAME=au8830   -c -o au8830.o au8830.c
ln -sf ../pci/au88x0/snd-au8830.o /cvs/alsa-driver/modules/snd-au8830.o
rm -f snd-au8830.o
ld  -r -o snd-au8830.o au8830.o
make[2]: *** No rule to make target `snd-au8830-synth.o', needed by
`modules'. Stop.
make[2]: Leaving directory `/cvs/alsa-driver/pci/au88x0'
make[1]: *** [_modsubdir_au88x0] Error 2
make[1]: Leaving directory `/cvs/alsa-driver/pci'
make: *** [compile] Error 1













-------------------------------------------------------
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/Info/Sentarus/hamr30

  reply	other threads:[~2005-03-31  9:23 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-20  1:11 au88x0_synth Raymond
2005-03-21 20:00 ` au88x0_synth Takashi Iwai
2005-03-30  8:04   ` au88x0_synth Raymond
2005-03-30  8:09     ` au88x0_synth Clemens Ladisch
2005-04-12 14:14       ` au88x0_synth Raymond
2005-04-14 15:31       ` au88x0_synth Raymond
2005-04-15 13:07         ` au88x0_synth Takashi Iwai
2005-04-19  8:39           ` au88x0_synth Raymond
2005-04-19  9:39             ` au88x0_synth Takashi Iwai
2005-04-20  9:33               ` au88x0_synth Raymond
2005-05-07 12:27               ` au88x0_synth Raymond
2005-03-30  8:13     ` au88x0_synth Alien
2005-03-30 10:08       ` Takashi Iwai
2005-03-30 10:21         ` Alien
2005-03-30 10:27           ` Takashi Iwai
2005-04-23  4:04       ` au88x0_synth Raymond
2005-04-23  7:28         ` au88x0_synth Alien
2005-04-28 10:21           ` au88x0_synth Raymond
2005-05-13 14:05           ` au88x0_synth Raymond
2005-05-13 14:27             ` au88x0_synth Alien
2005-05-14  8:12               ` au88x0_synth Raymond
2005-05-15 12:41                 ` au88x0_synth Alien
2005-06-06  2:56                   ` au88x0_synth Raymond
2005-06-06  8:49                     ` au88x0_synth Alien
2005-06-06  8:56                       ` Suspicious Attachment phiber
2005-06-06 11:03                       ` au88x0_synth Raymond
2005-06-06 14:35                         ` au88x0_synth Alien
2005-06-07 13:44                           ` au88x0_synth Raymond
2005-06-07 15:03                             ` au88x0_synth Alien
2005-03-31 22:52     ` au88x0_synth Manuel Jander
2005-07-01 13:42   ` au88x0_synth Raymond
2005-03-24 14:34 ` au88x0_synth Manuel Jander
2005-03-31  9:23   ` Raymond [this message]
2005-03-31 10:40     ` au88x0_synth Clemens Ladisch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=424BC17C.6000700@netvigator.com \
    --to=rayau@netvigator.com \
    --cc=alsa-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox