2005-07-04 17:28:45

by Paulo Wollny

[permalink] [raw]
Subject: [Bluez-users] problem compiling btsco....

Hi All,

i'm trying to compile the kernel portion of btsco, but am getting the
following errors:

Does anyone knows what's going on?

Best regards,

Paulo Wollny

hirschberg:/home/paulo/Bluetooth-Linux/btsco-0.4/kernel # make
make[1]: Entering directory `/usr/src/linux-2.6.5-7.155.29'
CC [M] /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.o
/home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
`snd_card_bt_sco_playback_trigger':
/home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:140: error:
`snd_card_bt_sco_t_magic' undeclared (first use in this function)
/home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:140: error: (Each
undeclared identifier is reported only once
/home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:140: error: for
each function it appears in.)
/home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
`snd_card_bt_sco_capture_trigger':
/home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:161: error:
`snd_card_bt_sco_t_magic' undeclared (first use in this function)
/home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
`snd_card_bt_sco_playback_open':
/home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:334: error:
`snd_card_bt_sco_t_magic' undeclared (first use in this function)
/home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
`snd_card_bt_sco_capture_open':
/home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:367: error:
`snd_card_bt_sco_t_magic' undeclared (first use in this function)
/home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
`snd_card_bt_sco_playback_close':
/home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:400: error:
`snd_card_bt_sco_t_magic' undeclared (first use in this function)
/home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
`snd_bt_sco_volume_get':
/home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:497: error:
`snd_card_bt_sco_t_magic' undeclared (first use in this function)
/home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
`snd_bt_sco_volume_put':
/home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:510: error:
`snd_card_bt_sco_t_magic' undeclared (first use in this function)
/home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
`snd_bt_sco_loopback_get':
/home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:546: error:
`snd_card_bt_sco_t_magic' undeclared (first use in this function)
/home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
`snd_bt_sco_loopback_put':
/home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:558: error:
`snd_card_bt_sco_t_magic' undeclared (first use in this function)
make[2]: *** [/home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.o] Fehler 1
make[1]: *** [_module_/home/paulo/Bluetooth-Linux/btsco-0.4/kernel] Fehler 2
make[1]: Leaving directory `/usr/src/linux-2.6.5-7.155.29'
make: *** [default] Fehler 2
hirschberg:/home/paulo/Bluetooth-Linux/btsco-0.4/kernel #


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users


2005-07-05 12:09:33

by Paulo Wollny

[permalink] [raw]
Subject: Re: [Bluez-users] problem compiling btsco....

Hi,

wher do i get this cvs?

Cheers,

Paulo

Brad Midgley wrote:
> you may have more luck with btsco from cvs with 2.6.12
>
> Paulo Wollny wrote:
>
>> Hi All,
>>
>> i'm trying to compile the kernel portion of btsco, but am getting the
>> following errors:
>>
>> Does anyone knows what's going on?
>>
>> Best regards,
>>
>> Paulo Wollny
>>
>> hirschberg:/home/paulo/Bluetooth-Linux/btsco-0.4/kernel # make
>> make[1]: Entering directory `/usr/src/linux-2.6.5-7.155.29'
>> CC [M] /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.o
>> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
>> `snd_card_bt_sco_playback_trigger':
>> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:140: error:
>> `snd_card_bt_sco_t_magic' undeclared (first use in this function)
>> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:140: error: (Each
>> undeclared identifier is reported only once
>> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:140: error: for
>> each function it appears in.)
>> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
>> `snd_card_bt_sco_capture_trigger':
>> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:161: error:
>> `snd_card_bt_sco_t_magic' undeclared (first use in this function)
>> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
>> `snd_card_bt_sco_playback_open':
>> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:334: error:
>> `snd_card_bt_sco_t_magic' undeclared (first use in this function)
>> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
>> `snd_card_bt_sco_capture_open':
>> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:367: error:
>> `snd_card_bt_sco_t_magic' undeclared (first use in this function)
>> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
>> `snd_card_bt_sco_playback_close':
>> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:400: error:
>> `snd_card_bt_sco_t_magic' undeclared (first use in this function)
>> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
>> `snd_bt_sco_volume_get':
>> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:497: error:
>> `snd_card_bt_sco_t_magic' undeclared (first use in this function)
>> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
>> `snd_bt_sco_volume_put':
>> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:510: error:
>> `snd_card_bt_sco_t_magic' undeclared (first use in this function)
>> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
>> `snd_bt_sco_loopback_get':
>> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:546: error:
>> `snd_card_bt_sco_t_magic' undeclared (first use in this function)
>> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
>> `snd_bt_sco_loopback_put':
>> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:558: error:
>> `snd_card_bt_sco_t_magic' undeclared (first use in this function)
>> make[2]: *** [/home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.o]
>> Fehler 1
>> make[1]: *** [_module_/home/paulo/Bluetooth-Linux/btsco-0.4/kernel]
>> Fehler 2
>> make[1]: Leaving directory `/usr/src/linux-2.6.5-7.155.29'
>> make: *** [default] Fehler 2
>> hirschberg:/home/paulo/Bluetooth-Linux/btsco-0.4/kernel #
>>
>>
>> -------------------------------------------------------
>> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
>> from IBM. Find simple to follow Roadmaps, straightforward articles,
>> informative Webcasts and more! Get everything you need to get up to
>> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
>> _______________________________________________
>> Bluez-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> _______________________________________________
> Bluez-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2005-07-04 20:39:31

