[alsa-devel] error: implicit declaration of function ‘fw_iso_resource_manage’
I've just tried building Alsa from git (alsa-driver/alsa-kernel). It won't build resulting in this error message:
~/workspace/Alsa/alsa-driver/firewire/../alsa-kernel/firewire/iso-resources.c: In function ‘fw_iso_resources_allocate’: ~/workspace/Alsa/alsa-driver/firewire/../alsa-kernel/firewire/iso-resources.c:135:2: error: implicit declaration of function ‘fw_iso_resource_manage’
Are there any patches waiting to resolve this issue?
Regards,
Felix
Felix Homann wrote:
I've just tried building Alsa from git (alsa-driver/alsa-kernel). It won't build resulting in this error message:
~/workspace/Alsa/alsa-driver/firewire/../alsa-kernel/firewire/iso-resources.c: In function ‘fw_iso_resources_allocate’: ~/workspace/Alsa/alsa-driver/firewire/../alsa-kernel/firewire/iso-resources.c:135:2: error: implicit declaration of function ‘fw_iso_resource_manage’
The FireWire driver requires kernel 2.6.39(-rcX), but there is an entry in kconfig-vers that prevents it from being built on older kernels. Well, that _should_ have prevent it.
Please show the contents of your config.log and toplevel.config files.
Regards, Clemens
Here you go.
Regards,
Felix
Am 16.05.2011 15:39, schrieb Clemens Ladisch:
The FireWire driver requires kernel 2.6.39(-rcX), but there is an entry in kconfig-vers that prevents it from being built on older kernels. Well, that _should_ have prevent it.
Please show the contents of your config.log and toplevel.config files.
Here you go.
(config.log, config.status from alsa-driver, Kconfig from alsa-kernel -- anything missing?)
Regards,
Felix
At Mon, 16 May 2011 15:39:49 +0200, Clemens Ladisch wrote:
Felix Homann wrote:
I've just tried building Alsa from git (alsa-driver/alsa-kernel). It won't build resulting in this error message:
~/workspace/Alsa/alsa-driver/firewire/../alsa-kernel/firewire/iso-resources.c: In function ‘fw_iso_resources_allocate’: ~/workspace/Alsa/alsa-driver/firewire/../alsa-kernel/firewire/iso-resources.c:135:2: error: implicit declaration of function ‘fw_iso_resource_manage’
The FireWire driver requires kernel 2.6.39(-rcX), but there is an entry in kconfig-vers that prevents it from being built on older kernels. Well, that _should_ have prevent it.
Please show the contents of your config.log and toplevel.config files.
It's just in kconfig-vers. I already fixed it in my tree in korg.
Takashi
Takashi Iwai wrote:
Felix Homann wrote:
I've just tried building Alsa from git (alsa-driver/alsa-kernel). error: implicit declaration of function ‘fw_iso_resource_manage’
It's just in kconfig-vers. I already fixed it in my tree in korg.
Sorry, I forgot the support stuff for the isight driver. Committed now.
Felix, the next alsa-driver snapshot should work.
Regards, Clemens
participants (3)
-
Clemens Ladisch
-
Felix Homann
-
Takashi Iwai