* [Bluez-users] Bluez Stack compilation for broadcom board
@ 2007-09-10 14:14 Venkata Sreedhara Deekshitulu Mantha-a22595
2007-09-10 19:04 ` Marcel Holtmann
0 siblings, 1 reply; 3+ messages in thread
From: Venkata Sreedhara Deekshitulu Mantha-a22595 @ 2007-09-10 14:14 UTC (permalink / raw)
To: bluez-users
[-- Attachment #1.1: Type: text/plain, Size: 159 bytes --]
Hi all,
Please tell me what is the procedure to compile bluez source code for
the broadcom bluetooth board, BCM2045.
Thanks and Regards,
Deekshitulu.
[-- Attachment #1.2: Type: text/html, Size: 812 bytes --]
[-- Attachment #2: Type: text/plain, Size: 228 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
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] Bluez Stack compilation for broadcom board
2007-09-10 14:14 [Bluez-users] Bluez Stack compilation for broadcom board Venkata Sreedhara Deekshitulu Mantha-a22595
@ 2007-09-10 19:04 ` Marcel Holtmann
2007-09-12 14:01 ` Venkata Sreedhara Deekshitulu Mantha-a22595
0 siblings, 1 reply; 3+ messages in thread
From: Marcel Holtmann @ 2007-09-10 19:04 UTC (permalink / raw)
To: BlueZ users
Hi,
> Please tell me what is the procedure to compile bluez source code for
> the broadcom bluetooth board, BCM2045.
you must ask specific question and not such generic ones. These kind of
questions will get you no help here since even I have no idea what you
actually wanna do.
Regards
Marcel
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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] Bluez Stack compilation for broadcom board
2007-09-10 19:04 ` Marcel Holtmann
@ 2007-09-12 14:01 ` Venkata Sreedhara Deekshitulu Mantha-a22595
0 siblings, 0 replies; 3+ messages in thread
From: Venkata Sreedhara Deekshitulu Mantha-a22595 @ 2007-09-12 14:01 UTC (permalink / raw)
To: BlueZ users
Hi Marcel,
ThankQ for the suggestion. I have a OMAP linux board with 2.4.18 kernel
version, the compiler we are using is arm_v5t_le-gcc and a broadcom
bluetooth board BCM2045.
I have the following bluez packages: bluez-libs-3.2 and
bluez-utils-3.2. This BlueZ is compiled and installed, and is running
fine for CSR Casira blue box connected through serial port. Now I have
to recompile BlueZ for broadcom board, so that I should be able to bring
up the board, using command - "hciattach".
Currently, we are compiling and installing BlueZ for CSR chip as given
below:
========================================================================
==========
# patch bluez library sources
patch -d bluez-libs-3.2 -p1 < ../src/packages/bluez-libs-3.2.patch
# set environment variables
export CC=arm_v5t_le-gcc
export LD=arm_v5t_le-ld
export AR=arm_v5t_le-ar
export RANLIB=arm_v5t_le-ranlib
export STRIP=arm_v5t_le-strip
# configure bluez lib
cd bluez-libs-3.2
./configure --prefix=$TOOLS_TARGET_FOLDER/usr
--host=arm_v5t_le-linux-gnu
# make bluez library and install
make
sudo make install
# extract bluez utils
tar xfvz ../src/packages/bluez-utils-3.2.tar.gz
# make hciconfig, hciattach, hcitool and sdptool
cd bluez-utils-3.2/tools
arm_v5t_le-gcc -v -o hciconfig hciconfig.c csr.c ../common/textfile.c
-I../common -DSTORAGEDIR="\"/usr/etc\"" -lbluetooth
arm_v5t_le-gcc -v -o hciattach hciattach.c hciattach_st.c -lbluetooth
arm_v5t_le-gcc -v -o hcitool hcitool.c ../common/oui.c
../common/textfile.c -I../common -DVERSION="3.9"
-DSTORAGEDIR="\"/usr/etc\"" -lbluetooth
arm_v5t_le-gcc -v -DVERSION="\"3.2\"" -o sdptool sdptool.c -lbluetooth
cd ../sdpd
arm_v5t_le-gcc -v -DVERSION="\"3.2\"" -o sdpd *.c -lbluetooth
========================================================================
======
Please tell me what are the changes I should make while compiling and
installing lib and util packages, so that I could also able to attach
broadcom bluetooth board. Please excuse me, if I am asking something
obvious or still it is generic. I have found some files related named
related to broadcom in "extra" folder of the util package, some
declarations in acinclude.m4 file, but getting no idea how to use those
or modify those.
Thanks and Regards,
Deekshitulu.
-----Original Message-----
From: bluez-users-bounces@lists.sourceforge.net
[mailto:bluez-users-bounces@lists.sourceforge.net] On Behalf Of Marcel
Holtmann
Sent: Tuesday, September 11, 2007 12:35 AM
To: BlueZ users
Subject: Re: [Bluez-users] Bluez Stack compilation for broadcom board
Hi,
> Please tell me what is the procedure to compile bluez source code for
> the broadcom bluetooth board, BCM2045.
you must ask specific question and not such generic ones. These kind of
questions will get you no help here since even I have no idea what you
actually wanna do.
Regards
Marcel
------------------------------------------------------------------------
-
This SF.net email is sponsored by: Microsoft Defy all challenges.
Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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:[~2007-09-12 14:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-10 14:14 [Bluez-users] Bluez Stack compilation for broadcom board Venkata Sreedhara Deekshitulu Mantha-a22595
2007-09-10 19:04 ` Marcel Holtmann
2007-09-12 14:01 ` Venkata Sreedhara Deekshitulu Mantha-a22595
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox