* [Bluez-devel] bluez-util: dbus for embedded
@ 2007-04-18 20:05 Choi Sonim
2007-04-19 5:42 ` siddhant tewari
0 siblings, 1 reply; 5+ messages in thread
From: Choi Sonim @ 2007-04-18 20:05 UTC (permalink / raw)
To: bluez-devel
[-- Attachment #1.1: Type: text/plain, Size: 137 bytes --]
Hi !
Has anyone had any success with compiling dbus (and thus bluez-util) to an
embedded system (ARM in particular) ?
thanks alot
choi
[-- Attachment #1.2: Type: text/html, Size: 220 bytes --]
[-- Attachment #2: Type: text/plain, Size: 286 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
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] bluez-util: dbus for embedded
2007-04-18 20:05 [Bluez-devel] bluez-util: dbus for embedded Choi Sonim
@ 2007-04-19 5:42 ` siddhant tewari
2007-04-19 5:48 ` Choi Sonim
0 siblings, 1 reply; 5+ messages in thread
From: siddhant tewari @ 2007-04-19 5:42 UTC (permalink / raw)
To: BlueZ development
[-- Attachment #1.1: Type: text/plain, Size: 861 bytes --]
hi,
What are the problems that u r facing. May be the method i followed is
not a text book one but the binaries i got finally run successfully on the
arm board.
regards
siddhant
On 4/19/07, Choi Sonim <choisonim@gmail.com> wrote:
>
> Hi !
>
> Has anyone had any success with compiling dbus (and thus bluez-util) to an
> embedded system (ARM in particular) ?
>
> thanks alot
> choi
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Bluez-devel mailing list
> Bluez-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-devel
>
>
[-- Attachment #1.2: Type: text/html, Size: 1641 bytes --]
[-- Attachment #2: Type: text/plain, Size: 286 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
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] bluez-util: dbus for embedded
2007-04-19 5:42 ` siddhant tewari
@ 2007-04-19 5:48 ` Choi Sonim
2007-04-19 5:53 ` siddhant tewari
2007-04-19 6:38 ` Rahul Tank
0 siblings, 2 replies; 5+ messages in thread
From: Choi Sonim @ 2007-04-19 5:48 UTC (permalink / raw)
To: siddhant.tewari; +Cc: BlueZ development
Hello
On 4/19/07, siddhant tewari <siddhant.tewari@gmail.com> wrote:
> On 4/19/07, Choi Sonim <choisonim@gmail.com> wrote:
> > Has anyone had any success with compiling dbus (and thus bluez-util) to an
> > embedded system (ARM in particular) ?
> What are the problems that u r facing. May be the method i followed is not a
> text book one but the binaries i got finally run successfully on the arm board.
really ???
can you please tell me the methods you followed ? (i don't care about
text books,
all i want is bluez-utils-3.9 working in embedded)
did you manage to cross compile dbus and its dependencies ?
please tell all your steps...
Thank YOU !!
choi
>
> regards
> siddhant
>
>
>
> >
> > thanks alot
> > choi
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
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] bluez-util: dbus for embedded
2007-04-19 5:48 ` Choi Sonim
@ 2007-04-19 5:53 ` siddhant tewari
2007-04-19 6:38 ` Rahul Tank
1 sibling, 0 replies; 5+ messages in thread
From: siddhant tewari @ 2007-04-19 5:53 UTC (permalink / raw)
To: Choi Sonim; +Cc: BlueZ development
[-- Attachment #1.1: Type: text/plain, Size: 1278 bytes --]
hi,
i exactly dont remember the steps ... what i would suggest is u proceed
normally and whenever u get stuck , i will try my best to resolve the
issues.
Few points which are good if u follow :-
a) Install everything need for th arm platform in a separate directory e.g.
/usr/arm/
b) set PKG_CONFIG_PATH to director /usr/arm/lib/pkg-config ( or a similar
directory ) so that write path are given by pkg-config.
regards
siddhant
On 4/19/07, Choi Sonim <choisonim@gmail.com> wrote:
>
> Hello
>
> On 4/19/07, siddhant tewari <siddhant.tewari@gmail.com> wrote:
> > On 4/19/07, Choi Sonim <choisonim@gmail.com> wrote:
> > > Has anyone had any success with compiling dbus (and thus bluez-util)
> to an
> > > embedded system (ARM in particular) ?
>
> > What are the problems that u r facing. May be the method i followed
> is not a
> > text book one but the binaries i got finally run successfully on the arm
> board.
>
> really ???
>
> can you please tell me the methods you followed ? (i don't care about
> text books,
> all i want is bluez-utils-3.9 working in embedded)
>
> did you manage to cross compile dbus and its dependencies ?
>
> please tell all your steps...
>
> Thank YOU !!
> choi
>
> >
> > regards
> > siddhant
> >
> >
> >
>
> > >
> > > thanks alot
> > > choi
>
[-- Attachment #1.2: Type: text/html, Size: 1801 bytes --]
[-- Attachment #2: Type: text/plain, Size: 286 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
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] bluez-util: dbus for embedded
2007-04-19 5:48 ` Choi Sonim
2007-04-19 5:53 ` siddhant tewari
@ 2007-04-19 6:38 ` Rahul Tank
1 sibling, 0 replies; 5+ messages in thread
From: Rahul Tank @ 2007-04-19 6:38 UTC (permalink / raw)
To: BlueZ development
[-- Attachment #1.1: Type: text/plain, Size: 473 bytes --]
On 4/19/07, Choi Sonim <choisonim@gmail.com> wrote:
>
>
> really ???
>
> can you please tell me the methods you followed ? (i don't care about
> text books,
> all i want is bluez-utils-3.9 working in embedded)
>
> did you manage to cross compile dbus and its dependencies ?
>
> please tell all your steps...
>
> Thank YOU !!
> choi
>
I had used scratchbox to get the things compiled for an ARM environment
and that did work for me.
Hope this helps.
regards,
rahul
[-- Attachment #1.2: Type: text/html, Size: 837 bytes --]
[-- Attachment #2: Type: text/plain, Size: 286 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
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:[~2007-04-19 6:38 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-18 20:05 [Bluez-devel] bluez-util: dbus for embedded Choi Sonim
2007-04-19 5:42 ` siddhant tewari
2007-04-19 5:48 ` Choi Sonim
2007-04-19 5:53 ` siddhant tewari
2007-04-19 6:38 ` Rahul Tank
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox