PDA

View Full Version : QWT cross compilation for AVR32



Tulga
19th February 2011, 18:29
Hello Everyone!

Has anybody compiled QWT codes for AVR32 boards in Ubuntu 10.4? Please, share your makefiles and steps how to do it.
My QWT is set up and works on QT. I can compile QWT codes for my desktop-pc. But i can't compile it for my AVR32 using makefile. Is anyone had an experience for this job?

Uwe
20th February 2011, 08:46
There is no Qwt specific stuff to share - all you need are the qmake spec files for your environment. When you have ever cross compiled any Qt application with qmake you shouldn't have any problems in building Qwt.

Uwe

Tulga
20th February 2011, 21:42
The cross-compilation of qwt for AVR32 NGW100 board works now. All we have to do is: install qwt using makefile for AVR32. And then copy libqwt.so file to the board. Nice to see it working!