From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <6297d67c0606270617s5f419729xd369b5142ffa5c06@mail.gmail.com> Date: Tue, 27 Jun 2006 18:47:12 +0530 From: "Mayank Batra" To: "BlueZ development" In-Reply-To: <1151410695.25011.25.camel@localhost> MIME-Version: 1.0 References: <6297d67c0606270505v511be476t247bcfc16d451833@mail.gmail.com> <1151410695.25011.25.camel@localhost> Subject: Re: [Bluez-devel] Cross Compiling openobex Reply-To: BlueZ development List-Id: BlueZ development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============0967085163==" Sender: bluez-devel-bounces@lists.sourceforge.net Errors-To: bluez-devel-bounces@lists.sourceforge.net --===============0967085163== Content-Type: multipart/alternative; boundary="----=_Part_29199_3360512.1151414232215" ------=_Part_29199_3360512.1151414232215 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Marcel, On 6/27/06, Marcel Holtmann wrote: > > > Does this mean that I have to compile glib also for ARM? > > use openobex-1.3 all other versions are outdated. And you might need to > change ussp-push to not compile with GLib. Actually, that is what I wanted to know. How do I compile ussp-push without GLib? It is simply not possible as the source files of ussp-push are including header files from GLib. Regards, Mayank ------=_Part_29199_3360512.1151414232215 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Marcel,

On 6/27/06, Marcel Holtmann <marcel@holtmann.org> wrote:
> Does this mean that I have to compile glib also for ARM?

use openobex-1.3 all other versions are outdated. And you might need to
change ussp-push to not compile with GLib.
 
Actually, that is what I wanted to know. How do I compile ussp-push without GLib?
It is simply not possible as the source files of ussp-push are including header files from GLib.
 
Regards,
Mayank
------=_Part_29199_3360512.1151414232215-- --===============0967085163== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 --===============0967085163== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel --===============0967085163==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marcel Holtmann To: BlueZ development In-Reply-To: <6297d67c0606270505v511be476t247bcfc16d451833@mail.gmail.com> References: <6297d67c0606270505v511be476t247bcfc16d451833@mail.gmail.com> Date: Tue, 27 Jun 2006 14:18:15 +0200 Message-Id: <1151410695.25011.25.camel@localhost> Mime-Version: 1.0 Subject: Re: [Bluez-devel] Cross Compiling openobex Reply-To: BlueZ development List-Id: BlueZ development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Sender: bluez-devel-bounces@lists.sourceforge.net Errors-To: bluez-devel-bounces@lists.sourceforge.net Hi Mayank, > I am able to cross compile openobex-1.0.1 and openobex-apps-1.0.0 for > ARM. > But when I try to compile the application ussp-push, I get the > following errors: > > arm-linux-gcc -I/usr/local/include -I/usr/include/glib-1.2 > -I/usr/lib/glib/include -c obex_main.c -o obex_main.o > arm-linux-gcc -I/usr/local/include -I/usr/include/glib-1.2 > -I/usr/lib/glib/include -c obex_socket.c -o obex_socket.o > arm-linux-gcc obex_main.o obex_socket.o -L/usr/lib -lglib > -L/usr/local/lib /usr/local/arm/2.95.3/arm-linux/lib/libopenobex.a -o > ussp-push > /usr/lib/libglib.so: could not read symbols: Invalid operation > collect2: ld returned 1 exit status > > > Does this mean that I have to compile glib also for ARM? use openobex-1.3 all other versions are outdated. And you might need to change ussp-push to not compile with GLib. Regards Marcel Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <6297d67c0606270505v511be476t247bcfc16d451833@mail.gmail.com> Date: Tue, 27 Jun 2006 17:35:54 +0530 From: "Mayank Batra" To: "BlueZ development" MIME-Version: 1.0 Subject: [Bluez-devel] Cross Compiling openobex Reply-To: BlueZ development List-Id: BlueZ development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============1591956925==" Sender: bluez-devel-bounces@lists.sourceforge.net Errors-To: bluez-devel-bounces@lists.sourceforge.net --===============1591956925== Content-Type: multipart/alternative; boundary="----=_Part_26865_5798108.1151409954870" ------=_Part_26865_5798108.1151409954870 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I am able to cross compile openobex-1.0.1 and openobex-apps-1.0.0 for ARM. But when I try to compile the application ussp-push, I get the following errors: arm-linux-gcc -I/usr/local/include -I/usr/include/glib-1.2-I/usr/lib/glib/include -c obex_main.c -o obex_main.o arm-linux-gcc -I/usr/local/include -I/usr/include/glib-1.2-I/usr/lib/glib/include -c obex_socket.c -o obex_socket.o arm-linux-gcc obex_main.o obex_socket.o -L/usr/lib -lglib -L/usr/local/lib /usr/local/arm/2.95.3/arm-linux/lib/libopenobex.a -o ussp-push /usr/lib/libglib.so: could not read symbols: Invalid operation collect2: ld returned 1 exit status Does this mean that I have to compile glib also for ARM? Thanks. Regards, Mayank ------=_Part_26865_5798108.1151409954870 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi,
 
I am able to cross compile openobex-1.0.1 and openobex-apps-1.0.0 for ARM.
But when I try to compile the application ussp-push, I get the following errors:
 
arm-linux-gcc -I/usr/local/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -c obex_main.c -o obex_main.o
arm-linux-gcc -I/usr/local/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -c obex_socket.c -o obex_socket.o
arm-linux-gcc obex_main.o obex_socket.o -L/usr/lib -lglib -L/usr/local/lib /usr/local/arm/2.95.3/arm-linux/lib/libopenobex.a -o ussp-push
/usr/lib/libglib.so: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
 
 
Does this mean that I have to compile glib also for ARM?
 
Thanks.
Regards,
Mayank
------=_Part_26865_5798108.1151409954870-- --===============1591956925== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 --===============1591956925== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel --===============1591956925==--