* Re: [Bluez-devel] cross compiling bluez-utils
@ 2005-02-05 6:48 Martin Mueller
2005-02-05 15:53 ` Marcel Holtmann
0 siblings, 1 reply; 5+ messages in thread
From: Martin Mueller @ 2005-02-05 6:48 UTC (permalink / raw)
To: bluez-devel
Hi,
> I crosscompiled bluez-libs, bluez-utils and even hciemu for ARM platform
> and they work fine. I am preparing a little how-to for those insterested
> on doing the same thing.
They work perfectly here, too. Thanks for the hint! I just found it a little inconvenient to find the /etc/bluetooth/ directory in my ARM gcc directory. To be more specific:
The compiler, libs, include, ... directories reside under /usr/arm/arm-linux. That is set with 'prefix'. The executables then go to something like /home/mm/arm/ramdisk/mnt by setting 'exec_prefix' accordingly. I thought it to be funny to see /etc/bluetooth/ in the ramdisk rather than in the compiler area.
Martin
__________________________________________________________
Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min.
weltweit telefonieren! http://freephone.web.de/?mc=021201
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-devel] cross compiling bluez-utils
2005-02-05 6:48 [Bluez-devel] cross compiling bluez-utils Martin Mueller
@ 2005-02-05 15:53 ` Marcel Holtmann
2005-02-05 17:54 ` [Bluez-devel] struct usb_iso_packet_descriptor Oliver
0 siblings, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2005-02-05 15:53 UTC (permalink / raw)
To: BlueZ Mailing List
Hi Martin,
> > I crosscompiled bluez-libs, bluez-utils and even hciemu for ARM platform
> > and they work fine. I am preparing a little how-to for those insterested
> > on doing the same thing.
>
> They work perfectly here, too. Thanks for the hint! I just found it a little inconvenient to find the /etc/bluetooth/ directory in my ARM gcc directory. To be more specific:
>
> The compiler, libs, include, ... directories reside under /usr/arm/arm-linux. That is set with 'prefix'. The executables then go to something like /home/mm/arm/ramdisk/mnt by setting 'exec_prefix' accordingly. I thought it to be funny to see /etc/bluetooth/ in the ramdisk rather than in the compiler area.
are you sure that exec_prefix is meant for cross-compiling. From my
knowledge it is for architecture dependent executables that will reside
in the same filesystem. For example for NFS exports.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bluez-devel] struct usb_iso_packet_descriptor
2005-02-05 15:53 ` Marcel Holtmann
@ 2005-02-05 17:54 ` Oliver
2005-02-05 18:12 ` Marcel Holtmann
0 siblings, 1 reply; 5+ messages in thread
From: Oliver @ 2005-02-05 17:54 UTC (permalink / raw)
To: bluez-devel
Actually just that:
I found this definition into the hci_usb.c source and I don't know where
does it come from
struct usb_iso_packet_descriptor
thanks in advance
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-devel] struct usb_iso_packet_descriptor
2005-02-05 17:54 ` [Bluez-devel] struct usb_iso_packet_descriptor Oliver
@ 2005-02-05 18:12 ` Marcel Holtmann
2005-02-05 18:17 ` Oliver
0 siblings, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2005-02-05 18:12 UTC (permalink / raw)
To: BlueZ Mailing List
Hi Oliver,
> Actually just that:
>
> I found this definition into the hci_usb.c source and I don't know where
> does it come from
>
> struct usb_iso_packet_descriptor
you are kidding me, right? You know the utilities find and grep? So grep
along the includes inside the Linux kernel source. Since the prefix is
usb_ the first guess would be linux/usb.h.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-devel] struct usb_iso_packet_descriptor
2005-02-05 18:12 ` Marcel Holtmann
@ 2005-02-05 18:17 ` Oliver
0 siblings, 0 replies; 5+ messages in thread
From: Oliver @ 2005-02-05 18:17 UTC (permalink / raw)
To: bluez-devel
:( yes sorry,
Something was wrong in my "GUIed grep application" I use for finding fast
these things
----- Original Message -----
From: "Marcel Holtmann" <marcel@holtmann.org>
To: "BlueZ Mailing List" <bluez-devel@lists.sourceforge.net>
Sent: Saturday, February 05, 2005 7:12 PM
Subject: Re: [Bluez-devel] struct usb_iso_packet_descriptor
> Hi Oliver,
>
>> Actually just that:
>>
>> I found this definition into the hci_usb.c source and I don't know where
>> does it come from
>>
>> struct usb_iso_packet_descriptor
>
> you are kidding me, right? You know the utilities find and grep? So grep
> along the includes inside the Linux kernel source. Since the prefix is
> usb_ the first guess would be linux/usb.h.
>
> Regards
>
> Marcel
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
> Tool for open source databases. Create drag-&-drop reports. Save time
> by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
> Download a FREE copy at http://www.intelliview.com/go/osdn_nl
> _______________________________________________
> Bluez-devel mailing list
> Bluez-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-devel
______________________________________________
Renovamos el Correo Yahoo!: ¡250 MB GRATIS!
Nuevos servicios, más seguridad
http://correo.yahoo.es
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-02-05 18:17 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-05 6:48 [Bluez-devel] cross compiling bluez-utils Martin Mueller
2005-02-05 15:53 ` Marcel Holtmann
2005-02-05 17:54 ` [Bluez-devel] struct usb_iso_packet_descriptor Oliver
2005-02-05 18:12 ` Marcel Holtmann
2005-02-05 18:17 ` Oliver
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.