linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] ARM crosscompile


From: Alessio Raccis
Subject: Re: [Linphone-users] ARM crosscompile
Date: Thu, 20 Jan 2005 15:35:30 +0100

It works !! Thanks Anand :-)

I correct the symlinks and add some system libraries. I see the missing
libraries with:

 # ldd linphonec
        liblinphone.so.0 => /usr/local/lib/liblinphone.so.0 (0x40034000)
        libmediastreamer.so.0 => /usr/local/lib/libmediastreamer.so.0
(0x40045000)
        libortp.so.0 => /usr/local/lib/libortp.so.0 (0x40069000)
        libasound.so.2 => /usr/lib/libasound.so.2 (0x40073000)
        libm.so.6 => /lib/i686/libm.so.6 (0x40114000)
        libosipua.so.2 => /usr/local/lib/libosipua.so.2 (0x40138000)
        libpthread.so.0 => /lib/i686/libpthread.so.0 (0x4014f000)
        librt.so.1 => /lib/librt.so.1 (0x401a0000)
        libosip.so.0 => /usr/local/lib/libosip.so.0 (0x401b3000)
        libfsmtl.so.0 => /usr/local/lib/libfsmtl.so.0 (0x401ce000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x401df000)
        libdl.so.2 => /lib/libdl.so.2 (0x401f5000)
        libc.so.6 => /lib/i686/libc.so.6 (0x401f8000)
        libmsspeex.so.0 => /usr/local/lib/libmsspeex.so.0 (0x4032b000)
        libgthread-2.0.so.0 => /opt/gnome/lib/libgthread-2.0.so.0
(0x4032f000)
        libgmodule-2.0.so.0 => /opt/gnome/lib/libgmodule-2.0.so.0
(0x40334000)
        libglib-2.0.so.0 => /opt/gnome/lib/libglib-2.0.so.0 (0x40338000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
        libspeex.so.1 => /usr/local/lib/libspeex.so.1 (0x403a5000)

thanks

regards

Alessio

PS:
I crosscompile in my suse 9.0: glib2.0.0, libosip-0.9.7 and linphone-0.12.2
for ARM9.

----- Original Message -----
From: "Anand S. Katti" <address@hidden>
To: "Alessio Raccis" <address@hidden>
Cc: "Simon Morlat" <address@hidden>; <address@hidden>
Sent: Wednesday, January 19, 2005 7:51 PM
Subject: Re: [Linphone-users] ARM crosscompile


> Hello,
>
> It means that you have not transfered the libraries in to the ARM
> machine. When you cross compile you get library files in /armbuild/usr/lib
> directory. You have to move only libraries and NOT symlinks.
> After transfering the above libraries to the ARM(your pda)'s
> /usr/local/lib or /usr/lib directory, you have to create the
> symlinks(normaly .so and .so.0) using the command ln -s <filename>
> <targetfilename>.
> This should solve the problem, if any problem persists let me know.
>
> Yes one more thing don't forget to post back if your version of
> glib,libosip&linphone succeeds in cross compiling.
> This will be useful to many others who want to try out same procedure.
> Metion ur packges version in your next post and also the ARM processor.
>
> Regards,
> Anand
>
>
>
> On Wed, 19 Jan 2005, Alessio Raccis wrote:
>
> > Hello all,
> >
> > I crosscompile linphone for ARM by following the READEME.arm in the main
> > directory of linphone. First I crosscompile glib 2.0.0, then libosip and
> > linphone. The crosscompilation works !
> > I use the --prefix=/armbuild/usr as said by instructions.
> >
> > The problem is that when I do ./linphonec on my board it fails and exit
in
> > this way:
> > error while loading shared libraries: cannot open shared object file: no
> > such file or directory
> >
> > I hope that someone could help me !
> >
> > Thanks in advance for any suggestion !
> >
> > Best regards
> >
> > Alessio
> >
> >
> >
> > _______________________________________________
> > Linphone-users mailing list
> > address@hidden
> > http://lists.nongnu.org/mailman/listinfo/linphone-users
> >





reply via email to

[Prev in Thread] Current Thread [Next in Thread]