2009-04-14 18:28:37

by Subrata Modak

[permalink] [raw]
Subject: [BUILD FAILURE 03/04] Next April 14 : x86 randconfig [sound/oss/sequencer.c]

Observed the following build error:
---
CC [M] sound/oss/sequencer.o
sound/oss/sequencer.c: In function ‘sequencer_ioctl’:
sound/oss/sequencer.c:1325: warning: ‘err’ may be used uninitialized in
this function
CC [M] sound/oss/sound_timer.o
CC [M] sound/oss/sys_timer.o
LD [M] sound/oss/sound.o
CC [M] sound/oss/aedsp16.o
make[2]: *** No rule to make target `/etc/sound/dsp001.ld', needed by
`sound/oss/pss_boot.h'. Stop.
make[1]: *** [sound/oss] Error 2
make: *** [sound] Error 2
---

Regards--
Subrata


2009-04-15 10:05:33

by Takashi Iwai

[permalink] [raw]
Subject: Re: [BUILD FAILURE 03/04] Next April 14 : x86 randconfig [sound/oss/sequencer.c]

At Tue, 14 Apr 2009 23:57:33 +0530,
Subrata Modak wrote:
>
> Observed the following build error:
> ---
> CC [M] sound/oss/sequencer.o
> sound/oss/sequencer.c: In function ‘sequencer_ioctl’:
> sound/oss/sequencer.c:1325: warning: ‘err’ may be used uninitialized in
> this function
> CC [M] sound/oss/sound_timer.o
> CC [M] sound/oss/sys_timer.o
> LD [M] sound/oss/sound.o
> CC [M] sound/oss/aedsp16.o
> make[2]: *** No rule to make target `/etc/sound/dsp001.ld', needed by
> `sound/oss/pss_boot.h'. Stop.

It's because of PSS_HAVE_BOOT=y. This old driver needs the real
firmware file at the build time when this option is set.


thanks,

Takashi