All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] problem compiling btsco....
@ 2005-07-04 17:28 Paulo Wollny
  2005-07-04 20:39 ` Brad Midgley
  0 siblings, 1 reply; 3+ messages in thread
From: Paulo Wollny @ 2005-07-04 17:28 UTC (permalink / raw)
  To: bluez-users

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
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Bluez-users] problem compiling btsco....
  2005-07-04 17:28 [Bluez-users] problem compiling btsco Paulo Wollny
@ 2005-07-04 20:39 ` Brad Midgley
  2005-07-05 12:09   ` Paulo Wollny
  0 siblings, 1 reply; 3+ messages in thread
From: Brad Midgley @ 2005-07-04 20:39 UTC (permalink / raw)
  To: bluez-users

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
> Bluez-users@lists.sourceforge.net
> 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
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Bluez-users] problem compiling btsco....
  2005-07-04 20:39 ` Brad Midgley
@ 2005-07-05 12:09   ` Paulo Wollny
  0 siblings, 0 replies; 3+ messages in thread
From: Paulo Wollny @ 2005-07-05 12:09 UTC (permalink / raw)
  To: bluez-users

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
>> Bluez-users@lists.sourceforge.net
>> 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
> Bluez-users@lists.sourceforge.net
> 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
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-07-05 12:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-04 17:28 [Bluez-users] problem compiling btsco Paulo Wollny
2005-07-04 20:39 ` Brad Midgley
2005-07-05 12:09   ` Paulo Wollny

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.