* [Bluez-devel] Crosscompiling HCIEMU
@ 2005-01-11 16:02 omap
2005-01-11 16:08 ` Marcel Holtmann
0 siblings, 1 reply; 5+ messages in thread
From: omap @ 2005-01-11 16:02 UTC (permalink / raw)
To: bluez-devel
Dear folks,
I am trying to compile HCIemu for ARM
platform, but i am having problems.
has Any one tryed it before?
Regards =0A =0A__________________________________________________________=
________________=0AAcabe com aquelas janelinhas que pulam na sua tela.=0A=
AntiPop-up UOL - =C9 gr=E1tis!=0Ahttp://antipopup.uol.com.br/=0A
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
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] Crosscompiling HCIEMU
@ 2005-01-11 16:25 omap
2005-01-11 16:38 ` Peter Wippich
2005-01-11 17:52 ` Marcel Holtmann
0 siblings, 2 replies; 5+ messages in thread
From: omap @ 2005-01-11 16:25 UTC (permalink / raw)
To: bluez-devel
Hi Marcel,
Well, I have to deploy bluetooth into
this platform and we dont have any
bluetooth device to test it. So, I
thought i coult use hciemu to make tests.
I am using a crosscompiling evironment
called SCRATCHBOX. The problem is that
the compiler can not find the glib.h.
I verified and the file is there but
for some reason it can not be found.
Regards
> Hi,
>
> > I am trying to compile HCIemu for ARM
> > platform, but i am having problems.
> > has Any one tryed it before?
>
> I haven't, but for what do you need
hciemu on an ARM platform?
>
> Regards
>
> Marcel
>
>
>
>
>
-------------------------------------------------------
> The SF.Net email is sponsored by:
Beat the post-holiday blues
> Get a FREE limited edition
SourceForge.net t-shirt from ThinkGeek.
> It's fun and FREE -- well,
almost....http://www.thinkgeek.com/sfshirt
>
_______________________________________________
> Bluez-devel mailing list
> Bluez-devel@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/bluez-devel
> =0A =0A________________________________________________________________=
__________=0AAcabe com aquelas janelinhas que pulam na sua tela.=0AAntiPo=
p-up UOL - =C9 gr=E1tis!=0Ahttp://antipopup.uol.com.br/=0A
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
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] Crosscompiling HCIEMU
2005-01-11 16:25 omap
@ 2005-01-11 16:38 ` Peter Wippich
2005-01-11 17:52 ` Marcel Holtmann
1 sibling, 0 replies; 5+ messages in thread
From: Peter Wippich @ 2005-01-11 16:38 UTC (permalink / raw)
To: bluez-devel
Hi,
I haven't tried HCIEmu, but for libs / utils you have to add a line like
--includedir=3D$XPREFIX/include
to the configure arguments. $XPREFIX points to the "root" of your target
file system.
Ciao,
Peter
On Tue, 11 Jan 2005, omap wrote:
>
> Hi Marcel,
>
> Well, I have to deploy bluetooth into
> this platform and we dont have any
> bluetooth device to test it. So, I
> thought i coult use hciemu to make tests.
>
> I am using a crosscompiling evironment
> called SCRATCHBOX. The problem is that
> the compiler can not find the glib.h.
> I verified and the file is there but
> for some reason it can not be found.
>
> Regards
>
> > Hi,
> >
> > > I am trying to compile HCIemu for ARM
> > > platform, but i am having problems.
> > > has Any one tryed it before?
> >
> > I haven't, but for what do you need
> hciemu on an ARM platform?
> >
> > Regards
> >
> > Marcel
> >
> >
> >
> >
> >
> -------------------------------------------------------
> > The SF.Net email is sponsored by:
> Beat the post-holiday blues
> > Get a FREE limited edition
> SourceForge.net t-shirt from ThinkGeek.
> > It's fun and FREE -- well,
> almost....http://www.thinkgeek.com/sfshirt
> >
> _______________________________________________
> > Bluez-devel mailing list
> > Bluez-devel@lists.sourceforge.net
> >
> https://lists.sourceforge.net/lists/listinfo/bluez-devel
> >
>
> _______________________________________________________________________=
___
> Acabe com aquelas janelinhas que pulam na sua tela.
> AntiPop-up UOL - =C9 gr=E1tis!
> http://antipopup.uol.com.br/
>
>
>
>
> -------------------------------------------------------
> The SF.Net email is sponsored by: Beat the post-holiday blues
> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
> It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
> _______________________________________________
> Bluez-devel mailing list
> Bluez-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-devel
>
| Peter Wippich Voice: +49 30 46776411 |
| G&W Instruments GmbH fax: +49 30 46776419 |
| Gustav-Meyer-Allee 25, Geb. 12 Email: pewi@gw-instruments.de |
| D-13355 Berlin / Germany |
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
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] Crosscompiling HCIEMU
2005-01-11 16:25 omap
2005-01-11 16:38 ` Peter Wippich
@ 2005-01-11 17:52 ` Marcel Holtmann
1 sibling, 0 replies; 5+ messages in thread
From: Marcel Holtmann @ 2005-01-11 17:52 UTC (permalink / raw)
To: BlueZ Mailing List
Hi,
> Well, I have to deploy bluetooth into
> this platform and we dont have any
> bluetooth device to test it. So, I
> thought i coult use hciemu to make tests.
the hciemu is still limited in its functionality. Getting a real device
is maybe a better idea.
> I am using a crosscompiling evironment
> called SCRATCHBOX. The problem is that
> the compiler can not find the glib.h.
> I verified and the file is there but
> for some reason it can not be found.
You need a cross-compiled version of Glib and this is not an easy job. I
actually never did this.
Regards
Marcel
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
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-01-11 17:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-11 16:02 [Bluez-devel] Crosscompiling HCIEMU omap
2005-01-11 16:08 ` Marcel Holtmann
-- strict thread matches above, loose matches on Subject: below --
2005-01-11 16:25 omap
2005-01-11 16:38 ` Peter Wippich
2005-01-11 17:52 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox