Frederico Martins | 29 Jul 2011 00:18
Picon
Gravatar

Libavg - Archicteture ARM

Hello

I'm using the Beagleboard (Architecture ARM) - Ubuntu GNU/Linux.
During the installation of libavg1.0.0, at the execution of command (./configure)
I receive the following error message:
   
    $ ./configure
    checking for python... /usr/bin/python
    checking for python version... 2.6
    checking for python platform... linux2
    checking for python script directory... ${prefix}/lib/python2.6/dist-packages
    checking for python extension module directory... ${exec_prefix}/lib/python2.6/dist-packages
    checking for headers required to compile python extensions... found
    checking for libpython2.6... found
    checking whether the compiler implements namespaces... no
    checking whether the Boost::Thread library is available... no
    configure: error: boost.thread not found. Aborting.




During the installation do libavg1.5, at the execution of command (make)
I receive the following error message:
    $ make
    Making all in src
    make[1]: Entering directory `/home/ativa/Área de Trabalho/libavg-1.5.4/src'
    make  all-recursive
    make[2]: Entering directory `/home/ativa/Área de Trabalho/libavg-1.5.4/src'
    Making all in base
    make[3]: Entering directory `/home/ativa/Área de Trabalho/libavg-1.5.4/src/base'
      CXX    Exception.lo
    /tmp/cc16tgyg.s: Assembler messages:
    /tmp/cc16tgyg.s:88: Error: bad instruction `int $3'
    make[3]: *** [Exception.lo] Error 1
    make[3]: Leaving directory `/home/ativa/Área de Trabalho/libavg-1.5.4/src/base'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/ativa/Área de Trabalho/libavg-1.5.4/src'
    make[1]: *** [all] Error 2
    make[1]: Leaving directory `/home/ativa/Área de Trabalho/libavg-1.5.4/src'
    make: *** [all-recursive] Error 1



My question is:
    - Is it possible to install the libavg in other architectures instead of i386 and amd64?


Thanks in advance !

Att
Frederico M
_______________________________________________
libavg-users mailing list
libavg-users@...
https://mail.datenhain.de/mailman/listinfo/libavg-users
Ulrich von Zadow | 29 Jul 2011 10:01
Picon

Re: Libavg - Archicteture ARM

Hi Frederico,

getting libavg to run on ARM will definitely take some work. With very few
exceptions, everything in libavg is portable C++, but the library needs
full OpenGL support, including legacy functions, at the moment. We're
working on this, but it might take some time.

Regards,

  Uli

Frederico Martins wrote:
> Hello
>
> I'm using the Beagleboard (Architecture ARM) - Ubuntu GNU/Linux.
> During the installation of libavg1.0.0, at the execution of command
> (./configure)
> I receive the following error message:
>
>     $ ./configure
>     checking for python... /usr/bin/python
>     checking for python version... 2.6
>     checking for python platform... linux2
>     checking for python script directory...
> ${prefix}/lib/python2.6/dist-packages
>     checking for python extension module directory...
> ${exec_prefix}/lib/python2.6/dist-packages
>     checking for headers required to compile python extensions... found
>     checking for libpython2.6... found
>     checking whether the compiler implements namespaces... no
>     checking whether the Boost::Thread library is available... no
>     configure: error: boost.thread not found. Aborting.
>
>
>
>
> During the installation do libavg1.5, at the execution of command (make)
> I receive the following error message:
>     $ make
>     Making all in src
>     make[1]: Entering directory `/home/ativa/Área de
> Trabalho/libavg-1.5.4/src'
>     make  all-recursive
>     make[2]: Entering directory `/home/ativa/Área de
> Trabalho/libavg-1.5.4/src'
>     Making all in base
>     make[3]: Entering directory `/home/ativa/Área de
> Trabalho/libavg-1.5.4/src/base'
>       CXX    Exception.lo
>     /tmp/cc16tgyg.s: Assembler messages:
>     /tmp/cc16tgyg.s:88: Error: bad instruction `int $3'
>     make[3]: *** [Exception.lo] Error 1
>     make[3]: Leaving directory `/home/ativa/Área de
> Trabalho/libavg-1.5.4/src/base'
>     make[2]: *** [all-recursive] Error 1
>     make[2]: Leaving directory `/home/ativa/Área de
> Trabalho/libavg-1.5.4/src'
>     make[1]: *** [all] Error 2
>     make[1]: Leaving directory `/home/ativa/Área de
> Trabalho/libavg-1.5.4/src'
>     make: *** [all-recursive] Error 1
>
>
>
> My question is:
>     - Is it possible to install the libavg in other architectures instead
> of
> i386 and amd64?
>
>
> Thanks in advance !
>
> Att
> Frederico M
> _______________________________________________
> libavg-users mailing list
> libavg-users <at> datenhain.de
> https://mail.datenhain.de/mailman/listinfo/libavg-users
>

_______________________________________________
libavg-users mailing list
libavg-users <at> datenhain.de
https://mail.datenhain.de/mailman/listinfo/libavg-users
Alfred | 25 Apr 2013 15:15
Picon

Re: Libavg - Archicteture ARM

have you any tutorial about cross-compilation of libavg for ARM Architecture ??
Please Help
Richard Klemm | 25 Apr 2013 16:14
Picon

Re: Libavg - Archicteture ARM

There is a wiki page https://www.libavg.de/site/projects/libavg/wiki/RPI for the raspberry pi.
Other arm systems should be similar.

Also, there is this thread https://www.libavg.de/site/boards/1/topics/49?r=88#message-88 with so me information.

Feel free to ask if you run into trouble


Alfred <andree.tago-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
have you any tutorial about cross-compilation of libavg for ARM Architecture ??
Please Help



libavg-users mailing list
libavg-users-GL87kEHHolVn68oJJulU0Q@public.gmane.org
https://mail.datenhain.de/mailman/listinfo/libavg-users

--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
_______________________________________________
libavg-users mailing list
libavg-users@...
https://mail.datenhain.de/mailman/listinfo/libavg-users

Gmane