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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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