by Brad Midgley

[permalink] [raw]
Subject: Re: [Bluez-users] problem compiling btsco....

you may have more luck with btsco from cvs with 2.6.12

Paulo Wollny wrote:
> Hi All,
>
> i'm trying to compile the kernel portion of btsco, but am getting the
> following errors:
>
> Does anyone knows what's going on?
>
> Best regards,
>
> Paulo Wollny
>
> hirschberg:/home/paulo/Bluetooth-Linux/btsco-0.4/kernel # make
> make[1]: Entering directory `/usr/src/linux-2.6.5-7.155.29'
> CC [M] /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.o
> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
> `snd_card_bt_sco_playback_trigger':
> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:140: error:
> `snd_card_bt_sco_t_magic' undeclared (first use in this function)
> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:140: error: (Each
> undeclared identifier is reported only once
> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:140: error: for
> each function it appears in.)
> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
> `snd_card_bt_sco_capture_trigger':
> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:161: error:
> `snd_card_bt_sco_t_magic' undeclared (first use in this function)
> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
> `snd_card_bt_sco_playback_open':
> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:334: error:
> `snd_card_bt_sco_t_magic' undeclared (first use in this function)
> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
> `snd_card_bt_sco_capture_open':
> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:367: error:
> `snd_card_bt_sco_t_magic' undeclared (first use in this function)
> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
> `snd_card_bt_sco_playback_close':
> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:400: error:
> `snd_card_bt_sco_t_magic' undeclared (first use in this function)
> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
> `snd_bt_sco_volume_get':
> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:497: error:
> `snd_card_bt_sco_t_magic' undeclared (first use in this function)
> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
> `snd_bt_sco_volume_put':
> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:510: error:
> `snd_card_bt_sco_t_magic' undeclared (first use in this function)
> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
> `snd_bt_sco_loopback_get':
> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:546: error:
> `snd_card_bt_sco_t_magic' undeclared (first use in this function)
> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c: In function
> `snd_bt_sco_loopback_put':
> /home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.c:558: error:
> `snd_card_bt_sco_t_magic' undeclared (first use in this function)
> make[2]: *** [/home/paulo/Bluetooth-Linux/btsco-0.4/kernel/btsco.o]
> Fehler 1
> make[1]: *** [_module_/home/paulo/Bluetooth-Linux/btsco-0.4/kernel]
> Fehler 2
> make[1]: Leaving directory `/usr/src/linux-2.6.5-7.155.29'
> make: *** [default] Fehler 2
> hirschberg:/home/paulo/Bluetooth-Linux/btsco-0.4/kernel #
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> _______________________________________________
> Bluez-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bluez-users


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users