Menu

Compiling for and installing on AVR32

Help
chris_14
2008-07-29
2012-12-14
  • chris_14

    chris_14 - 2008-07-29

    Hi Jean-Francois,

    my installation of linknx and knxweb on my WRT54 works great since month. But now I want try to install it on the ATNGW100 Network Gateway Kit from Atmel http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4102 . The reasons for this: This Kit is cheap, has more memory, needs less power and I want to learn to use it.

    Can you give me some hints for compiling eibd, linknx and knxweb?

    With linux programming I´m a beginner.

    Best regards,
    chris

     
    • jef2000

      jef2000 - 2008-07-29

      Hi,

      I don't have experience with AVR32, but I found this thread about eibd compilation:
      http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&p=446094

      First try to compile pthsem using something like:
      ./configure --host=avr32-linux --prefix=/where/you/want/to/install
      then run
      make
      and
      make install

      Do the same with eibd and Linknx.
      I don't know exactly how the AVR32 compiler works, and especially if it's configured to use the standard c++ library or uClibc++ by default. I recommend uClibc++ because it's much smaller.

      Regards,

      Jean-François

       

Log in to post a comment.