Hi,
I am using Qtsdk5.0(libraries, qtcrator etc) on Ubuntu 10.04 and configure qwt6.0 by following below steps on command terminal:
1. Set QMAKESPEC in .bashrc file : QMAKESPEC=/opt/Qt5.0/5.0.0/gcc/mkspecs/linux-g++-32
2. Set qmake path in .bashrc file : export PATH=$PATH:/opt/Qt5.0/5.0.0/gcc/bin
3. root@nitin: /home/nitin/x86/qwt-6.1.0-rc2# qmake qwt.pro
4. root@nitin: /home/nitin/x86/qwt-6.1.0-rc2# make && make install
5. Ran sample binaries(x86) of different charts.
5. Also i created some qwt chart projects in QtCreator by adding Qwt libraries in project.
But while following similar steps (except QMAKESPEC and qmake path) for ARM board, it is giving me error at the time of make command. Please see the output below:
root@nitin: /home/nitin/arm/qwt-6.1.0-rc2# qmake qwt.pro (this qmake is from Ti-sitara SDK)
root@nitin: /home/nitin/arm/qwt-6.1.0-rc2# make
output:
cd src/ && /home/cts/ti-sdk-am335x-evm-05.05.00.00/linux-devkit/bin/qmake /home/cts/Desktop/arm/qwt-6.1.0-rc2/src/src.pro -o Makefile
cd src/ && make -f Makefile
make[1]: Entering directory `/home/cts/Desktop/arm/qwt-6.1.0-rc2/src'
compiling qwt_abstract_scale_draw.cpp
/bin/sh: -c: not found
make[1]: *** [obj/qwt_abstract_scale_draw.o] Error 127
make[1]: Leaving directory `/home/cts/Desktop/arm/qwt-6.1.0-rc2/src'
make: *** [sub-src-make_default-ordered] Error 2
In simple words qmake of Qt5.0-sdk is working fine with Qwt-charts, but qmake of ti-sdk doesn't.
I want ti run these Qwt chart application on AM335x EVM board (arm board with sitara linux operating system, Qt framework/stack included within architecture. Please see theis link: http://processors.wiki.ti.com/index....Software_Stack ).
Please post me any solution to above issue. thanks in advance.
Regards,
Nitin
Bookmarks